Home
last modified time | relevance | path

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

123456789

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregext.c188 ci->syntax); in onig_new_deluxe()
H A Dregparse.h396 OnigSyntaxType* syntax; member
H A Dregcomp.c4009 if (IS_SYNTAX_BV(env->syntax, ONIG_SYN_DIFFERENT_LEN_ALT_LOOK_BEHIND)) in tune_look_behind()
4526 IS_SYNTAX_BV(env->syntax, ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP) && in tune_call_node_call()
6710 IS_SYNTAX_BV(scan_env.syntax, ONIG_SYN_CAPTURE_ONLY_NAMED_GROUP) && in onig_compile()
6887 OnigEncoding enc, OnigSyntaxType* syntax) in onig_reg_init() argument
6917 option |= syntax->options; in onig_reg_init()
6921 option |= syntax->options; in onig_reg_init()
6925 (reg)->syntax = syntax; in onig_reg_init()
6944 OnigSyntaxType* syntax, OnigErrorInfo* einfo) in onig_new_without_alloc() argument
6948 r = onig_reg_init(reg, option, ONIGENC_CASE_FOLD_DEFAULT, enc, syntax); in onig_new_without_alloc()
6957 OnigOptionType option, OnigEncoding enc, OnigSyntaxType* syntax, in onig_new() argument
[all …]
/PHP-7.3/ext/ldap/tests/
H A Dldap_modify_batch_error.phpt96 Warning: ldap_modify_batch(): Batch Modify: Invalid DN syntax in %s on line %d
/PHP-7.3/ext/dom/tests/
H A Ddom007.phpt20 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
/PHP-7.3/sapi/cgi/tests/
H A D008.phpt2 syntax highlighting
/PHP-7.3/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.3/ext/standard/tests/file/
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.3/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
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.3/ext/standard/tests/strings/
H A Dstrpos.phpt167 echo "\n-- simple and complex syntax strings --\n";
170 /* Simple syntax */
175 /* String with curly braces, complex syntax */
339 -- simple and complex syntax 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.3/
H A DUPGRADING33 . Due to the introduction of flexible heredoc/nowdoc syntax (see New Features
35 cause syntax errors or change in interpretation. For example in
44 the following "FOO;" will cause a syntax error. This issue can always be
130 of matches and mb_ereg_replace() will interpret additional syntax. See
182 . Implemented flexible heredoc and nowdoc syntax: The closing marker for doc
187 . Array destructuring now supports reference assignments using the syntax
541 strictly interpreted), and augments the existing regular expression syntax.
H A DREADME.UNIX-BUILD-SYSTEM56 The full syntax:
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY56 in Perl syntax
141 2017/12/08: add ONIG_SYNTAX_ONIGURUMA (default syntax)
181 2017/07/05: [new] support if-then-else syntax
206 2017/05/19: [new] add \o{17777777777} syntax.
806 invalid syntax definition in ONIG_SYNTAX_GREP.
1176 syntax: ONIG_SYN_OP2_ESC_H_XDIGIT
1423 2004/03/15: [dist] add sample/syntax.c.
1652 2003/11/11: [spec] add syntax op. REG_SYN_OP_VARIABLE_META_CHARS.
1823 (turn off variable syntax on Ruby)
1843 meaning of (?m) and (?s) are depend on syntax.
[all …]
H A DREADME_japanese114 sample/syntax.c Perl、Java、ASIS文法のテスト
/PHP-7.3/ext/openssl/
H A DREADME31 allow you to enter the passphrase as a parameter you may use the syntax
70 syntax mentioned above, as it doesn't make sense in this case!
109 syntax mentioned above, as it doesn't make sense in this case!
/PHP-7.3/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt154 Sequence syntax error
/PHP-7.3/ext/pdo_odbc/
H A Dconfig.m415 flavour. The syntax for generic ODBC support is:
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_help.c39 PHPDBG_COMMAND_HELP_D(syntax, "syntax overview", 0, NULL),

Completed in 65 milliseconds

123456789