/PHP-7.4/ext/com_dotnet/tests/ |
H A D | bug49192.phpt | 15 // 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 D | json_encode_exceptions.phpt | 15 // So it overrides it for the sake of working with wrappers that add the
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | key_exists_variation2.phpt | 2 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 D | preg_replace_basic.phpt | 12 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 D | preg_replace_edit_basic.phpt | 18 … '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 D | 005.phpt | 15 $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 D | gzseek_variation3.phpt | 2 Test function gzseek() by calling it with SEEK_CUR when reading 43 string(10) "ze it
|
H A D | 006.phpt | 15 $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 D | bug40501.csv | 2 backslashes (ex: 1)\",and it isn't the last element$
|
H A D | fopencookie.phpt | 12 * 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 D | 0.ini | 1 ; This file is named 0.ini so it should be the first line of
|
/PHP-7.4/ext/mbstring/libmbfl/ |
H A D | LICENSE | 7 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 D | CallbackFilterIteratorTest-002.phpt | 35 $it = new CallbackFilterIterator(new ArrayIterator(array(1)), function() { 39 foreach($it as $e);
|
H A D | array_007.phpt | 23 $it = new ArrayObject($this); 24 return $it->getIterator();
|
H A D | iterator_008.phpt | 35 $it = new InfiniteIterator(new ArrayIteratorEx(range(0,2))); 39 foreach ($it as $v) {
|
/PHP-7.4/ext/phar/tests/ |
H A D | phar_gzip.phpt | 20 var_dump("it worked"); 50 string(9) "it worked"
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | strrpos_variation6.phpt | 17 it's bright,but i cann't see it.
|
H A D | stripos_variation6.phpt | 17 it's bright,but i cann't see it.
|
/PHP-7.4/scripts/dev/ |
H A D | tidy.php | 8 $it = new RecursiveIteratorIterator( variable 38 foreach ($it as $file) {
|
/PHP-7.4/ext/pdo_odbc/tests/ |
H A D | common.phpt | 26 // 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 D | default-timezone-1.phpt | 6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
|
H A D | default-timezone-2.phpt | 6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | serialization_objects_006.phpt | 2 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 D | bug65538_002.phpt | 11 // 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 D | proc_open_bug51800.phpt | 14 /* 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,
|