Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 243) sorted by relevance

12345678910

/PHP-8.3/ext/date/tests/
H A DDateTime_uninitialised_exceptions.phpt61 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
62 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
63 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
64 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
65 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
66 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
67 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
68 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
69 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
70 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
[all …]
H A DDateTimeImmutable_uninitialised_exceptions.phpt55 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
56 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
57 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
58 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
59 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
60 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
61 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
62 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
63 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
64 …meImmutable) has not been correctly initialized by calling parent::__construct() in its constructor
[all …]
H A DDateTimeZone_uninitialised_exceptions.phpt48 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
49 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
50 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
51 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
52 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
53 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
54 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
55 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
56 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
57 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
[all …]
H A DDatePeriod_uninitialised_exceptions.phpt40 … DatePeriod) has not been correctly initialized by calling parent::__construct() in its constructor
41 … DatePeriod) has not been correctly initialized by calling parent::__construct() in its constructor
42 … DatePeriod) has not been correctly initialized by calling parent::__construct() in its constructor
43 …e DatePeriod has not been correctly initialized by calling parent::__construct() in its constructor
H A Dbug-gh8471.phpt47 Object of type DateTime has not been correctly initialized by calling parent::__construct() in its
48 Object of type DateTime has not been correctly initialized by calling parent::__construct() in its
49 …imeImmutable has not been correctly initialized by calling parent::__construct() in its constructor
50 …imeImmutable has not been correctly initialized by calling parent::__construct() in its constructor
H A Dbug48476.phpt35 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
36 …ng DateTime) has not been correctly initialized by calling parent::__construct() in its constructor
37 …ateTimeZone) has not been correctly initialized by calling parent::__construct() in its constructor
/PHP-8.3/ext/standard/tests/file/
H A Dftruncate_variation3.phpt49 /* 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 Dftruncate_variation3-win32.phpt49 /* 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 Dfscanf_variation1.phpt6 /* 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 Dunlink_variation1.phpt13 /* 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 Dunlink_variation1-win32-mb.phpt12 /* 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 Dunlink_variation1-win32.phpt12 /* 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 --
/PHP-8.3/Zend/
H A Dzend_max_execution_timer.c90 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.3/Zend/tests/type_declarations/
H A Dtyped_properties_097.phpt75 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 Dtyped_properties_044.phpt55 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 Dtyped_properties_065.phpt64 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…
/PHP-8.3/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt2 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 Dkey_exists_basic.phpt2 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 Dkey_exists_variation1.phpt2 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.3/ext/posix/tests/
H A Dposix_setgid_basic.phpt2 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 ***
H A Dposix_errno_basic.phpt2 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 ***
/PHP-8.3/ext/standard/tests/general_functions/
H A Dget_cfg_var_basic.phpt2 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.3/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt12 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 Dpcntl_fork_basic.phpt2 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.3/Zend/tests/type_declarations/union_types/
H A Dincdec_prop.phpt125 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

Completed in 89 milliseconds

12345678910