Searched refs:xml_get_current_byte_index (Results 1 – 6 of 6) sorted by relevance
2 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 arguments27 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 …]
2 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 …]
60 xml_get_current_byte_index($parser));67 xml_get_current_byte_index($parser));
128 PHP_FUNCTION(xml_get_current_byte_index);
234 PHP_FE(xml_get_current_byte_index, arginfo_xml_get_current_byte_index)1674 PHP_FUNCTION(xml_get_current_byte_index) in PHP_FUNCTION() argument
Completed in 12 milliseconds