Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 136) sorted by relevance

123456

/php-src/ext/standard/tests/file/
H A Dstream_002.phpt22 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 Dbug46347.phpt11 $file = __DIR__ . '/parse.ini';
18 unlink(__DIR__.'/parse.ini');
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_011.phpt6 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 Dbug81019.phpt2 Bug #81019: Unable to clone NumberFormatter after failed parse()
9 $fmt->parse('abc');
13 $datefmt->parse('abc');
17 $msgfmt->parse('abc');
H A Dbug59597_32.phpt2 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 Dbug59597_64.phpt2 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 Dgh12020.phpt16 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 Dtransliterator_create_from_rule_error.phpt32 …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 Dbug50590.phpt2 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 Dformatter_format_and_parse_errors.phpt2 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 Dbug75378.phpt2 Bug #75378 ([REGRESSION] IntlDateFormatter::parse() does not change $position argument)
10 $parsedDate = $formatter->parse("2017-10-12", $position);
H A Dbug67052-win32.phpt2 Bug #67052 - NumberFormatter::parse() resets LC_NUMERIC setting
19 $res_str = $fmt->parse($num)."\n";
H A Dbug14562.phpt13 $numeric = $fmt->parse("1234,56");
17 $numeric = $fmt->parse("1234,56");
H A Dbug67052.phpt2 Bug #67052 - NumberFormatter::parse() resets LC_NUMERIC setting
24 $res_str = $fmt->parse($num)."\n";
H A Dgh11658.phpt17 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 Dgh13766.phpt2 IntlDateFormatter::parse update its calendar
11 var_dump($oIntlDateFormatter->parse('America/Los_Angeles', $offset1));
/php-src/ext/xml/tests/
H A Dbug72714.phpt17 function parse($tagstart) {
29 parse(3015809298423721);
30 parse(20);
H A Dbug72793.phpt17 function parse($data)
29 $xml_parser->parse($xml_test);
H A Dxml_set_processing_instruction_handler_basic.phpt16 function parse($data)
35 $p1->parse($xml);
H A Dbug30266.phpt18 function parse($data)
44 $p1->parse('<tag1><tag2></tag2></tag1>');
/php-src/Zend/tests/
H A Dbug79934.phpt8 // 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 DDateTime_modify_invalid_format.phpt16 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 Dbug43177.phpt13 case "/parse":
15 eval("this is a parse error");
40 foreach(array("parse", "fatal", "fatal2", "compile") as $url) {
/php-src/ext/dom/
H A Ddocumentfragment.c82 PHP_LIBXML_SANITIZE_GLOBALS(parse); in PHP_METHOD()
84 PHP_LIBXML_RESTORE_GLOBALS(parse); in PHP_METHOD()
/php-src/ext/opcache/tests/
H A Dpreload_parse_error.inc2 parse error

Completed in 26 milliseconds

123456