Searched refs:parse (Results 1 – 25 of 138) sorted by relevance
123456
/php-src/ext/standard/tests/file/ |
H A D | stream_002.phpt | 22 Warning: stream_socket_client(): Unable to connect to (Failed to parse address "") in %s on line %d 25 string(26) "Failed to parse address """ 27 Warning: stream_socket_client(): Unable to connect to [ (Failed to parse address "[") in %s on line… 30 string(27) "Failed to parse address "["" 32 Warning: stream_socket_client(): Unable to connect to [ (Failed to parse%saddress "[ ") in %s on l… 35 string(%d) "Failed to parse%saddress "[ "" 37 Warning: stream_socket_client(): Unable to connect to . (Failed to parse address ".") in %s on line… 40 string(27) "Failed to parse address "."" 42 Warning: stream_socket_client(): Unable to connect to 1 (Failed to parse address "1") in %s on line… 45 string(27) "Failed to parse address "1""
|
H A D | bug46347.phpt | 11 $file = __DIR__ . '/parse.ini'; 18 unlink(__DIR__.'/parse.ini');
|
/php-src/ext/standard/tests/url/ |
H A D | parse_url_basic_011.phpt | 6 echo 'parse 127.0.0.1:9999?', PHP_EOL; 8 echo 'parse 127.0.0.1:9999#', PHP_EOL; 10 echo 'parse internal:#feeding', PHP_EOL; 12 echo 'parse magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C', PHP_EOL; 17 parse 127.0.0.1:9999? 26 parse 127.0.0.1:9999# 35 parse internal:#feeding 42 parse magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C
|
/php-src/ext/intl/tests/ |
H A D | bug81019.phpt | 2 Bug #81019: Unable to clone NumberFormatter after failed parse() 9 $fmt->parse('abc'); 13 $datefmt->parse('abc'); 17 $msgfmt->parse('abc');
|
H A D | bug59597_32.phpt | 2 Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer 11 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32); 15 $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
|
H A D | bug59597_64.phpt | 2 Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer 11 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32); 15 $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
|
H A D | gh12020.phpt | 16 string(128) "pattern syntax error (parse error at offset 19, after " message with {", before or at … 18 string(116) "pattern syntax error (parse error at offset 6, after "some {", before or at "wrong.for… 20 string(128) "pattern syntax error (parse error at offset 19, after " message with {", before or at … 22 string(116) "pattern syntax error (parse error at offset 6, after "some {", before or at "wrong.for…
|
H A D | transliterator_create_from_rule_error.phpt | 32 …erator_create_from_rules: unable to create ICU transliterator from rules (parse error after "{'``'… 33 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after… 35 …erator_create_from_rules: unable to create ICU transliterator from rules (parse error at offset 0,… 36 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
|
H A D | bug50590.phpt | 2 Bug #50590 (IntlDateFormatter::parse result is limited to the integer range) 11 var_dump($fmt->parse("Wednesday, January 20, 2038 3:14:07 AM GMT"));
|
H A D | formatter_format_and_parse_errors.phpt | 2 ValueErrors for format/parse methods and procedural functions 29 $o->parse($str, -20); 51 $o->parse($str, NumberFormatter::TYPE_CURRENCY); 61 NumberFormatter::parse(): Argument #2 ($type) must be a NumberFormatter::TYPE_* constant 73 NumberFormatter::parse(): Argument #2 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, us…
|
H A D | bug75378.phpt | 2 Bug #75378 ([REGRESSION] IntlDateFormatter::parse() does not change $position argument) 10 $parsedDate = $formatter->parse("2017-10-12", $position);
|
H A D | bug67052-win32.phpt | 2 Bug #67052 - NumberFormatter::parse() resets LC_NUMERIC setting 19 $res_str = $fmt->parse($num)."\n";
|
H A D | bug14562.phpt | 13 $numeric = $fmt->parse("1234,56"); 17 $numeric = $fmt->parse("1234,56");
|
H A D | bug67052.phpt | 2 Bug #67052 - NumberFormatter::parse() resets LC_NUMERIC setting 24 $res_str = $fmt->parse($num)."\n";
|
H A D | gh11658.phpt | 17 Warning: MessageFormatter::formatMessage(): pattern syntax error (parse error at offset 6, after "s… 20 Warning: msgfmt_format_message(): pattern syntax error (parse error at offset 6, after "some {", be…
|
H A D | gh13766.phpt | 2 IntlDateFormatter::parse update its calendar 11 var_dump($oIntlDateFormatter->parse('America/Los_Angeles', $offset1));
|
/php-src/ext/xml/tests/ |
H A D | bug72714.phpt | 17 function parse($tagstart) { 29 parse(3015809298423721); 30 parse(20);
|
H A D | bug72793.phpt | 17 function parse($data) 29 $xml_parser->parse($xml_test);
|
H A D | xml_set_processing_instruction_handler_basic.phpt | 16 function parse($data) 34 $p1->parse($xml);
|
/php-src/Zend/tests/ |
H A D | bug79934.phpt | 8 // lines with only CRLF should not cause a parse error 12 // lines with only a LF should not cause a parse error 16 // lines with only a CR should not cause a parse error 20 // lines with only whitespace should not cause a parse error
|
/php-src/ext/date/tests/ |
H A D | DateTime_modify_invalid_format.phpt | 16 Warning: date_modify(): Failed to parse time string () at position 0 ( ): Empty string in %s 18 DateMalformedStringException: DateTime::modify(): Failed to parse time string () at position 0 ( ):…
|
/php-src/sapi/cli/tests/ |
H A D | bug43177.phpt | 13 case "/parse": 15 eval("this is a parse error"); 40 foreach(array("parse", "fatal", "fatal2", "compile") as $url) {
|
/php-src/ext/dom/ |
H A D | documentfragment.c | 82 PHP_LIBXML_SANITIZE_GLOBALS(parse); in PHP_METHOD() 84 PHP_LIBXML_RESTORE_GLOBALS(parse); in PHP_METHOD()
|
/php-src/ext/opcache/tests/ |
H A D | preload_parse_error.inc | 2 parse error
|
/php-src/tests/lang/ |
H A D | bug73172.phpt | 2 Bug #73172 parse error: Invalid numeric literal
|
Completed in 15 milliseconds
123456