Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt13 When you're taught through feelings
H A Dgzeof_basic.phpt43 When you're taught through feelings
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_variation4.phpt56 /*7*/ array('\tHello' => 111, 're\td' => "color",
58 array("\tHello" => 111, "re\td" => "color",
H A Darray_intersect_uassoc_variation8.phpt20 // re-assign reference variable to different value
H A Dnatcasesort_variation4.phpt16 * Pass arrays of string data to see how natcasesort() re-orders the array
H A Darray_multisort_variation8.phpt15 // We're testing sort order not errors so ignore.
H A Dnatcasesort_object1.phpt11 * Pass natcasesort() an array of objects to test how it re-orders them
H A Dusort_variation3.phpt11 * Pass an array with different data types as keys to usort() to test how it is re-ordered
H A Dusort_variation6.phpt12 * to test how array is re-ordered
H A Darray_diff_uassoc_variation13.phpt22 // re-assign reference variable to different value
H A Dusort_variation4.phpt11 * Pass arrays of numeric data to usort() to test how it is re-ordered
H A Dnatcasesort_object2.phpt12 * visibilities to test how it re-orders the array.
H A Dusort_variation5.phpt11 * Pass arrays of string data to usort() to test how it is re-ordered
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation10.phpt16 * re-orders the array
H A Dopendir_variation4.phpt62 * function to remove directory handle before re-using variable name in test
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt13 // doesn't always show if you're rapidly running this test repeatedly.
/PHP-5.5/Zend/tests/
H A Dbug33512.phpt56 //but, these variables are still available??? eventhough they're "unset"-ed
/PHP-5.5/ext/imap/
H A DIMAP_Win32_HOWTO.txt11 Search for '/MT', and change it to '/MD'. If you're compiling in DEBUG mode,
/PHP-5.5/ext/oci8/tests/
H A Ddefine5.phpt2 oci_define_by_name() for statement re-execution
/PHP-5.5/ext/ereg/regex/
H A DREADME23 you're happy with testing and have adjusted CFLAGS for production),
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt72 echo "re-joining group\n";
170 re-joining group
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt45 'ifindex' => 1 /* we're assuming loopback is 1. Is this a safe assumption? */
/PHP-5.5/win32/build/
H A Dconfutils.js1364 var re = /\.h$/;
1368 if (s.match(re)) {
1414 var re = new RegExp("\.[a-z0-9A-Z]+$");
1454 obj = src.replace(re, ".obj");
2109 var re = subst_array[i];
2112 content = content.replace(re, rep);
2152 var re = null;
2175re = new RegExp("^" + pat.replace(/\./g, '\\.').replace(/\*/g, '.*').replace(/\?/g, '.') + "$", "i…
2193 if (item_name.match(re)) {
2216 if (item_name.match(re)) {
/PHP-5.5/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt42 "how're you doing?",
118 string(18) "how\'re you doing?"
120 string(17) "how're you doing?"
/PHP-5.5/sapi/apache_hooks/
H A DREADME173 return DECLINED; # because we're not redirecting, just messing around
199 One note: all handlers can be validly re-entered 'in sub-requests'.

Completed in 32 milliseconds

123456789