Home
last modified time | relevance | path

Searched refs:Parse (Results 1 – 25 of 131) sorted by relevance

123456

/PHP-7.3/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt102 Old attribute value: 0 ; Format result: '12,345.123' ; Parse result: 12345.123
104 New attribute value: 1 ; Format result: '12,345.123' ; Parse result: 12345
107 Old attribute value: 1 ; Format result: '12,345.123' ; Parse result: 12345.123
109 New attribute value: 0 ; Format result: '12345.123' ; Parse result: 12345.123
112 Old attribute value: 0 ; Format result: '12,345' ; Parse result: 12345
114 New attribute value: 1 ; Format result: '12,345.' ; Parse result: 12345
119 New attribute value: 2 ; Format result: '45.123' ; Parse result: 45.123
122 Old attribute value: 1 ; Format result: '12,345.123' ; Parse result: 12345.123
127 Old attribute value: 1 ; Format result: '12,345.123' ; Parse result: 12345.123
134 New attribute value: 2 ; Format result: '0,012,345.12' ; Parse result: 12345.12
[all …]
/PHP-7.3/ext/oci8/tests/
H A Derror_parse.phpt26 echo "Normal connection: Parse error\n";
42 echo "New connection: Parse error\n";
58 echo "Persistent connection: Parse error\n";
72 echo "Normal connection (take #2): Parse error: ";
76 echo "New connection (take #2): Parse error: ";
91 echo "New connection (take #3): Parse error: ";
102 Normal connection: Parse error
113 New connection: Parse error
124 Persistent connection: Parse error
137 New connection (take #2): Parse error: ORA-01756: %s
[all …]
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt18 echo "Parse error: {$e->getMessage()} on line {$e->getLine()}\n";
329 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
333 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
346 Parse error: Invalid indentation - tabs and spaces cannot be mixed on line 3
368 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
399 Parse error: Invalid body indentation level (expecting an indentation level of at least 3) on line 2
412 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
416 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
/PHP-7.3/tests/lang/
H A Dinvalid_octal.phpt8 Parse error: Invalid numeric literal in %s on line 3
/PHP-7.3/Zend/tests/
H A Dfunction_arguments_002.phpt8 Parse error: %s error, %s)%s in %sfunction_arguments_002.php on line %d
H A Dfunction_arguments_001.phpt8 Parse error: %s error, %s)%s in %sfunction_arguments_001.php on line %d
H A Dlsb_008.phpt8 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dlsb_009.phpt8 Parse error: %s error,%sexpecting %s in %s on line %d
H A Dbug60099.phpt10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dbug64660.phpt10 Parse error: memory exhausted in %s on line %d
H A Dlist_011.phpt10 Parse error: syntax error, unexpected ')', expecting '=' in %s on line %d
H A Dbug77993.phpt7 Parse error: syntax error, unexpected 'xg10' (T_STRING) in %s on line %d
H A Dns_trailing_comma_error_03.phpt8 Parse error: syntax error, unexpected ',', expecting '}' in %s on line %d
H A Dbug43343.phpt11 Parse error: %s error%sexpecting%sT_NS_SEPARATOR%sin %sbug43343.php on line 5
H A Dns_trailing_comma_error_05.phpt8 Parse error: syntax error, unexpected ',', expecting '}' in %s on line %d
/PHP-7.3/Zend/tests/function_arguments/
H A Dcall_with_only_comma_error.phpt8 Parse error: syntax error, unexpected ',' in %s on line %d
H A Dcall_with_leading_comma_error.phpt8 Parse error: syntax error, unexpected ',' in %s on line %d
H A Dcall_with_multi_trailing_comma_error.phpt8 Parse error: syntax error, unexpected ',', expecting ')' in %s on line %d
H A Dcall_with_multi_inner_comma_error.phpt8 Parse error: syntax error, unexpected ',', expecting ')' in %s on line %d
/PHP-7.3/tests/lang/string/
H A Dunicode_escape_empty.phpt8 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_incomplete.phpt8 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_whitespace.phpt8 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_sign.phpt8 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_sign2.phpt8 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
/PHP-7.3/Zend/tests/varSyntax/
H A DglobalNonSimpleVariableError.phpt10 Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ',' or ';' in %s on line …

Completed in 37 milliseconds

123456