Home
last modified time | relevance | path

Searched refs:it (Results 176 – 200 of 982) sorted by relevance

12345678910>>...40

/PHP-7.4/tests/classes/
H A Dproperty_recreate_private.phpt27 echo "\nUnset superclass's private property, and recreate it as public in subclass:\n";
33 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
60 Unset superclass's private property, and recreate it as public in subclass:
66 Unset superclass's private property, and recreate it as public at global scope:
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt15 // (it will show up the first time, or if you wait a while before running it again.)
17 // you can confirm it crashed by checking the exit code OR
/PHP-7.4/ext/spl/tests/
H A Drecursivecomparedualiterator.inc26 * @param $it RecursiveDualIterator
30 function __construct(RecursiveDualIterator $it, $mode = self::LEAVES_ONLY, $flags = 0)
32 parent::__construct($it);
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 …]
H A Diterator_016.phpt17 function __construct(Menu $it)
19 parent::__construct($it);
/PHP-7.4/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.4/docs/
H A Dstreams.md83 /* Generate a temporary file name and open it. */
129 mmap where it can.
164 NOTE: If you are opening a stream and need it to be seekable, use the
234 /* it can be a socket */
260 associates it with a `php_stream` using `php_stream_alloc`.
302 it lasts across requests, or non-persistently so that it is freed at the end
303 of a request (it uses pemalloc),
331 it, allocate it (use pemalloc with the persistent flag set appropriately), and
332 use the abstract pointer to refer to it.
375 /* pull out some data from the stream and put it in buf */
[all …]
/PHP-7.4/ext/session/tests/
H A Dbug69111.phpt13 // session_start(); // Uncommenting this makes it not crash when reading the session (see below), b…
/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_bug76422.phpt20 /* Check if ftruncate() with 2GB works. If it doesn't, it's likely that large files are
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.4/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.4/ext/standard/tests/strings/
H A Dhebrevc_basic.phpt13 …isual text.\nThis function is similar to hebrev() with the difference that it converts newlines (\…
25 ) This function is similar to hebrev() with the difference that it converts newlines<br />
39 it converts<br />
/PHP-7.4/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.4/ext/phar/tests/tar/
H A Dtar_004.phpt25 var_dump("it worked");
38 string(9) "it worked"
/PHP-7.4/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)
/PHP-7.4/azure/
H A Dapt.yml8 # Purge existing libzip and let it be reinstalled to avoid it.
/PHP-7.4/ext/bcmath/libbcmath/
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
32 it if you want it; that you can change the software and use pieces of
33 it in new free programs; and that you are informed that you can do
39 you if you distribute copies of the library or if you modify it.
47 it. And you must show them these terms so they know their rights.
53 To protect each distributor, we want to make it very clear that
166 of it, thus forming a work based on the Library, and copy and
202 it.
367 the Library or works based on it.
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78883.phpt23 // if the bug is not present, it will hang waiting for stdin,
24 // thus cmd is still running and we should kill it
/PHP-7.4/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.4/sapi/fpm/
H A Dphp-fpm.conf.in20 ; If it's set to "syslog", log is sent to syslogd instead of being written
45 ; line is over the limit, it is wrapped on multiple lines. The limit is for
47 ; the new line character does not count into it as it is present only when
58 ; as it has to be always buffered.
84 ; Use it with caution.
137 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
141 ; - the global prefix if it's been set (-p argument)
/PHP-7.4/ext/standard/tests/array/
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.4/ext/standard/tests/serialize/
H A Dserialization_objects_007.phpt11 * Description: Takes a string representation of variable and recreates it
37 Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line 23

Completed in 107 milliseconds

12345678910>>...40