Searched refs:xp (Results 1 – 12 of 12) sorted by relevance
/PHP-7.4/ext/xml/tests/ |
H A D | xml004.phpt | 9 $xp = xml_parser_create(); 10 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false); 11 xml_set_element_handler($xp, "start_element", "end_element"); 14 xml_parse($xp, $data, feof($fp)); 16 xml_parser_free($xp); 17 $xp = xml_parser_create(); 18 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, true); 22 xml_parse($xp, $data, feof($fp)); 24 xml_parser_free($xp); 26 function start_element($xp, $elem, $attribs) [all …]
|
H A D | xml_closures_001.phpt | 9 $start_element = function ($xp, $elem, $attribs) 20 $end_element = function ($xp, $elem) 25 $xp = xml_parser_create(); 26 xml_parser_set_option($xp, XML_OPTION_CASE_FOLDING, false); 27 xml_set_element_handler($xp, $start_element, $end_element); 30 xml_parse($xp, $data, feof($fp)); 32 xml_parser_free($xp);
|
H A D | bug27908.phpt | 10 function x_default_handler($xp,$data) 14 $xp = xml_parser_create(); 15 xml_set_default_handler($xp,'x_default_handler'); 16 xml_parse($xp, '<root></root>',TRUE); 17 xml_parser_free($xp);
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_win.c | 29 int phpdbg_exception_handler_win32(EXCEPTION_POINTERS *xp) { in phpdbg_exception_handler_win32() argument 30 EXCEPTION_RECORD *xr = xp->ExceptionRecord; in phpdbg_exception_handler_win32() 31 CONTEXT *xc = xp->ContextRecord; in phpdbg_exception_handler_win32()
|
H A D | phpdbg_win.h | 35 int phpdbg_exception_handler_win32(EXCEPTION_POINTERS *xp);
|
H A D | phpdbg.c | 1687 EXCEPTION_POINTERS *xp; in main() local 2058 } __except(phpdbg_exception_handler_win32(xp = GetExceptionInformation())) { in main()
|
/PHP-7.4/ext/dom/tests/ |
H A D | bug49490.phpt | 10 $xp = new DOMXPath($doc); 11 $xp->registerNamespace('prefix', 'urn:b'); 13 echo($xp->query('//prefix:root', null, false)->length . "\n");
|
/PHP-7.4/ext/xsl/tests/ |
H A D | xslt005.phpt | 9 $xp = new domxpath($xsl); 10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent");
|
H A D | xslt004.phpt | 9 $xp = new domxpath($xsl); 10 $res = $xp->query("/xsl:stylesheet/xsl:output/@encoding");
|
H A D | xslt002.phpt | 10 $xp = new domxpath($xsl); 11 $res = $xp->query("/xsl:stylesheet/xsl:output/@method");
|
/PHP-7.4/ext/standard/ |
H A D | url_scanner_ex.re | 330 #define YYCURSOR xp 336 #define STD_ARGS ctx, start, xp 499 char *xp;
|
/PHP-7.4/ext/hash/tests/ |
H A D | fnv1a32.phpt | 186 array( 'YC.rLN;Mjp=(xp%:0`DjbpB! E(Rol:I0I=]', 'ce2a6b64' ),
|
Completed in 34 milliseconds