Searched refs:attribs (Results 1 – 16 of 16) sorted by relevance
/PHP-8.4/ext/xml/tests/ |
H A D | xml_closures_001.phpt | 9 $start_element = function ($xp, $elem, $attribs) 12 if (sizeof($attribs)) { 13 foreach ($attribs as $k => $v) {
|
H A D | xml004.phpt | 26 function start_element($xp, $elem, $attribs) 29 if (sizeof($attribs)) { 30 foreach ($attribs as $k => $v) {
|
H A D | xml010.phpt | 11 function start_elem($parser,$name,$attribs) { 14 foreach($attribs as $key => $value) {
|
H A D | xml001.phpt | 35 function startElement($parser, $name, $attribs) 38 if (sizeof($attribs)) { 39 foreach ($attribs as $k => $v) {
|
H A D | xml003.phpt | 15 function startElement($parser, $name, $attribs) 18 if (sizeof($attribs)) { 19 foreach ($attribs as $k => $v) {
|
H A D | xml002.phpt | 15 function startElement($parser, $name, $attribs) 18 if (sizeof($attribs)) { 19 foreach ($attribs as $k => $v) {
|
H A D | bug72714.phpt | 11 function startElement($parser, $name, $attribs) {
|
H A D | bug25666.phpt | 11 function start_elem($parser,$name,$attribs) {
|
H A D | xml009.phpt | 11 function start_elem($parser,$name,$attribs) {
|
H A D | xml011.phpt | 7 function start_elem($parser,$name,$attribs) {
|
H A D | bug50576.phpt | 26 function startElement($parser, $name, $attribs) { echo $name . PHP_EOL; }
|
/PHP-8.4/Zend/tests/ |
H A D | bug79897.phpt | 2 bug79897: Promoted constructor params with attribs cause crash
|
/PHP-8.4/ext/simplexml/ |
H A D | simplexml.c | 224 attribs = 0; in sxe_prop_dim_read() 244 attribs = 1; in sxe_prop_dim_read() 264 if (attribs) { in sxe_prop_dim_read() 402 attribs = 0; in sxe_prop_dim_write() 430 attribs = 1; in sxe_prop_dim_write() 490 if (attribs) { in sxe_prop_dim_write() 683 attribs = 0; in sxe_prop_dim_exists() 692 attribs = 1; in sxe_prop_dim_exists() 704 if (attribs) { in sxe_prop_dim_exists() 805 attribs = 0; in sxe_prop_dim_delete() [all …]
|
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 2919 …sult php_openssl_csr_make(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs) in php_openssl_csr_make() argument 3023 if (attribs) { in php_openssl_csr_make() 3024 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(attribs), strindex, item) { in php_openssl_csr_make() 3417 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local 3421 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "az|a!a!", &dn, &out_pkey, &args, &attribs) == FAILURE)… in PHP_FUNCTION() 3446 if (php_openssl_csr_make(&req, csr, dn, attribs) == SUCCESS) { in PHP_FUNCTION()
|
/PHP-8.4/ext/fileinfo/tests/ |
H A D | magic | 28476 # attribs is attribute flags for file 28485 #>14 uleshort x \b, attribs %#x
|
H A D | magic私はガラスを食べられます | 28476 # attribs is attribute flags for file 28485 #>14 uleshort x \b, attribs %#x
|
Completed in 262 milliseconds