Home
last modified time | relevance | path

Searched refs:syntax (Results 176 – 200 of 220) sorted by relevance

123456789

/PHP-8.0/tests/classes/
H A Dstatic_properties_003.phpt2 Attempting to access static properties using instance property syntax
/PHP-8.0/ext/oci8/tests/
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
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
H A Dconnect_scope_try6.phpt42 … $s = oci_parse($c, "insert into scope_try6_tab values (ABC)"); // syntax error -> throws exception
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_multi_stmt_nextrowset.phpt179 …4 You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
H A Dpdo_mysql_attr_errmode.phpt165 …d You have an error in your SQL syntax; check the manual that corresponds to your %s server versio…
/PHP-8.0/ext/standard/tests/file/
H A Drename_variation-win32.phpt68 …%s/rename_variation2.tmp): The filename, directory name, or volume label syntax is incorrect (code…
H A Drename_variation13-win32.phpt99 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect (code: 123) …
102 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect (code: 123) …
/PHP-8.0/build/
H A Dax_gcc_func_attribute.m413 # the same syntax. Compiler warnings are used to detect supported
222 m4_warn([syntax], [Unsupported attribute $1, the test may fail])
/PHP-8.0/ext/tokenizer/tests/
H A D002.phpt13 'wrong syntax here'
957 string(17) "wrong syntax here"
/PHP-8.0/sapi/cli/tests/
H A D014.phpt2 syntax highlighting
/PHP-8.0/sapi/cgi/tests/
H A D008.phpt2 syntax highlighting
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt10 // b'001' syntax not supported before 5.0.3
H A Dmysqli_info.phpt18 // NOTE: empty string, no multiple insert syntax
H A Dmysqli_fetch_assoc_bit.phpt11 // b'001' syntax not supported before 5.0.3
H A Dmysqli_stmt_get_result_bit.phpt14 // b'001' syntax not supported before 5.0.3
H A Dmysqli_auth_pam.phpt44 required MySQL syntax:
H A Dmysqli_connect_oo.phpt137 /* NOTE that at this point one must use a different syntax! */
/PHP-8.0/ext/dom/tests/
H A Ddom007.phpt20 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
/PHP-8.0/ext/pdo_odbc/
H A Dconfig.m46 unsupported driver using the 'generic' flavour. The syntax for generic ODBC
/PHP-8.0/ext/standard/tests/strings/
H A Dstrcasecmp.phpt88 echo "\n--- Testing simple and complex syntax strings ---\n";
91 /* Simple syntax */
96 /* String with curly braces, complex syntax */
594 --- Testing simple and complex syntax strings ---
H A Dstrcmp.phpt88 echo "\n--- Testing simple and complex syntax strings ---\n";
91 /* Simple syntax */
96 /* String with curly braces, complex syntax */
574 --- Testing simple and complex syntax strings ---

Completed in 141 milliseconds

123456789