Home
last modified time | relevance | path

Searched refs:syntax (Results 151 – 175 of 220) sorted by relevance

123456789

/PHP-7.3/ext/ldap/tests/
H A Dldap_mod_replace_error.phpt55 Warning: ldap_mod_replace(): 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_error.phpt75 Warning: ldap_modify(): Modify: Invalid DN syntax in %s on line %d
/PHP-7.3/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt16 using heredoc syntax.
H A Dstrripos_variation3.phpt19 using heredoc syntax.
H A Dstrncasecmp_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 */
401 -- simple and complex syntax strings --
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME.md274 |sample/syntax.c |Perl, Java and ASIS syntax test. |
295 |regsyntax.c |pattern syntax functions and built-in syntax definitions|
/PHP-7.3/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-7.3/ext/mbstring/oniguruma/src/
H A Donigposix.h152 ONIG_EXTERN int onig_set_default_syntax P_((OnigSyntaxType* syntax));
/PHP-7.3/tests/lang/
H A D019.phpt38 Parse error: syntax error, unexpected %s in %s019.php(12) : eval()'d code on line 1
/PHP-7.3/tests/classes/
H A Dstatic_properties_003.phpt2 Attempting to access static properties using instance property syntax
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md2 # Oniguruma syntax (operator) configuration
12 This document details how to configure Oniguruma's syntax, by describing the desired
13 syntax operators and behaviors in an instance of the OnigSyntaxType struct, just like
237 the common `\num` syntax (like `\3`).
432 This group contains support for lesser-known regex syntax constructs.
517 and `(?'name'...)`, but not the Python `(?P<name>...)` syntax.
536 the same syntax. This supports using `\g'name'` and `\g'1'` in addition to
547 regex syntax documentation (appendix A-5):
552 enabled by default in any syntax.
718 Enables support for the `(?~r)` "absent operator" syntax, which matches
[all …]
/PHP-7.3/
H A Dphp7.spec.in19 PHP is an HTML-embedded scripting language. Much of its syntax is
/PHP-7.3/ext/standard/tests/assert/
H A Dassert02.phpt54 Fatal error: Uncaught ParseError: syntax error, unexpected '=', expecting ';' in %s(%d) : assert co…
/PHP-7.3/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-7.3/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…
/PHP-7.3/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.3/ext/tokenizer/tests/
H A D002.phpt15 'wrong syntax here'
977 string(17) "wrong syntax here"
/PHP-7.3/sapi/cli/tests/
H A D014.phpt2 syntax highlighting

Completed in 83 milliseconds

123456789