Home
last modified time | relevance | path

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

12345678910>>...46

/PHP-7.2/Zend/tests/
H A Dbug32596.phpt6 public $error = "please fix this thing, it wasted a nice part of my life!\n";
25 please fix this thing, it wasted a nice part of my life!
/PHP-7.2/ext/interbase/tests/
H A D004.phpt83 …ibase_blob_add($bl_h, "| This program is free software; you can redistribute it and/or modify |\n"…
84 …ibase_blob_add($bl_h, "| it under the terms of one of the following licenses: |\n"…
93 …ibase_blob_add($bl_h, "| This program is distributed in the hope that it will be useful, |\n"…
138 | This program is free software; you can redistribute it and/or modify |
139 | it under the terms of one of the following licenses: |
148 | This program is distributed in the hope that it will be useful, |
163 | This program is free software; you can redistribute it and/or modify |
164 | it under the terms of one of the following licenses: |
173 | This program is distributed in the hope that it will be useful, |
/PHP-7.2/ext/session/tests/
H A Dbug69111.phpt13 // session_start(); // Uncommenting this makes it not crash when reading the session (see below), b…
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
6 Michele Orselli (mo@ideato.it)
H A Dget_cfg_var_error.phpt2 Test function get_cfg_var() by calling it more than or less than its expected arguments
4 Francesco Fullone ff@ideato.it
/PHP-7.2/ext/standard/tests/math/
H A Dsrand_basic.phpt12 // Should return NULL if given anything that it can convert to long
13 // This doesn't actually test what it does with the input :-\
/PHP-7.2/ext/spl/tests/
H A Dbug78863.phpt11 $it = new DirectoryIterator(__DIR__ . "/bug78863\0/sub");
12 foreach ($it as $fileinfo) {
H A Darray_017.phpt79 $it = new ArrayIteratorEx($this, $this->getFlags());
80 $it->dyn2 = 5;
81 $it->dump();
82 return $it;
96 $it = $obj->getIterator();
97 foreach($it as $n => $v)
110 var_dump($it->pub2);
111 var_dump(isset($it->pub1));
112 $it->setFlags($flags | 2);
113 var_dump($it->pub2);
[all …]
/PHP-7.2/Zend/
H A DREADME.ZEND_MM11 but it has "--enable-malloc-mm" instead. It is enabled by default in DEBUG
12 build and disabled by default in RELEASE build. When enabled it allows selecting
30 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
/PHP-7.2/ext/standard/tests/file/
H A Dlstat_stat_variation21.phpt32 echo "*** Testing stat() on file by truncating it to given size ***\n";
39 var_dump( ftruncate($file_handle, 512) ); // truncate it
58 *** Testing stat() on file by truncating it to given size ***
H A Dstat_variation8-win32.phpt31 echo "\n*** Testing stat(): on file by truncating it to given size ***\n";
44 var_dump( ftruncate($file_handle, 512) ); // truncate it
69 *** Testing stat(): on file by truncating it to given size ***
/PHP-7.2/ext/posix/tests/
H A Dposix_setuid_error.phpt2 Test function posix_setuid() by calling it more than or less than its expected arguments
9 Francesco Fullone ff@ideato.it
H A Dposix_seteuid_error.phpt2 Test function posix_seteuid() by calling it more than or less than its expected arguments
9 Francesco Fullone ff@ideato.it
H A Dposix_setgid_error.phpt2 Test function posix_setgid() by calling it more than or less than its expected arguments.
8 Francesco Fullone ff@ideato.it
H A Dposix_ttyname_error.phpt2 Test function posix_ttyname() by calling it more than or less than its expected arguments
5 Francesco Fullone ff@ideato.it
/PHP-7.2/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt2 Test function pcntl_fork() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
/PHP-7.2/ext/mbstring/oniguruma/
H A DINSTALL28 definitions. Finally, it creates a shell script `config.status' that
44 may remove or edit it.
48 you want to change it or regenerate `configure' using a newer version
56 Running `configure' might take a while. While running, it prints
57 some messages telling which features it is checking for.
122 With a non-GNU `make', it is safer to compile the package for one
230 their prerequisites, which makes it generally unusable when shipped
248 in your `PATH', put it _after_ `/usr/bin'.
262 a message saying it cannot guess the machine type, give it the
293 `PREFIX/etc/config.site' if it exists. Or, you can set the
[all …]
/PHP-7.2/ext/standard/tests/array/
H A Dmax_error.phpt25 Warning: max(): When only one parameter is given, it must be an array in %s on line 11
31 Warning: max(): When only one parameter is given, it must be an array in %s on line 13
H A Dmin_error.phpt25 Warning: min(): When only one parameter is given, it must be an array in %s on line 11
31 Warning: min(): When only one parameter is given, it must be an array in %s on line 13
H A Dmax.phpt26 Warning: max(): When only one parameter is given, it must be an array in %s on line 4
32 Warning: max(): When only one parameter is given, it must be an array in %s on line 6
H A Dmin.phpt26 Warning: min(): When only one parameter is given, it must be an array in %s on line 4
32 Warning: min(): When only one parameter is given, it must be an array in %s on line 6
/PHP-7.2/ext/spl/examples/
H A Dclass_tree.php105 $it = new RecursiveTreeIterator(new SubClasses($argv[1], true)); variable
108 foreach($it as $c=>$v)
/PHP-7.2/ext/pdo/tests/
H A Dbug_69356.phpt20 …, and the position in the query (if this is supported by the PDO driver, otherwise, it will be -1).
23 …rol functions can be used to capture the output of this function, and save it in a string (for exa…
32 …, and the position in the query (if this is supported by the PDO driver, otherwise, it will be -1).
35 …rol functions can be used to capture the output of this function, and save it in a string (for exa…
/PHP-7.2/ext/phar/tests/tar/
H A Dtar_004.phpt26 var_dump("it worked");
39 string(9) "it worked"
/PHP-7.2/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 …]

Completed in 37 milliseconds

12345678910>>...46