Home
last modified time | relevance | path

Searched refs:start_handler (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline.phpt31 $startCallback = [$o, 'start_handler'];
64 Trampoline for start_handler
66 Trampoline for start_handler
70 Trampoline for start_handler
82 Trampoline for start_handler
84 Trampoline for start_handler
87 Trampoline for start_handler
H A Dset_element_handler_trampoline_errors.phpt16 $startCallback = [$o, 'start_handler'];
44 TypeError: xml_set_element_handler(): Argument #2 ($start_handler) must be of type callable|string|…
46 TypeError: xml_set_element_handler(): Argument #2 ($start_handler) must be of type callable|string|…
H A Dxml_set_element_handler_errors.phpt81 TypeError: xml_set_element_handler(): Argument #2 ($start_handler) must be of type callable|string|…
85 TypeError: xml_set_element_handler(): Argument #2 ($start_handler) must be of type callable|string|…
91 ValueError: xml_set_element_handler(): Argument #2 ($start_handler) an object must be set via xml_s…
101 ValueError: xml_set_element_handler(): Argument #2 ($start_handler) method stdClass::nonexistent_me…
/php-src/ext/xml/
H A Dxml.stub.php155 function xml_set_element_handler(XMLParser $parser, callable|string|null $start_handler, callable|s… argument
H A Dxml_arginfo.h20 ZEND_ARG_TYPE_MASK(0, start_handler, MAY_BE_CALLABLE|MAY_BE_STRING|MAY_BE_NULL, NULL)

Completed in 13 milliseconds