Home
last modified time | relevance | path

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

/php-src/ext/xml/tests/
H A Dxml_closures_001.phpt9 $start_element = function ($xp, $elem, $attribs)
12 if (sizeof($attribs)) {
13 foreach ($attribs as $k => $v) {
H A Dxml004.phpt26 function start_element($xp, $elem, $attribs)
29 if (sizeof($attribs)) {
30 foreach ($attribs as $k => $v) {
H A Dxml010.phpt11 function start_elem($parser,$name,$attribs) {
14 foreach($attribs as $key => $value) {
H A Dxml001.phpt35 function startElement($parser, $name, $attribs)
38 if (sizeof($attribs)) {
39 foreach ($attribs as $k => $v) {
H A Dxml003.phpt15 function startElement($parser, $name, $attribs)
18 if (sizeof($attribs)) {
19 foreach ($attribs as $k => $v) {
H A Dxml002.phpt15 function startElement($parser, $name, $attribs)
18 if (sizeof($attribs)) {
19 foreach ($attribs as $k => $v) {
H A Dbug72714.phpt11 function startElement($parser, $name, $attribs) {
H A Dbug25666.phpt11 function start_elem($parser,$name,$attribs) {
H A Dxml009.phpt11 function start_elem($parser,$name,$attribs) {
H A Dxml011.phpt7 function start_elem($parser,$name,$attribs) {
H A Dbug50576.phpt26 function startElement($parser, $name, $attribs) { echo $name . PHP_EOL; }
/php-src/Zend/tests/
H A Dbug79897.phpt2 bug79897: Promoted constructor params with attribs cause crash
/php-src/ext/simplexml/
H A Dsimplexml.c213 attribs = 0; in sxe_prop_dim_read()
233 attribs = 1; in sxe_prop_dim_read()
253 if (attribs) { in sxe_prop_dim_read()
391 attribs = 0; in sxe_prop_dim_write()
419 attribs = 1; in sxe_prop_dim_write()
480 if (attribs) { in sxe_prop_dim_write()
674 attribs = 0; in sxe_prop_dim_exists()
683 attribs = 1; in sxe_prop_dim_exists()
695 if (attribs) { in sxe_prop_dim_exists()
796 attribs = 0; in sxe_prop_dim_delete()
[all …]
/php-src/ext/openssl/
H A Dopenssl.c2884 …sult php_openssl_csr_make(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs) in php_openssl_csr_make() argument
2988 if (attribs) { in php_openssl_csr_make()
2989 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(attribs), strindex, item) { in php_openssl_csr_make()
3376 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local
3380 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "az|a!a!", &dn, &out_pkey, &args, &attribs) == FAILURE)… in PHP_FUNCTION()
3405 if (php_openssl_csr_make(&req, csr, dn, attribs) == SUCCESS) { in PHP_FUNCTION()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます28476 # attribs is attribute flags for file
28485 #>14 uleshort x \b, attribs %#x
H A Dmagic28476 # attribs is attribute flags for file
28485 #>14 uleshort x \b, attribs %#x

Completed in 233 milliseconds