Home
last modified time | relevance | path

Searched refs:re (Results 101 – 125 of 224) sorted by relevance

123456789

/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76450.phpt14 // no need to change the credentials; we're running against a fake server
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c308 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint() argument
311 uint32_t nesize = re->name_entry_size; in pcre2_printint()
312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
314 nametable = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)); in pcre2_printint()
315 code = codestart = nametable + re->name_count * re->name_entry_size; in pcre2_printint()
/PHP-7.4/ext/standard/tests/array/
H A Dnatcasesort_variation6.phpt11 * Pass an array of referenced varaibles to test how natcasesort() re-orders it
H A Dnatcasesort_variation7.phpt11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
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_variation4.phpt11 * Pass arrays of string data to see how natcasesort() re-orders the array
/PHP-7.4/ext/zlib/tests/
H A Dgzpassthru_basic.phpt24 When you're taught through feelings
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 Dgzgetc_basic_1.phpt35 When you're taught through feelings
H A Dgzgets_basic.phpt32 string(13) "re taught thr"
/PHP-7.4/tests/classes/
H A Dclone_004.phpt15 // re-enable cloning
H A Dthis.phpt52 Fatal error: Cannot re-assign $this in %sthis.php on line %d
/PHP-7.4/ext/curl/tests/
H A Dbug65646_open_basedir_new.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled;…
/PHP-7.4/win32/build/
H A Dphpize.js.in26 re = /\\script/i;
27 var PHP_DIR=FSO.GetParentFolderName(WScript.ScriptFullName).replace(re,"");
245 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm"); variable
246 calls = modules.match(re);
261 modules = modules.replace(re, "/* $1 */");
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
/PHP-7.4/ext/json/
H A Dconfig.w3210 …on_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanner.c ext/json/json_scanner.re"));
/PHP-7.4/ext/pcre/tests/
H A Drequest47456.phpt4 The J modifier is supposed to be identical to the internal option (?J), so we're
/PHP-7.4/ext/standard/tests/strings/
H A Daddslashes_variation2.phpt32 "how're you doing?",
96 string(18) "how\'re you doing?"
/PHP-7.4/sapi/cli/tests/
H A Dcli_process_title_windows.phpt21 // cli_set_process_title(). We're only making the API calls to ensure there are
50 // I couldn't figure out a good way to navigate this, so we're "grep'ing" all possible
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation9.phpt12 * re-orders the array
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt18 * we're dealing with interface-local traffic... */
100 echo "re-joining group\n";
199 re-joining group

Completed in 54 milliseconds

123456789