Home
last modified time | relevance | path

Searched refs:syntax (Results 126 – 150 of 220) sorted by relevance

123456789

/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt329 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
333 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
412 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
416 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
/PHP-7.3/ext/standard/tests/strings/
H A Dstrlen.phpt120 echo "\n--- Testing simple and complex syntax strings ---\n";
123 /* Simple syntax */
128 /* String with curly braces, complex syntax */
215 --- Testing simple and complex syntax strings ---
H A Dprint_basic.phpt55 This uses the "here document" syntax to output
88 This uses the "here document" syntax to output
H A Dstripos_variation3.phpt19 using heredoc syntax.
H A Dstrrpos_variation3.phpt19 using heredoc syntax.
H A Dstrncmp_variation9.phpt18 using heredoc syntax.
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_pconn_twice.phpt47 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
74 ["syntax"]=>
H A Dmysqli_pconn_conn_multiple.phpt60 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
122 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
149 ["syntax"]=>
158 ["syntax"]=>
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.3/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt19 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
22 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
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.3/ext/mbstring/oniguruma/
H A DREADME126 sample/syntax.c Perl, Java and ASIS syntax test.
144 regsyntax.c pattern syntax functions and built-in syntax definitions.
/PHP-7.3/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_del_error.phpt57 Warning: ldap_mod_del(): Modify: Invalid DN syntax in %s on line %d
/PHP-7.3/Zend/tests/
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
H A Dflexible-heredoc-nowdoc.phpt2 Flexible heredoc/nowdoc syntax
/PHP-7.3/ext/standard/tests/file/
H A Dphp_fd_wrapper_03.phpt2 php://fd wrapper: bad syntax
/PHP-7.3/ext/mbstring/tests/
H A Dbug43301.phpt23 Fatal error: Uncaught ParseError: syntax error, unexpected '1' (T_LNUMBER), expecting variable (T_V…
/PHP-7.3/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.3/ext/standard/tests/network/
H A Dnews.rss6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
/PHP-7.3/sapi/cli/tests/
H A D017.phpt106 Parse error: syntax error, unexpected ')' in php shell code on line 1
/PHP-7.3/ext/pdo/tests/
H A Dbug_65946.phpt30 //$sql = 'SELECT * FROM test FETCH FIRST :limit ROWS ONLY'; // Oracle 12c syntax
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c4184 if (c != MC_ESC(env->syntax) || PEND) goto invalid; in fetch_interval()
4238 if (c == MC_ESC(env->syntax)) { in fetch_escaped_value()
4267 if (c == MC_ESC(env->syntax)) { in fetch_escaped_value()
4689 OnigSyntaxType* syn = env->syntax; in fetch_token_in_cc()
4939 OnigSyntaxType* syn = env->syntax; in fetch_token()
6242 if (code == MC_ESC(env->syntax)) in_esc = 1; in code_exist_check()
6376 ! IS_SYNTAX_BV(env->syntax, in parse_cc()
7335 if (IS_SYNTAX_OP2(env->syntax, in parse_bag()
7508 else if (IS_SYNTAX_OP2(env->syntax, in parse_bag()
8057 end_op[0] = (OnigCodePoint )MC_ESC(env->syntax); in parse_exp()
[all …]

Completed in 83 milliseconds

123456789