Home
last modified time | relevance | path

Searched refs:attribs (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/xml/tests/
H A Dxml_closures_001.phpt9 $start_element = function ($xp, $elem, $attribs)
12 if (sizeof($attribs)) {
13 while (list($k, $v) = each($attribs)) {
H A Dxml004.phpt26 function start_element($xp, $elem, $attribs)
29 if (sizeof($attribs)) {
30 while (list($k, $v) = each($attribs)) {
H A Dxml010.phpt10 function start_elem($parser,$name,$attribs) {
13 foreach($attribs as $key => $value) {
H A Dxml003.phpt14 function startElement($parser, $name, $attribs)
17 if (sizeof($attribs)) {
18 while (list($k, $v) = each($attribs)) {
H A Dxml001.phpt34 function startElement($parser, $name, $attribs)
37 if (sizeof($attribs)) {
38 while (list($k, $v) = each($attribs)) {
H A Dxml002.phpt14 function startElement($parser, $name, $attribs)
17 if (sizeof($attribs)) {
18 while (list($k, $v) = each($attribs)) {
H A Dbug25666.phpt10 function start_elem($parser,$name,$attribs) {
H A Dxml009.phpt10 function start_elem($parser,$name,$attribs) {
H A Dxml011.phpt9 function start_elem($parser,$name,$attribs) {
H A Dbug50576.phpt28 function startElement($parser, $name, $attribs) { echo $name . PHP_EOL; }
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c263 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.5/ext/openssl/
H A Dopenssl.c2195 …penssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs TSRMLS_DC) in php_openssl_make_REQ()
2308 if (attribs) { in php_openssl_make_REQ()
2309 zend_hash_internal_pointer_reset_ex(HASH_OF(attribs), &hpos); in php_openssl_make_REQ()
2310 while(zend_hash_get_current_data_ex(HASH_OF(attribs), (void**)&item, &hpos) == SUCCESS) { in php_openssl_make_REQ()
2315 zend_hash_get_current_key_ex(HASH_OF(attribs), &strindex, &strindexlen, &intindex, 0, &hpos); in php_openssl_make_REQ()
2331 zend_hash_move_forward_ex(HASH_OF(attribs), &hpos); in php_openssl_make_REQ()
2630 zval * args = NULL, * dn, *attribs = NULL; in PHP_FUNCTION() local
2636 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "az|a!a!", &dn, &out_pkey, &args, &attribs) =… in PHP_FUNCTION()
2659 if (php_openssl_make_REQ(&req, csr, dn, attribs TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()

Completed in 35 milliseconds