Home
last modified time | relevance | path

Searched refs:it (Results 201 – 225 of 982) sorted by relevance

12345678910>>...40

/PHP-7.4/ext/com_dotnet/tests/
H A Dbug49192.phpt15 // there is a fix available, but user has to install it.
18 // get an accurate test run. its better to just not run the test or expect it to fail.
/PHP-7.4/ext/json/tests/
H A Djson_encode_exceptions.phpt15 // So it overrides it for the sake of working with wrappers that add the
/PHP-7.4/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt2 Test function key_exists() by calling it with its expected arguments
4 Francesco Fullone ff@ideato.it
24 // 'bar' has index = 0, netherless it is a string
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt12 var_dump(preg_replace('<[0-35-9]>', '4', $string)); //finds any number that's not 4 and replaces it
13 …d by 2-4 characters and replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding the 'his' in…
H A Dpreg_replace_edit_basic.phpt18 … '4', $string, //finds any number that's not 4 and replaces it with a 4
24 …d by 2-4 characters and replaces it with Bonjour (i.e. Hello -> Bonjour) (was finding the 'his' in…
/PHP-7.4/ext/zlib/tests/
H A D005.phpt15 $string = "Answer me, it can't be so hard
62 string(94) "Answer me, it can't be so hard
65 string(94) "Answer me, it can't be so hard
H A Dgzseek_variation3.phpt2 Test function gzseek() by calling it with SEEK_CUR when reading
43 string(10) "ze it
H A D006.phpt15 $string = "Answer me, it can't be so hard
66 string(94) "Answer me, it can't be so hard
69 string(94) "Answer me, it can't be so hard
/PHP-7.4/ext/standard/tests/file/
H A Dbug40501.csv2 backslashes (ex: 1)\",and it isn't the last element$
H A Dfopencookie.phpt12 * changed the binary interface, so if haven't detected it correctly,
21 public $data = "If you can read this, it worked";
90 If you can read this, it worked
/PHP-7.4/ext/standard/tests/ini_info/scandir/
H A D0.ini1 ; This file is named 0.ini so it should be the first line of
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE7 of this license document, but changing it is not allowed.
16 freedom to share and change it. By contrast, the GNU General Public
22 Free Software Foundation and other authors who decide to use it. You
31 it if you want it; that you can change the software and use pieces of
32 it in new free programs; and that you are informed that you can do
38 you if you distribute copies of the library or if you modify it.
46 it. And you must show them these terms so they know their rights.
52 To protect each distributor, we want to make it very clear that
163 of it, thus forming a work based on the Library, and copy and
199 it.
[all …]
/PHP-7.4/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt35 $it = new CallbackFilterIterator(new ArrayIterator(array(1)), function() {
39 foreach($it as $e);
H A Darray_007.phpt23 $it = new ArrayObject($this);
24 return $it->getIterator();
H A Diterator_008.phpt35 $it = new InfiniteIterator(new ArrayIteratorEx(range(0,2)));
39 foreach ($it as $v) {
/PHP-7.4/ext/phar/tests/
H A Dphar_gzip.phpt20 var_dump("it worked");
50 string(9) "it worked"
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_variation6.phpt17 it's bright,but i cann't see it.
H A Dstripos_variation6.phpt17 it's bright,but i cann't see it.
/PHP-7.4/scripts/dev/
H A Dtidy.php8 $it = new RecursiveIteratorIterator( variable
38 foreach ($it as $file) {
/PHP-7.4/ext/pdo_odbc/tests/
H A Dcommon.phpt26 // 1. test is skipped if user doesn't want to test it, even if they have MS Access installed
27 // 2. it detects if ODBC driver is not installed - to avoid test bug
28 // 3. it detects if ODBC driver is installed - so test will be run
47 …// check if MS Access DB is installed, and if yes, try using it. create a temporary MS access data…
/PHP-7.4/ext/date/tests/
H A Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt2 Behaviour of incomplete class is preserved even when it was not created by unserialize().
11 * Description: Takes a string representation of variable and recreates it
/PHP-7.4/ext/openssl/tests/
H A Dbug65538_002.phpt11 // We don't get any ca list from php.net but it does not matter as we
14 // as it is redirected to https which means the test would depend
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt14 /* This is the wrong way to do it. The parent will block till it has read all the STDIN.
15 The smaller the pipe buffer is, the longer it will take. It might even pass at the end,

Completed in 43 milliseconds

12345678910>>...40