Searched refs:attribs (Results 1 – 12 of 12) sorted by relevance
/PHP-5.3/ext/xml/tests/ |
H A D | xml_closures_001.phpt | 11 $start_element = function ($xp, $elem, $attribs) 14 if (sizeof($attribs)) { 15 while (list($k, $v) = each($attribs)) {
|
H A D | xml004.phpt | 28 function start_element($xp, $elem, $attribs) 31 if (sizeof($attribs)) { 32 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 | 36 function startElement($parser, $name, $attribs) 39 if (sizeof($attribs)) { 40 while (list($k, $v) = each($attribs)) {
|
H A D | xml003.phpt | 16 function startElement($parser, $name, $attribs) 19 if (sizeof($attribs)) { 20 while (list($k, $v) = each($attribs)) {
|
H A D | xml002.phpt | 16 function startElement($parser, $name, $attribs) 19 if (sizeof($attribs)) { 20 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.3/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.3/ext/openssl/ |
H A D | openssl.c | 2106 …penssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs TSRMLS_DC) in php_openssl_make_REQ() 2215 if (attribs) { in php_openssl_make_REQ() 2216 zend_hash_internal_pointer_reset_ex(HASH_OF(attribs), &hpos); in php_openssl_make_REQ() 2217 while(zend_hash_get_current_data_ex(HASH_OF(attribs), (void**)&item, &hpos) == SUCCESS) { in php_openssl_make_REQ() 2222 zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ() 2238 zend_hash_move_forward_ex(HASH_OF(attribs), &hpos); in php_openssl_make_REQ() 2537 zval * args = NULL, * dn, *attribs = NULL; in PHP_FUNCTION() local 2543 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "az|a!a!", &dn, &out_pkey, &args, &attribs) =… in PHP_FUNCTION() 2566 if (php_openssl_make_REQ(&req, csr, dn, attribs TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
|
Completed in 68 milliseconds