Home
last modified time | relevance | path

Searched refs:re (Results 151 – 175 of 238) sorted by relevance

12345678910

/php-src/ext/standard/tests/dir/
H A Dscandir_variation10.phpt11 * re-orders the array
H A Dscandir_variation10-win32-mb.phpt17 * re-orders the array
H A Dopendir_variation4.phpt58 * function to remove directory handle before re-using variable name in test
H A Dopendir_variation4-win32-mb.phpt64 * function to remove directory handle before re-using variable name in test
/php-src/ext/standard/tests/array/
H A Darray_diff_uassoc_variation13.phpt16 // re-assign reference variable to different value
H A Dusort_variation3.phpt6 * Pass an array with different data types as keys to usort() to test how it is re-ordered
H A Dnatcasesort_object1.phpt6 * Pass natcasesort() an array of objects to test how it re-orders them
H A Dusort_variation6.phpt7 * to test how array is re-ordered
H A Dusort_variation4.phpt6 * Pass arrays of numeric data to usort() to test how it is re-ordered
H A Dnatcasesort_object2.phpt7 * visibilities to test how it re-orders the array.
H A Dusort_variation5.phpt6 * Pass arrays of string data to usort() to test how it is re-ordered
H A Darray_shift_variation3.phpt6 * Pass arrays with different data types as keys to test how array_shift() re-assigns keys
H A Drsort_variation9.phpt6 * Pass rsort() associative arrays to test key re-assignment
/php-src/ext/pdo_mysql/tests/
H A Dbug79132.phpt2 Bug #79132: PDO re-uses parameter values from earlier calls to execute()
/php-src/ext/dom/lexbor/patches/
H A D0001-Shrink-size-of-static-binary-search-tree.patch70 -import sys, re, os
108 - line = re.sub(name, '\n'.join(self.patterns[name]), line)
/php-src/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt21 * we're dealing with interface-local traffic... */
105 echo "re-joining group\n";
207 re-joining group
H A Dmcast_ipv4_recv.phpt75 echo "re-joining group\n";
175 re-joining group
H A Dsocket_sendrecvmsg_multi_msg.phpt45 'ifindex' => 1 /* we're assuming loopback is 1. Is this a safe assumption? */
/php-src/ext/zlib/tests/
H A Dgzeof_basic.phpt38 When you're taught through feelings
/php-src/Zend/tests/
H A Dbug33512.phpt56 //but, these variables are still available??? even though they're "unset"-ed
/php-src/ext/hash/
H A Dconfig.m417 AC_MSG_CHECKING([if we're at 64-bit platform])
/php-src/
H A D.cirrus.yml23 # Specify opcache.preload_user as we're running as root.
/php-src/win32/build/
H A Dconfutils.js1526 var re = /\.h$/;
1530 if (s.match(re)) {
1740 obj = filename.replace(re, ".obj");
2420 var re;
2422 re = new RegExp(match_sw + "(.*)");
2423 r = cf[i].match(re);
2726 var re = subst_array[i];
2729 content = content.replace(re, rep);
2769 var re = null;
2810 if (item_name.match(re)) {
[all …]
/php-src/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt37 "how're you doing?",
113 string(18) "how\'re you doing?"
115 string(17) "how're you doing?"
H A Dstr_split_variation5.phpt154 string(10) "re it'll w"

Completed in 82 milliseconds

12345678910