Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/openssl/tests/
H A D001.phpt32 echo "Load key from file - array syntax\n";
37 die("failed to load key using array syntax");
42 echo "Load key using direct syntax\n";
47 die("failed to load key using direct syntax");
52 echo "Load key manually and use string syntax\n";
58 die("failed to load key using string syntax");
69 Load key from file - array syntax
70 Load key using direct syntax
71 Load key manually and use string syntax
H A Dopenssl_free_key.phpt39 echo "Load key from file - array syntax\n";
44 die("failed to load key using array syntax");
48 echo "Load key using direct syntax\n";
53 die("failed to load key using direct syntax");
57 echo "Load key manually and use string syntax\n";
63 die("failed to load key using string syntax");
74 Load key from file - array syntax
75 Load key using direct syntax
76 Load key manually and use string syntax
/PHP-7.4/tests/strings/
H A Doffsets_general.phpt26 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
28 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
30 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
32 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
34 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
36 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
38 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
40 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
42 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
/PHP-7.4/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 Dns_088.phpt2 Nested group use statements syntax error
17 Parse error: syntax error, unexpected '{', expecting '}' in %sns_088.php on line 5
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 Dns_094.phpt6 // should throw syntax errors
14 Parse error: syntax error, unexpected 'const' (T_CONST), expecting '}' in %s on line 7
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 (T_VARIABLE) or heredoc end (…
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 (T_VARIABLE) or heredoc end (…
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 (T_VARIABLE) or heredoc end (…
H A Drequire_parse_exception.phpt46 syntax error, unexpected end of file on line 2
47 syntax error, unexpected end of file on line 3
48 syntax error, unexpected end of file, expecting '(' on line 2
H A Dconstant_expressions_coalesce.phpt46 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
48 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
50 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
52 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
54 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
H A Dbug75252.phpt27 string(41) "syntax error, unexpected 'FOO' (T_STRING)"
28 string(41) "syntax error, unexpected 'FOO' (T_STRING)"
H A Dindirect_call_string_001.phpt2 Indirect call with 'Class::method' syntax with class in namespace
23 // Test basic call using Class::method syntax.
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c599 *syntax = ONIG_SYNTAX_RUBY; in _php_mb_regex_init_options()
628 *syntax = ONIG_SYNTAX_JAVA; in _php_mb_regex_init_options()
634 *syntax = ONIG_SYNTAX_GREP; in _php_mb_regex_init_options()
640 *syntax = ONIG_SYNTAX_RUBY; in _php_mb_regex_init_options()
643 *syntax = ONIG_SYNTAX_PERL; in _php_mb_regex_init_options()
1024 OnigSyntaxType *syntax; in _php_mb_regex_ereg_replace_exec() local
1369 OnigSyntaxType *syntax; in PHP_FUNCTION() local
1431 OnigSyntaxType *syntax; in _php_mb_regex_ereg_search_exec() local
1567 OnigSyntaxType *syntax = NULL; in PHP_FUNCTION() local
1709 OnigSyntaxType *syntax; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrchr_variation3.phpt18 using heredoc syntax.
37 string(19) "ing heredoc syntax."
39 string(8) " syntax."
42 using heredoc syntax."
/PHP-7.4/Zend/tests/grammar/
H A Dregression_012.phpt2 Testing for regression on const list syntax and arrays
12 Parse error: syntax error, unexpected 'FOREACH' (T_FOREACH), expecting ']' in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_named_subpatterns.phpt11 // \k<word> syntax
13 // \k'word' syntax
15 // numbered captures with \k<n> syntax
17 // numbered captures with \k'n' syntax
/PHP-7.4/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 'ha' (T_STRING) in %s on line %d
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug54929.phpt50 …4 You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
57 … "You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
/PHP-7.4/ext/standard/tests/general_functions/
H A Dputenv.phpt32 Warning: putenv(): Invalid parameter syntax in %s on line %d
35 Warning: putenv(): Invalid parameter syntax in %s on line %d
/PHP-7.4/sapi/cli/tests/
H A D011.phpt2 syntax check
50 string(%d) "No syntax errors detected in %s011.test.php
/PHP-7.4/ext/ldap/tests/
H A Dldap_bind_error.phpt22 // Invalid DN syntax
33 Warning: ldap_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
/PHP-7.4/tests/lang/
H A Dbug44654.phpt2 Bug #44654 (syntax error for #)

Completed in 27 milliseconds

123456789