Searched refs:attribs (Results 1 – 12 of 12) sorted by relevance
/PHP-5.4/ext/xml/tests/ |
H A D | xml_closures_001.phpt | 9 $start_element = function ($xp, $elem, $attribs) 12 if (sizeof($attribs)) { 13 while (list($k, $v) = each($attribs)) {
|
H A D | xml004.phpt | 26 function start_element($xp, $elem, $attribs) 29 if (sizeof($attribs)) { 30 while (list($k, $v) = each($attribs)) {
|
H A D | xml010.phpt | 10 function start_elem($parser,$name,$attribs) { 13 foreach($attribs as $key => $value) {
|
H A D | xml001.phpt | 34 function startElement($parser, $name, $attribs) 37 if (sizeof($attribs)) { 38 while (list($k, $v) = each($attribs)) {
|
H A D | xml003.phpt | 14 function startElement($parser, $name, $attribs) 17 if (sizeof($attribs)) { 18 while (list($k, $v) = each($attribs)) {
|
H A D | xml002.phpt | 14 function startElement($parser, $name, $attribs) 17 if (sizeof($attribs)) { 18 while (list($k, $v) = each($attribs)) {
|
H A D | xml009.phpt | 10 function start_elem($parser,$name,$attribs) {
|
H A D | bug25666.phpt | 10 function start_elem($parser,$name,$attribs) {
|
H A D | xml011.phpt | 9 function start_elem($parser,$name,$attribs) {
|
H A D | bug50576.phpt | 28 function startElement($parser, $name, $attribs) { echo $name . PHP_EOL; }
|
/PHP-5.4/ext/simplexml/ |
H A D | simplexml.c | 263 attribs = 0; in sxe_prop_dim_read() 284 attribs = 1; in sxe_prop_dim_read() 305 if (attribs) { in sxe_prop_dim_read() 473 attribs = 0; in sxe_prop_dim_write() 505 attribs = 1; in sxe_prop_dim_write() 565 if (attribs) { in sxe_prop_dim_write() 758 attribs = 0; in sxe_prop_dim_exists() 767 attribs = 1; in sxe_prop_dim_exists() 779 if (attribs) { in sxe_prop_dim_exists() 888 attribs = 0; in sxe_prop_dim_delete() [all …]
|
/PHP-5.4/ext/openssl/ |
H A D | openssl.c | 2180 …penssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs TSRMLS_DC) in php_openssl_make_REQ() 2293 if (attribs) { in php_openssl_make_REQ() 2294 zend_hash_internal_pointer_reset_ex(HASH_OF(attribs), &hpos); in php_openssl_make_REQ() 2295 while(zend_hash_get_current_data_ex(HASH_OF(attribs), (void**)&item, &hpos) == SUCCESS) { in php_openssl_make_REQ() 2300 zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ() 2316 zend_hash_move_forward_ex(HASH_OF(attribs), &hpos); in php_openssl_make_REQ() 2615 zval * args = NULL, * dn, *attribs = NULL; in PHP_FUNCTION() local 2621 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "az|a!a!", &dn, &out_pkey, &args, &attribs) =… in PHP_FUNCTION() 2644 if (php_openssl_make_REQ(&req, csr, dn, attribs TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
|
Completed in 38 milliseconds