Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_bit.phpt15 // b'001' syntax not supported before 5.0.3
H A Dmysqli_connect_oo.phpt136 /* NOTE that at this point one must use a different syntax! */
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME.ja114 sample/syntax.c Perl��Java��ASISʸˡ�Υƥ���
H A DHISTORY11 2017/05/19: [new] add \o{17777777777} syntax.
611 invalid syntax definition in ONIG_SYNTAX_GREP.
981 syntax: ONIG_SYN_OP2_ESC_H_XDIGIT
1227 add syntax op. ONIG_SYN_OP2_CHAR_PROPERTY_PREFIX_IS.
1228 2004/03/15: [dist] add sample/syntax.c.
1230 add syntax op. ONIG_SYN_OP2_ESC_P_BRACE_CIRCUMFLEX_NOT.
1457 2003/11/11: [spec] add syntax op. REG_SYN_OP_VARIABLE_META_CHARS.
1628 (turn off variable syntax on Ruby)
1648 meaning of (?m) and (?s) are depend on syntax.
1683 2003/05/29: [bug] wrong usage of syntax REG_SYN_ALLOW_EMPTY_RANGE_IN_CC.
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DLICENCE4 PCRE is a library of functions to support regular expressions whose syntax
H A DNEWS465 alternative Perl syntax for named parentheses, and Perl syntax for
644 6. Support for named subpatterns. The Python syntax (?P<name>...) is used to
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_replace.phpt214 echo "\n-- Testing simple and complex syntax strings --\n";
217 /* Simple syntax */
222 /* String with curly braces, complex syntax */
933 -- Testing simple and complex syntax strings --
H A Dstrcmp.phpt113 echo "\n--- Testing simple and complex syntax strings ---\n";
116 /* Simple syntax */
121 /* String with curly braces, complex syntax */
613 --- Testing simple and complex syntax strings ---
H A Dstrcasecmp.phpt113 echo "\n--- Testing simple and complex syntax strings ---\n";
116 /* Simple syntax */
121 /* String with curly braces, complex syntax */
632 --- Testing simple and complex syntax strings ---
/PHP-7.2/ext/openssl/
H A DREADME33 allow you to enter the passphrase as a parameter you may use the syntax
72 syntax mentioned above, as it doesn't make sense in this case!
111 syntax mentioned above, as it doesn't make sense in this case!
/PHP-7.2/ext/pdo_odbc/
H A Dconfig.m416 flavour. The syntax for generic ODBC support is:
/PHP-7.2/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt154 Sequence syntax error
/PHP-7.2/
H A DREADME.UNIX-BUILD-SYSTEM56 The full syntax:
H A DUPGRADING127 (https://wiki.php.net/rfc/list-syntax-trailing-commas)
325 . The '--with-pdo-oci' configure syntax no longer needs the vesion number of the
H A Dphp.ini-development22 ; The syntax of the file is extremely simple. Whitespace and lines
36 ; Directives are specified using the following syntax:
319 ; http://php.net/syntax-highlighting
863 ; syntax:
876 ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
879 ; move to the new ('extension=<ext>) syntax.
H A Dphp.ini-production22 ; The syntax of the file is extremely simple. Whitespace and lines
36 ; Directives are specified using the following syntax:
319 ; http://php.net/syntax-highlighting
865 ; syntax:
878 ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
881 ; move to the new ('extension=<ext>) syntax.
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h282 OnigSyntaxType* syntax; member
H A Dregcomp.c3055 IS_SYNTAX_BV(env->syntax, ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP) && in setup_subexp_call()
3177 if (IS_SYNTAX_BV(env->syntax, ONIG_SYN_DIFFERENT_LEN_ALT_LOOK_BEHIND)) in setup_look_behind()
5332 IS_SYNTAX_BV(scan_env.syntax, ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP) && in onig_compile()
5480 OnigEncoding enc, OnigSyntaxType* syntax) in onig_reg_init() argument
5514 option |= syntax->options; in onig_reg_init()
5518 option |= syntax->options; in onig_reg_init()
5522 (reg)->syntax = syntax; in onig_reg_init()
5541 OnigSyntaxType* syntax, OnigErrorInfo* einfo) in onig_new_without_alloc() argument
5545 r = onig_reg_init(reg, option, ONIGENC_CASE_FOLD_DEFAULT, enc, syntax); in onig_new_without_alloc()
5554 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_new() argument
[all …]
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_help.c39 PHPDBG_COMMAND_HELP_D(syntax, "syntax overview", 0, NULL),
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.re144 /* query matches native syntax */
/PHP-7.2/tests/lang/
H A DforeachLoop.013.phpt2 Directly modifying an unreferenced array when foreach'ing over it while using &$value syntax.
H A DforeachLoop.015.phpt2 Directly modifying a REFERENCED array when foreach'ing over it while using &$value syntax.
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re447 * vim: syntax=c
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in179 ; output syntax. Example:
262 ; The following syntax is allowed
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt165 pcrepattern syntax and semantics of supported
172 pcresyntax quick syntax reference
4945 syntax)
5065 graphs describe the old, ambiguous syntax.
6548 subpatterns. The .NET syntax \k{name} and the Perl syntax \k<name> or
6882 syntax for recursive patterns is described below.
7020 syntax for this is (?&name); PCRE's earlier syntax (?P>name) is also
7211 ten using this syntax:
7221 Note that \g{...} (Perl syntax) and \g<...> (Oniguruma syntax) are not
7962 option settings with a similar syntax.
[all …]

Completed in 98 milliseconds

12345678