Home
last modified time | relevance | path

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

/PHP-7.1/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 Dxml001.phpt34 function startElement($parser, $name, $attribs)
37 if (sizeof($attribs)) {
38 while (list($k, $v) = each($attribs)) {
H A Dxml003.phpt14 function startElement($parser, $name, $attribs)
17 if (sizeof($attribs)) {
18 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 Dbug72714.phpt9 function startElement($parser, $name, $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-7.1/ext/simplexml/
H A Dsimplexml.c259 attribs = 0; in sxe_prop_dim_read()
275 attribs = 1; in sxe_prop_dim_read()
295 if (attribs) { in sxe_prop_dim_read()
478 attribs = 0; in sxe_prop_dim_write()
502 attribs = 1; in sxe_prop_dim_write()
562 if (attribs) { in sxe_prop_dim_write()
751 attribs = 0; in sxe_prop_dim_exists()
760 attribs = 1; in sxe_prop_dim_exists()
772 if (attribs) { in sxe_prop_dim_exists()
870 attribs = 0; in sxe_prop_dim_delete()
[all …]
/PHP-7.1/ext/openssl/
H A Dopenssl.c3027 … int php_openssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs) in php_openssl_make_REQ() argument
3138 if (attribs) { in php_openssl_make_REQ()
3139 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(attribs), strindex, item) { in php_openssl_make_REQ()
3493 zval * args = NULL, * dn, *attribs = NULL; in PHP_FUNCTION() local
3499 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "az/|a!a!", &dn, &out_pkey, &args, &attribs) == FAILURE… in PHP_FUNCTION()
3522 if (php_openssl_make_REQ(&req, csr, dn, attribs) == SUCCESS) { in PHP_FUNCTION()

Completed in 50 milliseconds