Home
last modified time | relevance | path

Searched refs:re (Results 126 – 150 of 220) sorted by relevance

123456789

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2391 #define REAL_PCRE_MAGIC(re) (((REAL_PCRE*)re)->magic_number) argument
2392 #define REAL_PCRE_SIZE(re) (((REAL_PCRE*)re)->size) argument
2393 #define REAL_PCRE_OPTIONS(re) (((REAL_PCRE*)re)->options) argument
2394 #define REAL_PCRE_FLAGS(re) (((REAL_PCRE*)re)->flags) argument
H A Dpcre_jit_compile.c9798 const pcre_uint8 *tables = re->tables; in PRIV()
9826 rootbacktrack.cc = (pcre_uchar *)re + re->name_table_offset + re->name_count * re->name_entry_size; in PRIV()
9835 switch(re->options & PCRE_NEWLINE_BITS) in PRIV()
9872 common->name_table = ((pcre_uchar *)re) + re->name_table_offset; in PRIV()
9873 common->name_count = re->name_count; in PRIV()
9931 if (mode == JIT_COMPILE && (re->flags & PCRE_REQCHSET) != 0 && (re->options & PCRE_NO_START_OPTIMIZ… in PRIV()
10048 if ((re->options & PCRE_ANCHORED) == 0) in PRIV()
10058 …fast_forward_first_char(common, (pcre_uchar)re->first_char, (re->flags & PCRE_FCH_CASELESS) != 0, … in PRIV()
10075 …ound = search_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_CASELESS) != … in PRIV()
10167 if ((re->options & PCRE_ANCHORED) == 0 && (re->options & PCRE_FIRSTLINE) != 0) in PRIV()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation3.phpt11 * Pass arrays with different data types as keys to test how array_shift() re-assigns keys
H A Drsort_variation9.phpt11 * Pass rsort() associative arrays to test key re-assignment
H A Darray_merge.phpt69 /* associative array with string keys, which will not be re-indexed */
72 /* associative array with numeric keys, which will be re-indexed */
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY180 2006/11/02: [impl] re-implement expand_case_fold_string() for
248 2006/10/16: [spec] re-implement Unicode Caseless Match codes.
268 2006/10/06: [impl] re-implement caseless match (case-fold).
346 and re-define STK_MASK_TO_VOID_TARGET etc...
391 re-implement bm_search_notrev().
1081 2004/04/26: [bug] add error check to re.c.181.patch and re.c.168.patch.
1241 2004/01/19: [dist] update re.c.168.patch. svn add re.c.181.patch.
1432 2003/08/19: [inst] change re.c.180.patch.
1450 2003/08/13: [bug] change re.c.180.patch for fix rb_reg_to_s() in re.c.
1460 2003/08/08: [dist] change re.c.180.patch and re.c.168.patch.
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation5.phpt166 string(10) "re it'll w"
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl57 # gcc, and rebuilds Makefile.tmpl. You have to re-run Configure after
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl57 # gcc, and rebuilds Makefile.tmpl. You have to re-run Configure after
/PHP-5.5/sapi/apache2handler/
H A DREADME17 * The lack of re-entrancy of PHP. due to this I have disabled the 'virtual'
H A Dconfig.m461 # Test that we're trying to configure with apache 2.x
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc42 echo "cant re-open '$new_mailbox' mailbox: " . imap_last_error() . "\n";
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A DMakefile65 patchfiles = re.c.168.patch re.c.181.patch
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_basic_001.phpt21 foreach ($expressions as $re) {
22 list($pattern, $match) = $re;
H A Deregi_replace_basic_001.phpt21 foreach ($expressions as $re) {
22 list($pattern, $match) = $re;
/PHP-5.5/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc93 We're a bit in trouble: PDO_MYSQL returns version strings.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_get_lock.phpt17 // We need this little hack to be able to re-run the test
H A Dmysqli_query_unicode.phpt90 However, this won't work, because we're lacking MYSQLI_SET_CHARSET_NAME.
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt40 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation14.phpt38 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation13.phpt39 // close the file if the mode to be used is read mode and re-open using read mode
/PHP-5.5/
H A DCODING_STANDARDS52 5. NEVER USE strncat(). If you're absolutely sure you know what you're doing,
59 you're calling.
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m462 # Test that we're trying to configure with apache 2.x
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc88 echo "cant re-open '$new_mailbox' mailbox: " . imap_last_error() . "\n";
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.m4154 dnl And now check for an ODBC 3.0 function to assert that they're

Completed in 112 milliseconds

123456789