Home
last modified time | relevance | path

Searched refs:re (Results 76 – 100 of 220) sorted by relevance

123456789

/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_basic2.phpt33 first 20 characters=When you're taught t
H A Dgzgetc_basic.phpt34 When you're taught through feelings
H A Dgzgets_basic.phpt32 string(13) "re taught thr"
H A Dgzgetc_basic_1.phpt35 When you're taught through feelings
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_assoc_variation6.phpt46 /*7*/ array('\tHello' => 111, 're\td' => "color",
48 array("\tHello" => 111, "re\td" => "color",
H A Darray_intersect_variation6.phpt45 /*7*/ array('\tHello' => 111, 're\td' => "color",
47 array("\tHello" => 111, "re\td" => "color",
H A Darray_values_variation7.phpt11 * Check that array_values is re-assigning keys according to the internal order of the array,
H A Darray_intersect_assoc_variation5.phpt46 /*7*/ array('\tHello' => 111, 're\td' => "color",
48 array("\tHello" => 111, "re\td" => "color",
H A Dnatcasesort_variation9.phpt12 * and escape characters to test how natcasesort() re-orders it
H A Dnatcasesort_variation3.phpt15 * Pass arrays of numeric data to test how natcasesort re-orders the array
/PHP-5.5/ext/ereg/tests/
H A Dereg_basic_001.phpt19 foreach ($expressions as $re) {
20 list($pattern,$string) = $re;
H A Deregi_basic_001.phpt19 foreach ($expressions as $re) {
20 list($pattern,$string) = $re;
H A Dspliti_basic_001.phpt19 foreach ($expressions as $re) {
20 list($pattern,$string) = $re;
H A Dsplit_basic_001.phpt19 foreach ($expressions as $re) {
20 list($pattern,$string) = $re;
H A Dspliti_basic_002.phpt19 foreach ($expressions as $re) {
20 list($pattern,$string) = $re;
H A Dsplit_basic_002.phpt19 foreach ($expressions as $re) {
20 list($pattern,$string) = $re;
/PHP-5.5/tests/classes/
H A Dthis.phpt54 Fatal error: Cannot re-assign $this in %sthis.php on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Daddslashes_variation2.phpt32 "how're you doing?",
96 string(18) "how\'re you doing?"
/PHP-5.5/ext/sybase_ct/
H A Dconfig.m427 dnl Determine whether we're building 64 or 32 bit...
29 AC_MSG_CHECKING([checking if we're on a 64-bit platform])
/PHP-5.5/sapi/cli/tests/
H A Dcli_process_title_windows.phpt19 // cli_set_process_title(). We're only making the API calls to ensure there are
60 // I couldn't figure out a good way to navigate this, so we're "grep'ing" all possible
/PHP-5.5/ext/pcre/
H A Dphp_pcre.h44 pcre *re; member
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt18 * we're dealing with interface-local traffic... */
101 echo "re-joining group\n";
200 re-joining group
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation9.phpt12 * re-orders the array
/PHP-5.5/ext/standard/
H A Dbrowscap.c375 pcre *re; in browser_reg_compare() local
396 re = pcre_get_compiled_regex(Z_STRVAL_PP(browser_regex), &re_extra, &re_options TSRMLS_CC); in browser_reg_compare()
397 if (re == NULL) { in browser_reg_compare()
401 …if (pcre_exec(re, re_extra, lookup_browser_name, lookup_browser_length, 0, re_options, NULL, 0) ==… in browser_reg_compare()

Completed in 43 milliseconds

123456789