/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regsyntax.c | 227 if (IS_NULL(syntax)) in onig_set_default_syntax() 228 syntax = ONIG_SYNTAX_RUBY; in onig_set_default_syntax() 230 OnigDefaultSyntax = syntax; in onig_set_default_syntax() 243 syntax->op = op; in onig_set_syntax_op() 249 syntax->op2 = op2; in onig_set_syntax_op2() 255 syntax->behavior = behavior; in onig_set_syntax_behavior() 261 syntax->options = options; in onig_set_syntax_options() 267 return syntax->op; in onig_get_syntax_op() 273 return syntax->op2; in onig_get_syntax_op2() 279 return syntax->behavior; in onig_get_syntax_behavior() [all …]
|
H A D | oniguruma.h | 684 OnigSyntaxType* syntax; member 718 OnigSyntaxType* syntax; member 794 int onig_set_default_syntax P_((OnigSyntaxType* syntax)); 798 unsigned int onig_get_syntax_op P_((OnigSyntaxType* syntax)); 800 unsigned int onig_get_syntax_op2 P_((OnigSyntaxType* syntax)); 802 unsigned int onig_get_syntax_behavior P_((OnigSyntaxType* syntax)); 804 OnigOptionType onig_get_syntax_options P_((OnigSyntaxType* syntax)); 806 void onig_set_syntax_op P_((OnigSyntaxType* syntax, unsigned int op)); 808 void onig_set_syntax_op2 P_((OnigSyntaxType* syntax, unsigned int op2)); 810 void onig_set_syntax_behavior P_((OnigSyntaxType* syntax, unsigned int behavior)); [all …]
|
/PHP-7.2/ext/openssl/tests/ |
H A D | 001.phpt | 32 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 D | openssl_free_key.phpt | 40 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.2/ext/mbstring/ |
H A D | php_mbregex.c | 589 *syntax = ONIG_SYNTAX_RUBY; in _php_mb_regex_init_options() 618 *syntax = ONIG_SYNTAX_JAVA; in _php_mb_regex_init_options() 624 *syntax = ONIG_SYNTAX_GREP; in _php_mb_regex_init_options() 630 *syntax = ONIG_SYNTAX_RUBY; in _php_mb_regex_init_options() 633 *syntax = ONIG_SYNTAX_PERL; in _php_mb_regex_init_options() 821 OnigSyntaxType *syntax; in _php_mb_regex_ereg_replace_exec() local 1186 OnigSyntaxType *syntax; in PHP_FUNCTION() local 1237 OnigSyntaxType *syntax; in _php_mb_regex_ereg_search_exec() local 1362 OnigSyntaxType *syntax = NULL; in PHP_FUNCTION() local 1495 OnigSyntaxType *syntax; in PHP_FUNCTION() local [all …]
|
/PHP-7.2/Zend/tests/ |
H A D | indirect_call_string_002.phpt | 13 // 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 D | ns_088.phpt | 2 Nested group use statements syntax error 17 Parse error: syntax error, unexpected '{', expecting '}' in %sns_088.php on line 5
|
H A D | require_parse_exception.phpt | 45 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 D | ns_094.phpt | 6 // should throw syntax errors 14 Parse error: syntax error, unexpected 'const' (T_CONST), expecting '}' in %s on line 7
|
H A D | bug75252.phpt | 27 string(41) "syntax error, unexpected 'FOO' (T_STRING)" 28 string(41) "syntax error, unexpected 'FOO' (T_STRING)"
|
H A D | indirect_call_string_001.phpt | 2 Indirect call with 'Class::method' syntax with class in namespace 23 // Test basic call using Class::method syntax.
|
H A D | heredoc_017.phpt | 2 Testinh heredoc syntax
|
H A D | bug48693.phpt | 35 ParseError: syntax error, unexpected '}', expecting end of file in %sbug48693.php(4) : runtime-crea… 44 ParseError: syntax error, unexpected end of file in %sbug48693.php(14) : runtime-created function:1
|
H A D | bug68475.phpt | 2 Bug #68475 Calling function using $callable() syntax with strings of form 'Class::method' 18 // Test basic call using Class::method syntax.
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | strrchr_variation3.phpt | 18 using heredoc syntax. 37 string(19) "ing heredoc syntax." 39 string(8) " syntax." 42 using heredoc syntax."
|
/PHP-7.2/Zend/tests/grammar/ |
H A D | regression_012.phpt | 2 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.2/ext/mbstring/oniguruma/doc/ |
H A D | API | 121 6 syntax: address of pattern syntax definition. 172 ci->syntax: address of pattern syntax definition. 406 is disabled in the pattern syntax.(disabled in the default syntax) 472 and syntax ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP == ON 522 # int onig_set_default_syntax(OnigSyntaxType* syntax) 524 Set default syntax. 527 1 syntax: address of pattern syntax definition. 532 Copy syntax. 549 Get/Set elements of the syntax. 552 1 syntax: syntax [all …]
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | bug54929.phpt | 50 …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.2/ext/standard/tests/general_functions/ |
H A D | putenv.phpt | 32 Warning: putenv(): Invalid parameter syntax in %s on line %d 35 Warning: putenv(): Invalid parameter syntax in %s on line %d
|
/PHP-7.2/sapi/cli/tests/ |
H A D | 011.phpt | 2 syntax check 50 string(%d) "No syntax errors detected in %s011.test.php
|
/PHP-7.2/ext/ldap/tests/ |
H A D | ldap_sasl_bind_error.phpt | 31 // 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 D | ldap_bind_error.phpt | 22 // Invalid DN syntax 33 Warning: ldap_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
|
/PHP-7.2/sapi/cgi/tests/ |
H A D | 006.phpt | 2 syntax check 58 string(%d) "No syntax errors detected in %s006.test.php
|
/PHP-7.2/tests/lang/ |
H A D | bug44654.phpt | 2 Bug #44654 (syntax error for #)
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_report_wo_ps.phpt | 107 …: 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…
|