/PHP-7.4/tests/classes/ |
H A D | property_recreate_private.phpt | 27 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 D | symfony_format_type_int32_intl1.phpt | 15 // (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 D | recursivecomparedualiterator.inc | 26 * @param $it RecursiveDualIterator 30 function __construct(RecursiveDualIterator $it, $mode = self::LEAVES_ONLY, $flags = 0) 32 parent::__construct($it);
|
H A D | bug78863.phpt | 11 $it = new DirectoryIterator(__DIR__ . "/bug78863\0/sub"); 12 foreach ($it as $fileinfo) {
|
H A D | array_017.phpt | 79 $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 D | iterator_016.phpt | 17 function __construct(Menu $it) 19 parent::__construct($it);
|
/PHP-7.4/Zend/tests/ |
H A D | bug32596.phpt | 6 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 D | streams.md | 83 /* 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 D | bug69111.phpt | 13 // session_start(); // Uncommenting this makes it not crash when reading the session (see below), b…
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | ftruncate_bug76422.phpt | 20 /* Check if ftruncate() with 2GB works. If it doesn't, it's likely that large files are
|
H A D | lstat_stat_variation21.phpt | 32 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 D | stat_variation8-win32.phpt | 31 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 D | srand_basic.phpt | 12 // 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 D | hebrevc_basic.phpt | 13 …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 D | pcntl_fork_basic.phpt | 2 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 D | tar_004.phpt | 25 var_dump("it worked"); 38 string(9) "it worked"
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | getservbyport_basic.phpt | 2 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 D | apt.yml | 8 # Purge existing libzip and let it be reinstalled to avoid it.
|
/PHP-7.4/ext/bcmath/libbcmath/ |
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 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 D | bug78883.phpt | 23 // 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 D | bug_69356.phpt | 20 …, 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 D | php-fpm.conf.in | 20 ; 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 D | max.phpt | 26 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 D | min.phpt | 26 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 D | serialization_objects_007.phpt | 11 * 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
|