Home
last modified time | relevance | path

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

12345678

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregsyntax.c225 if (IS_NULL(syntax)) in onig_set_default_syntax()
226 syntax = ONIG_SYNTAX_RUBY; in onig_set_default_syntax()
228 OnigDefaultSyntax = syntax; in onig_set_default_syntax()
241 syntax->op = op; in onig_set_syntax_op()
247 syntax->op2 = op2; in onig_set_syntax_op2()
253 syntax->behavior = behavior; in onig_set_syntax_behavior()
259 syntax->options = options; in onig_set_syntax_options()
265 return syntax->op; in onig_get_syntax_op()
271 return syntax->op2; in onig_get_syntax_op2()
277 return syntax->behavior; in onig_get_syntax_behavior()
[all …]
H A Doniguruma.h677 OnigSyntaxType* syntax; member
711 OnigSyntaxType* syntax; member
785 int onig_set_default_syntax P_((OnigSyntaxType* syntax));
789 unsigned int onig_get_syntax_op P_((OnigSyntaxType* syntax));
791 unsigned int onig_get_syntax_op2 P_((OnigSyntaxType* syntax));
793 unsigned int onig_get_syntax_behavior P_((OnigSyntaxType* syntax));
795 OnigOptionType onig_get_syntax_options P_((OnigSyntaxType* syntax));
797 void onig_set_syntax_op P_((OnigSyntaxType* syntax, unsigned int op));
799 void onig_set_syntax_op2 P_((OnigSyntaxType* syntax, unsigned int op2));
801 void onig_set_syntax_behavior P_((OnigSyntaxType* syntax, unsigned int behavior));
[all …]
/PHP-7.0/ext/openssl/tests/
H A D001.phpt28 echo "Load key from file - array syntax\n";
33 die("failed to load key using array syntax");
37 echo "Load key using direct syntax\n";
42 die("failed to load key using direct syntax");
46 echo "Load key manually and use string syntax\n";
52 die("failed to load key using string syntax");
65 Load key from file - array syntax
66 Load key using direct syntax
67 Load key manually and use string syntax
H A Dopenssl_free_key.phpt40 echo "Load key from file - array syntax\n";
45 die("failed to load key using array syntax");
49 echo "Load key using direct syntax\n";
54 die("failed to load key using direct syntax");
58 echo "Load key manually and use string syntax\n";
64 die("failed to load key using string syntax");
75 Load key from file - array syntax
76 Load key using direct syntax
77 Load key manually and use string syntax
/PHP-7.0/ext/mbstring/
H A Dphp_mbregex.c455 if (!rc || rc->options != options || rc->enc != enc || rc->syntax != syntax) { in php_mbregex_compile_pattern()
588 *syntax = ONIG_SYNTAX_RUBY; in _php_mb_regex_init_options()
617 *syntax = ONIG_SYNTAX_JAVA; in _php_mb_regex_init_options()
623 *syntax = ONIG_SYNTAX_GREP; in _php_mb_regex_init_options()
629 *syntax = ONIG_SYNTAX_RUBY; in _php_mb_regex_init_options()
632 *syntax = ONIG_SYNTAX_PERL; in _php_mb_regex_init_options()
805 OnigSyntaxType *syntax; in _php_mb_regex_ereg_replace_exec() local
1150 OnigSyntaxType *syntax; in PHP_FUNCTION() local
1196 OnigSyntaxType *syntax; in _php_mb_regex_ereg_search_exec() local
1441 OnigSyntaxType *syntax; in PHP_FUNCTION() local
[all …]
/PHP-7.0/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 ',' or '}' in %sns_088.php on line 5
H A Drequire_parse_exception.phpt45 syntax error, unexpected end of file on line 2
46 syntax error, unexpected end of file on line 3
47 syntax error, unexpected end of file, expecting '(' on line 2
H A Dns_094.phpt6 // should throw syntax errors
15 Parse error: syntax error, unexpected 'const' (T_CONST), expecting identifier (T_STRING) in %s on l…
H A Dbug75252.phpt27 string(41) "syntax error, unexpected 'FOO' (T_STRING)"
28 string(41) "syntax error, unexpected 'FOO' (T_STRING)"
H A Dbug48693.phpt34 ParseError: syntax error, unexpected '}', expecting end of file in %sbug48693.php(4) : runtime-crea…
39 ParseError: syntax error, unexpected end of file in %sbug48693.php(14) : runtime-created function:1
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.
H A Dheredoc_017.phpt2 Testinh heredoc syntax
H A Dbug68475.phpt2 Bug #68475 Calling function using $callable() syntax with strings of form 'Class::method'
18 // Test basic call using Class::method syntax.
/PHP-7.0/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.0/ext/mbstring/oniguruma/doc/
H A DAPI115 6 syntax: address of pattern syntax definition.
166 ci->syntax: address of pattern syntax definition.
379 is disabled in the pattern syntax.(disabled in the default syntax)
445 and syntax ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP == ON
495 # int onig_set_default_syntax(OnigSyntaxType* syntax)
497 Set default syntax.
500 1 syntax: address of pattern syntax definition.
505 Copy syntax.
522 Get/Set elements of the syntax.
525 1 syntax: syntax
[all …]
/PHP-7.0/Zend/tests/grammar/
H A Dregression_012.phpt2 Testing for regression on const list syntax and arrays
13 Parse error: syntax error, unexpected 'FOREACH' (T_FOREACH), expecting ']' in %s on line %d
/PHP-7.0/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.0/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.0/sapi/cli/tests/
H A D011.phpt2 syntax check
50 string(%d) "No syntax errors detected in %s011.test.php
/PHP-7.0/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt31 // Invalid DN syntax
39 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
51 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
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.0/sapi/cgi/tests/
H A D006.phpt2 syntax check
58 string(%d) "No syntax errors detected in %s006.test.php
/PHP-7.0/tests/lang/
H A Dbug44654.phpt2 Bug #44654 (syntax error for #)
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_report_wo_ps.phpt107 …: You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
109 …: You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
115 …: You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…

Completed in 63 milliseconds

12345678