Home
last modified time | relevance | path

Searched refs:xml_get_current_byte_index (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/xml/tests/
H A Dxml_get_current_byte_index_error.phpt2 Test xml_get_current_byte_index() function : error conditions
11 /* Prototype : proto int xml_get_current_byte_index(resource parser)
17 echo "*** Testing xml_get_current_byte_index() : error conditions ***\n";
20 echo "\n-- Testing xml_get_current_byte_index() function with Zero arguments --\n";
21 var_dump( xml_get_current_byte_index() );
23 //Test xml_get_current_byte_index with one more than the expected number of arguments
27 var_dump( xml_get_current_byte_index(null, $extra_arg) );
32 *** Testing xml_get_current_byte_index() : error conditions ***
34 -- Testing xml_get_current_byte_index() function with Zero arguments --
36 Warning: xml_get_current_byte_index() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dxml_get_current_byte_index_variation1.phpt2 Test xml_get_current_byte_index() function : usage variations - <type here specifics of this varia…
11 /* Prototype : proto int xml_get_current_byte_index(resource parser)
17 echo "*** Testing xml_get_current_byte_index() : usage variations ***\n";
91 var_dump( xml_get_current_byte_index($value) );
98 *** Testing xml_get_current_byte_index() : usage variations ***
122 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, double given in %s on lin…
147 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, array given in %s on line…
152 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, array given in %s on line…
157 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, array given in %s on line…
172 Warning: xml_get_current_byte_index() expects parameter 1 to be resource, null given in %s on line …
[all …]
H A Dbug26614.phpt60 xml_get_current_byte_index($parser));
67 xml_get_current_byte_index($parser));
H A Dbug26614_libxml.phpt60 xml_get_current_byte_index($parser));
67 xml_get_current_byte_index($parser));
/PHP-5.5/ext/xml/
H A Dphp_xml.h128 PHP_FUNCTION(xml_get_current_byte_index);
H A Dxml.c235 PHP_FE(xml_get_current_byte_index, arginfo_xml_get_current_byte_index)
1574 PHP_FUNCTION(xml_get_current_byte_index) in PHP_FUNCTION() argument

Completed in 13 milliseconds