/PHP-8.2/ext/standard/tests/file/ |
H A D | ftruncate_variation3.phpt | 49 /* truncate it to half of its current size */ 71 -- Testing ftruncate(): truncate file to half of its current size -- 79 -- Testing ftruncate(): truncate file to half of its current size -- 87 -- Testing ftruncate(): truncate file to half of its current size -- 95 -- Testing ftruncate(): truncate file to half of its current size -- 103 -- Testing ftruncate(): truncate file to half of its current size -- 111 -- Testing ftruncate(): truncate file to half of its current size -- 119 -- Testing ftruncate(): truncate file to half of its current size -- 127 -- Testing ftruncate(): truncate file to half of its current size -- 135 -- Testing ftruncate(): truncate file to half of its current size -- [all …]
|
H A D | ftruncate_variation3-win32.phpt | 49 /* truncate it to half of its current size */ 71 -- Testing ftruncate(): truncate file to half of its current size -- 79 -- Testing ftruncate(): truncate file to half of its current size -- 87 -- Testing ftruncate(): truncate file to half of its current size -- 95 -- Testing ftruncate(): truncate file to half of its current size -- 103 -- Testing ftruncate(): truncate file to half of its current size -- 111 -- Testing ftruncate(): truncate file to half of its current size -- 119 -- Testing ftruncate(): truncate file to half of its current size -- 127 -- Testing ftruncate(): truncate file to half of its current size -- 135 -- Testing ftruncate(): truncate file to half of its current size -- [all …]
|
H A D | fscanf_variation1.phpt | 6 /* test fscanf() for its return type */ 10 echo "*** Testing fscanf(): for its return type without third argument ***\n"; 37 *** Testing fscanf(): for its return type without third argument ***
|
H A D | unlink_variation1.phpt | 13 /* Delete file having default permission but its dir having readonly permission 32 echo "-- Unlink file having default permission and its dir having read only permission --\n"; 44 echo "\n-- Unlinking file without write permission, its dir having default permission --\n"; 64 -- Unlink file having default permission and its dir having read only permission -- 74 -- Unlinking file without write permission, its dir having default permission --
|
H A D | unlink_variation1-win32.phpt | 12 /* Delete file having default permission but its dir having readonly permission 31 echo "-- Unlink file having default permission and its dir having read only permission --\n"; 43 echo "\n-- Unlinking file without write permission, its dir having default permission --\n"; 69 -- Unlink file having default permission and its dir having read only permission -- 75 -- Unlinking file without write permission, its dir having default permission --
|
H A D | unlink_variation1-win32-mb.phpt | 12 /* Delete file having default permission but its dir having readonly permission 32 echo "-- Unlink file having default permission and its dir having read only permission --\n"; 44 echo "\n-- Unlinking file without write permission, its dir having default permission --\n"; 71 -- Unlink file having default permission and its dir having read only permission -- 77 -- Unlinking file without write permission, its dir having default permission --
|
H A D | lstat_stat_variation16.phpt | 21 // checking stat() on file after changing its permission 22 echo "*** Testing lstat() on a file after changing its access permission ***\n"; 44 *** Testing lstat() on a file after changing its access permission ***
|
/PHP-8.2/Zend/ |
H A D | zend_max_execution_timer.c | 90 struct itimerspec its; in zend_max_execution_timer_settime() local 91 its.it_value.tv_sec = seconds; in zend_max_execution_timer_settime() 92 its.it_value.tv_nsec = its.it_interval.tv_sec = its.it_interval.tv_nsec = 0; in zend_max_execution_timer_settime() 98 if (timer_settime(timer, 0, &its, NULL) != 0) { in zend_max_execution_timer_settime()
|
/PHP-8.2/Zend/tests/type_declarations/ |
H A D | typed_properties_097.phpt | 75 Cannot decrement property Test::$foo of type int past its minimal value 77 Cannot decrement property Test::$foo of type int past its minimal value 79 Cannot increment property Test::$foo of type int past its maximal value 81 Cannot increment property Test::$foo of type int past its maximal value 83 Cannot decrement a reference held by property Test::$foo of type int past its minimal value 85 Cannot decrement a reference held by property Test::$foo of type int past its minimal value 87 Cannot increment a reference held by property Test::$foo of type int past its maximal value 89 Cannot increment a reference held by property Test::$foo of type int past its maximal value
|
H A D | typed_properties_044.phpt | 55 Cannot increment a reference held by property class@anonymous::$bar of type ?int past its maximal v… 56 Cannot increment a reference held by property class@anonymous::$bar of type ?int past its maximal v… 57 Cannot decrement a reference held by property class@anonymous::$bar of type ?int past its minimal v… 58 Cannot decrement a reference held by property class@anonymous::$bar of type ?int past its minimal v…
|
H A D | typed_properties_065.phpt | 64 Cannot decrement a reference held by property ArrayAccess@anonymous::$foo of type int past its mini… 66 Cannot decrement a reference held by property ArrayAccess@anonymous::$foo of type int past its mini… 68 Cannot increment a reference held by property ArrayAccess@anonymous::$foo of type int past its maxi… 70 Cannot increment a reference held by property ArrayAccess@anonymous::$foo of type int past its maxi…
|
H A D | typed_properties_063.phpt | 70 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va… 72 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va… 74 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va… 76 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
|
H A D | typed_properties_064.phpt | 70 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va… 72 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va… 74 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va… 76 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | key_exists_variation2.phpt | 2 Test function key_exists() by calling it with its expected arguments 19 // 42 has index = 0, netherless its position is the latest 28 // 'baz' has index = 0, netherless its position is the latest 40 // object has index = 0, netherless its position is the latest 44 // object has index = 0, netherless its position is the first 49 // stream resource has index = 0, netherless its position is the first 54 // stream resource has index = 0, netherless its position is the latest
|
H A D | key_exists_basic.phpt | 2 Test function key_exists() by calling it with its expected arguments 8 echo "*** test key_exists() by calling it with its expected arguments ***\n"; 14 *** test key_exists() by calling it with its expected arguments ***
|
H A D | key_exists_variation1.phpt | 2 Test function key_exists() by calling it with its expected arguments 8 echo "*** test key_exists() by calling it with its expected arguments ***\n"; 14 *** test key_exists() by calling it with its expected arguments ***
|
/PHP-8.2/ext/posix/tests/ |
H A D | posix_errno_basic.phpt | 2 Test function posix_errno() by calling it with its expected arguments 12 echo "*** Test by calling method or function with its expected arguments ***\n"; 19 *** Test by calling method or function with its expected arguments ***
|
H A D | posix_setgid_basic.phpt | 2 Test function posix_setgid() by calling it with its expected arguments 13 echo "*** Test by calling method or function with its expected arguments ***\n"; 21 *** Test by calling method or function with its expected arguments ***
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | get_cfg_var_basic.phpt | 2 Test function get_cfg_var() by calling it with its expected arguments 14 echo "*** Test by calling method or function with its expected arguments ***\n"; 21 *** Test by calling method or function with its expected arguments ***
|
/PHP-8.2/ext/pcntl/tests/ |
H A D | pcntl_fork_variation.phpt | 12 echo "*** Testing the process isolations between a process and its forks ***\n"; 22 echo "father ($pid) doesn't know its grandsons\n"; 41 *** Testing the process isolations between a process and its forks *** 46 father (%d) doesn't know its grandsons
|
H A D | pcntl_fork_basic.phpt | 2 Test function pcntl_fork() by calling it with its expected arguments 12 echo "*** Test by calling method or function with its expected arguments, first print the child PID… 23 *** Test by calling method or function with its expected arguments, first print the child PID and t…
|
/PHP-8.2/ext/date/tests/ |
H A D | bug-gh8471.phpt | 47 The DateTime object has not been correctly initialized by its constructor 48 The DateTimeInterface object has not been correctly initialized by its constructor 49 The DateTimeImmutable object has not been correctly initialized by its constructor 50 The DateTimeInterface object has not been correctly initialized by its constructor
|
H A D | bug48476.phpt | 35 The DateTime object has not been correctly initialized by its constructor 36 The DateTime object has not been correctly initialized by its constructor 37 The DateTimeZone object has not been correctly initialized by its constructor
|
H A D | oo_001.phpt | 67 The DateTime object has not been correctly initialized by its constructor 70 The DateTimeZone object has not been correctly initialized by its constructor 72 The DatePeriod object has not been correctly initialized by its constructor 73 The DatePeriod object has not been correctly initialized by its constructor
|
/PHP-8.2/Zend/tests/type_declarations/union_types/ |
H A D | incdec_prop.phpt | 125 Cannot increment property Test::$prop2 of type int|bool past its maximal value 126 Cannot increment property Test::$prop2 of type int|bool past its maximal value 127 Cannot decrement property Test::$prop2 of type int|bool past its minimal value 128 Cannot decrement property Test::$prop2 of type int|bool past its minimal value 129 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value 130 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value 131 Cannot decrement a reference held by property Test::$prop2 of type int|bool past its minimal value 132 Cannot decrement a reference held by property Test::$prop2 of type int|bool past its minimal value
|