Home
last modified time | relevance | path

Searched refs:parse (Results 26 – 50 of 144) sorted by relevance

123456

/PHP-7.1/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt47 …erator_create_from_rules: unable to create ICU transliterator from rules (parse error after "{'``'…
48 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
50 …erator_create_from_rules: unable to create ICU transliterator from rules (parse error at offset 0,…
51 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
H A Dbug67052.phpt2 Bug #67052 - NumberFormatter::parse() resets LC_NUMERIC setting
23 $res_str = $fmt->parse($num)."\n";
H A Dtransliterator_get_error_code_error.phpt15 Warning: transliterator_get_error_code(): transliterator_get_error_code: unable to parse input para…
20 Warning: Transliterator::getErrorCode(): transliterator_get_error_code: unable to parse input param…
H A Dtransliterator_get_error_message_error.phpt15 Warning: transliterator_get_error_message(): transliterator_get_error_message: unable to parse inpu…
20 Warning: Transliterator::getErrorMessage(): transliterator_get_error_message: unable to parse input…
H A Dintl_get_error_message.phpt21 collator_get_locale: unable to parse input params: U_ILLEGAL_ARGUMENT_ERROR
/PHP-7.1/ext/xml/tests/
H A Dbug30266.phpt20 function parse($data)
46 $p1->parse('<tag1><tag2></tag2></tag1>');
H A Dxml_set_processing_instruction_handler_basic.phpt26 function parse($data)
45 $p1->parse($xml);
/PHP-7.1/sapi/cli/tests/
H A Dbug43177.phpt13 case "/parse":
15 eval("this is a parse error");
41 foreach(array("parse", "fatal", "fatal2", "compile") as $url) {
/PHP-7.1/tests/lang/
H A Dbug73172.phpt2 Bug #73172 parse error: Invalid numeric literal
/PHP-7.1/ext/date/tests/
H A Dbug35705.phpt2 Bug #35705 (strtotime() fails to parse soap date format without TZ)
H A Dbug33056.phpt2 Bug #33056 (strtotime() does not parse 20050518t090000Z)
H A Dbug36510.phpt2 Bug #36510 (strtotime() fails to parse date strings with tabs)
H A Dbug38229.phpt2 Bug #38229 (strtotime() does not parse YYYY-MM)
H A Dbug35422.phpt2 Bug #35422 (strtotime() does not parse times with UTC as timezone)
H A Dbug53879.phpt2 Bug #53879 (DateTime::createFromFormat() fails to parse cookie expiration date)
H A Dbug52808.phpt130 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z/)
131 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z)
/PHP-7.1/Zend/tests/generators/
H A Dbug67497.phpt2 Bug #67467: eval with parse error causes segmentation fault in generator
/PHP-7.1/ext/date/lib/
H A DREADME.rst5 convert between timezones and parse textual descriptions of date/time
/PHP-7.1/Zend/tests/
H A Dbug72918.phpt2 Bug #72918 (negative offset inside a quoted string leads to parse error)
H A Deval_parse_error_with_doc_comment.phpt2 eval() parse error on function with doc comment
H A Dbug71086.phpt2 Bug #71086: Invalid numeric literal parse error within highlight_string() function
/PHP-7.1/ext/standard/tests/file/
H A Dparse_ini_file.phpt199 /* creating parse.ini file */
200 $file_handle = fopen($file_path."/parse.ini", "w");
204 echo "*** Test parse_ini_file() function: with various keys and values given in parse.ini file ***…
207 $ini_array = parse_ini_file($file_path."/parse.ini");
211 $ini_array = parse_ini_file($file_path."/parse.ini", TRUE);
218 unlink(dirname(__FILE__)."/parse.ini");
221 *** Test parse_ini_file() function: with various keys and values given in parse.ini file ***
/PHP-7.1/ext/simplexml/tests/
H A Dbug69491.phpt2 Bug #69491 (simplexml doesn't correctly parse empty nodes on same line as another node)
/PHP-7.1/tests/classes/
H A Dconstants_error_006.phpt10 echo "\nTrying to modify a class constant directly - should be parse error.\n";
H A Dconstants_error_007.phpt10 echo "\nAttempting to create a reference to a class constant - should be parse error.\n";

Completed in 52 milliseconds

123456