Searched refs:attribs (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 248 static zval * sxe_prop_dim_read(zval *object, zval *member, zend_bool elements, zend_bool attribs, int type TSRMLS_DC) argument 263 attribs = 0; 284 attribs = 1; 305 if (attribs) { 452 static int sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_bool elements, zend_bool attribs, xmlNodePtr *pnewnode TSRMLS_DC) argument 473 attribs = 0; 494 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot write or create unnamed %s", attribs ? "attribute" : "element"); 505 attribs = 1; 524 if (attribs && !node && sxe->iter.type == SXE_ITER_ELEMENT) { 559 zend_error(E_WARNING, "It is not yet possible to assign complex types to %s", attribs [all...] |
| /PHP_TRUNK/ext/openssl/ |
| H A D | openssl.c | 2390 static int php_openssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs TSRMLS_DC) 2503 if (attribs) { 2504 zend_hash_internal_pointer_reset_ex(HASH_OF(attribs), &hpos); 2505 while(zend_hash_get_current_data_ex(HASH_OF(attribs), (void**)&item, &hpos) == SUCCESS) { 2510 zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos); 2519 php_error_docref(NULL TSRMLS_CC, E_WARNING, "attribs: add_entry_by_NID %d -> %s (failed)", nid, Z_STRVAL_PP(item)); 2526 zend_hash_move_forward_ex(HASH_OF(attribs), &hpos); 2825 zval * args = NULL, * dn, *attribs = NULL; local 2831 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "az|a!a!", &dn, &out_pkey, &args, &attribs) == FAILURE) { 2854 if (php_openssl_make_REQ(&req, csr, dn, attribs TSRMLS_C [all...] |
Completed in 10 milliseconds