Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 245) sorted by relevance

12345678910

/PHP-8.2/ext/openssl/tests/
H A Dopenssl_free_key.phpt31 echo "Load key from file - array syntax\n";
36 die("failed to load key using array syntax");
40 echo "Load key using direct syntax\n";
45 die("failed to load key using direct syntax");
49 echo "Load key manually and use string syntax\n";
55 die("failed to load key using string syntax");
66 Load key from file - array syntax
69 Load key using direct syntax
72 Load key manually and use string syntax
H A D001.phpt33 echo "Load key from file - array syntax\n";
38 die("failed to load key using array syntax");
43 echo "Load key using direct syntax\n";
48 die("failed to load key using direct syntax");
53 echo "Load key manually and use string syntax\n";
59 die("failed to load key using string syntax");
75 Load key from file - array syntax
78 Load key using direct syntax
81 Load key manually and use string syntax
/PHP-8.2/ext/mbstring/
H A Dphp_mbregex.c595 OnigSyntaxType **syntax) in _php_mb_regex_init_options() argument
601 *syntax = ONIG_SYNTAX_RUBY; in _php_mb_regex_init_options()
630 *syntax = ONIG_SYNTAX_JAVA; in _php_mb_regex_init_options()
636 *syntax = ONIG_SYNTAX_GREP; in _php_mb_regex_init_options()
642 *syntax = ONIG_SYNTAX_RUBY; in _php_mb_regex_init_options()
645 *syntax = ONIG_SYNTAX_PERL; in _php_mb_regex_init_options()
997 OnigSyntaxType *syntax; in _php_mb_regex_ereg_replace_exec() local
1268 OnigSyntaxType *syntax; in PHP_FUNCTION() local
1332 OnigSyntaxType *syntax; in _php_mb_regex_ereg_search_exec() local
1619 syntax = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.2/Zend/tests/
H A Dindirect_call_string_002.phpt13 // Test call using array syntax
17 // Test call using Class::method syntax.
21 // Test array syntax with empty class name
29 // Test Class::method syntax with empty class name
37 // Test array syntax with empty class and method name
45 // Test Class::method syntax with empty class and method name
H A Dalternative_offset_syntax_in_encaps_string.phpt2 Alternative offset syntax should emit only E_COMPILE_ERROR in string interpolation
6 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Dns_088.phpt2 Nested group use statements syntax error
17 Parse error: syntax error, unexpected token "{", expecting "}" in %s on line %d
H A Dalternative_offset_syntax_compile_error_outside_const_expr.phpt2 Alternative offset syntax should emit E_COMPILE_ERROR outside const expression
9 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Dalternative_offset_syntax_compile_error_in_const_expr.phpt2 Alternative offset syntax should emit E_COMPILE_ERROR in const expression
9 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dflexible-nowdoc-error6.phpt2 Flexible nowdoc syntax error 6: no ending token on 0 length body
10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dflexible-nowdoc-error8.phpt2 Flexible nowdoc syntax error 8: no ending token with explicit trailing space
11 Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$…
H A Dflexible-heredoc-error7.phpt2 Flexible heredoc syntax error 7: no ending token
11 Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$…
H A Dflexible-nowdoc-error7.phpt2 Flexible nowdoc syntax error 7: no ending token
11 Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$…
H A Dns_094.phpt6 // should throw syntax errors
15 Parse error: syntax error, unexpected token "const", expecting "}" in %s on line %d
H A Dbug75252.phpt27 string(41) "syntax error, unexpected identifier "FOO""
28 string(41) "syntax error, unexpected identifier "FOO""
/PHP-8.2/ext/standard/tests/strings/
H A Dstrrchr_variation3.phpt13 using heredoc syntax.
32 string(19) "ing heredoc syntax."
34 string(8) " syntax."
37 using heredoc syntax."
/PHP-8.2/ext/intl/tests/
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 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…
/PHP-8.2/ext/mbstring/tests/
H A Dmb_ereg_replace_named_subpatterns.phpt12 // \k<word> syntax
14 // \k'word' syntax
16 // numbered captures with \k<n> syntax
18 // numbered captures with \k'n' syntax
/PHP-8.2/Zend/tests/grammar/
H A Dregression_012.phpt2 Testing for regression on const list syntax and arrays
12 Parse error: syntax error, unexpected token "foreach", expecting "]" in %s on line %d
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug54929.phpt51 …4 You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
58 … "You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
/PHP-8.2/ext/spl/tests/
H A Dbug74372.phpt2 Bug #74372: autoloading file with syntax error uses next autoloader, may hide parse error
17 Parse error: syntax error, unexpected identifier "ha" in %s on line %d
/PHP-8.2/ext/standard/tests/general_functions/
H A Dputenv.phpt40 putenv(): Argument #1 ($assignment) must have a valid syntax
41 putenv(): Argument #1 ($assignment) must have a valid syntax
/PHP-8.2/ext/ldap/tests/
H A Dldap_bind_error.phpt20 // Invalid DN syntax
27 Warning: ldap_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_reap_async_query_error.phpt30 You have an error in your SQL syntax; check the manual that corresponds to your %s server version f…

Completed in 42 milliseconds

12345678910