Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/oci8/tests/
H A Dconnect_scope_try3.phpt42 $s = oci_parse($c, "insert into scope_try3_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try4.phpt42 $s = oci_parse($c, "insert into scope_try4_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try5.phpt42 $s = oci_parse($c, "insert into scope_try5_tab values (ABC)"); // syntax error -> throws exception
/PHP-7.2/tests/classes/
H A Dstatic_properties_003.phpt2 Attempting to access static properties using instance property syntax
/PHP-7.2/tests/lang/
H A D019.phpt38 Parse error: syntax error, unexpected %s in %s019.php(12) : eval()'d code on line 1
/PHP-7.2/ext/standard/tests/assert/
H A Dassert02.phpt54 Fatal error: Uncaught ParseError: syntax error, unexpected '=', expecting ';' in %s(%d) : assert co…
/PHP-7.2/
H A Dphp7.spec.in19 PHP is an HTML-embedded scripting language. Much of its syntax is
/PHP-7.2/ext/standard/tests/strings/
H A Dstrncasecmp_variation9.phpt18 using heredoc syntax.
H A Dstrpos.phpt167 echo "\n-- simple and complex syntax strings --\n";
170 /* Simple syntax */
175 /* String with curly braces, complex syntax */
317 -- simple and complex syntax strings --
/PHP-7.2/ext/ldap/tests/
H A Dldap_modify_error.phpt75 Warning: ldap_modify(): Modify: Invalid DN syntax in %s on line %d
H A Dldap_mod_add_error.phpt75 Warning: ldap_mod_add(): Modify: Invalid DN syntax in %s on line %d
H A Dldap_modify_batch_error.phpt96 Warning: ldap_modify_batch(): Batch Modify: Invalid DN syntax in %s on line %d
/PHP-7.2/ext/standard/tests/file/
H A Drename_variation-win32.phpt72 …%s/rename_variation2.tmp): The filename, directory name, or volume label syntax is incorrect. (cod…
H A Drename_variation13-win32.phpt107 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
110 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
/PHP-7.2/ext/pgsql/
H A DREADME14 connection parameter became 1st parameter. Old syntax is preserved,
17 pg_connect()/pg_pconnect() has obsolete multi parameter syntax.
18 This syntax will be deleted in 4.3.0 or later.
/PHP-7.2/ext/tokenizer/tests/
H A D002.phpt15 'wrong syntax here'
977 string(17) "wrong syntax here"
/PHP-7.2/sapi/cli/tests/
H A D014.phpt2 syntax highlighting
/PHP-7.2/sapi/cgi/tests/
H A D008.phpt2 syntax highlighting
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregext.c188 ci->syntax); in onig_new_deluxe()
/PHP-7.2/ext/dom/tests/
H A Ddom007.phpt20 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt164 …d You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt11 // b'001' syntax not supported before 5.0.3
H A Dmysqli_info.phpt25 // NOTE: empty string, no multiple insert syntax
H A Dmysqli_fetch_assoc_bit.phpt12 // b'001' syntax not supported before 5.0.3
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE3 syntax: ONIG_SYNTAX_RUBY (default)
391 ex. a(?i)* is a syntax error pattern.
414 A-5. Features disabled in default syntax

Completed in 32 milliseconds

12345678