Home
last modified time | relevance | path

Searched refs:syntax (Results 101 – 125 of 191) sorted by relevance

12345678

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c2051 if (IS_SYNTAX_OP(env->syntax, ONIG_SYN_OP_ESC_CONTROL_CHARS)) { in conv_backslash_value()
2061 if (IS_SYNTAX_OP2(env->syntax, ONIG_SYN_OP2_ESC_V_VTAB)) in conv_backslash_value()
2336 if (c != MC_ESC(env->syntax)) goto invalid; in fetch_range_quantifier()
2380 if (c == MC_ESC(env->syntax)) { in fetch_escaped_value()
2401 if (IS_SYNTAX_OP(env->syntax, ONIG_SYN_OP_ESC_C_CONTROL)) { in fetch_escaped_value()
2409 if (c == MC_ESC(env->syntax)) { in fetch_escaped_value()
2870 OnigSyntaxType* syn = env->syntax; in fetch_token_in_cc()
3118 OnigSyntaxType* syn = env->syntax; in fetch_token()
4183 if (code == MC_ESC(env->syntax)) in_esc = 1; in code_exist_check()
5117 end_op[0] = (OnigCodePoint )MC_ESC(env->syntax); in parse_exp()
[all …]
H A Donigposix.h146 ONIG_EXTERN int onig_set_default_syntax P_((OnigSyntaxType* syntax));
/PHP-7.2/ext/standard/tests/strings/
H A Dstripos_variation3.phpt19 using heredoc syntax.
H A Dstrrpos_variation3.phpt19 using heredoc syntax.
H A Dstrncmp_variation9.phpt18 using heredoc syntax.
H A Dstrstr.phpt140 echo "\n-- simple and complex syntax strings --\n";
143 /* Simple syntax */
148 /* String with curly braces, complex syntax */
379 -- simple and complex syntax strings --
H A Dstrrev_variation3.phpt16 using heredoc syntax.
H A Dstrripos_variation3.phpt19 using heredoc syntax.
/PHP-7.2/ext/ldap/tests/
H A Dldap_add_error.phpt115 Warning: ldap_add(): Add: Invalid DN syntax in %s on line %d
117 string(17) "Invalid DN syntax"
H A Dldap_mod_replace_error.phpt55 Warning: ldap_mod_replace(): Modify: Invalid DN syntax in %s on line %d
H A Dldap_mod_del_error.phpt57 Warning: ldap_mod_del(): Modify: Invalid DN syntax in %s on line %d
/PHP-7.2/Zend/tests/
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
/PHP-7.2/ext/standard/tests/file/
H A Dphp_fd_wrapper_03.phpt2 php://fd wrapper: bad syntax
/PHP-7.2/ext/mbstring/tests/
H A Dbug43301.phpt23 Fatal error: Uncaught ParseError: syntax error, unexpected '1' (T_LNUMBER), expecting variable (T_V…
/PHP-7.2/ext/mysqli/tests/
H A Dbug51647.phpt50 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
80 /* ERROR 1064 (42000): You have an error in your SQL syntax; = sql strict mode */
H A Dmysqli_connect_twice.phpt54 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
81 ["syntax"]=>
H A Dmysqli_driver.phpt113 …: 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 Dparse_ini_file.phpt140 Warning: syntax error, unexpected '='%sparse_ini_file.dat on line 2
144 Warning: syntax error, unexpected '='%sparse_ini_file.dat on line 2
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt182 …4 You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
183 …4 You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
/PHP-7.2/sapi/cli/tests/
H A D017.phpt106 Parse error: syntax error, unexpected ')' in php shell code on line 1
/PHP-7.2/ext/standard/tests/network/
H A Dnews.rss6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
/PHP-7.2/ext/pdo/tests/
H A Dbug_65946.phpt30 //$sql = 'SELECT * FROM test FETCH FIRST :limit ROWS ONLY'; // Oracle 12c syntax
/PHP-7.2/ext/oci8/tests/
H A Dconnect_scope_try6.phpt42 $s = oci_parse($c, "insert into scope_try6_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try1.phpt42 $s = oci_parse($c, "insert into scope_try1_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try2.phpt42 $s = oci_parse($c, "insert into scope_try2_tab values (ABC)"); // syntax error -> throws exception

Completed in 35 milliseconds

12345678