Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 568) sorted by path

12345678910>>...23

/PHP-7.4/
H A DCODING_STANDARDS.md63 not raise a run-time error about the function not existing. End users should
H A DCONTRIBUTING.md37 supported). For example, at the time of writing, the lowest supported version is
62 the first time you've filed a bug, we suggest reading the
H A DEXTENSIONS7 Odd Fixes: It has a maintainer but they don't have time to do
14 Unknown: Not known at this time.
H A DLICENSE29 license from time to time. Each version will be given a
H A DNEWS581 . Fixed run-time binding of preloaded dynamically declared function. (Dmitry)
1110 time). (Nikita)
1396 instead of compile-time error. (Dmitry)
1416 . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
1545 . Fixed bug #78175 (Preloading segfaults at preload time and at runtime).
1911 . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
2666 from date/time column). (Victor Csiky)
2788 . Added hrtime() function, to get high resolution time. (welting)
2797 . Fixed bug #76755 (setcookie does not accept "double" type for expire time).
H A DREADME.REDIST.BINS36 included in the distribution is a just-in-time compiler that can be used to
639 The OpenLDAP Foundation may revise this license from time to time.
H A DREADME.md114 magic_quotes behavior and therefore should not raise a warning at any time.
H A DUPGRADING414 a compile-time error in the future. Currently an error will only be
415 generated if/when the parent is accessed at run-time.
H A DUPGRADING.INTERNALS60 run-time or compile-time class declaration.
244 - Removed unused build time symbols: PHP_ADA_INCLUDE, PHP_ADA_LFLAGS,
327 on its functionality to be available without compile time checks.
/PHP-7.4/TSRM/
H A Dtsrm_win32.c276 t = time(0); in tsrm_win32_access()
680 shm->descriptor->shm_ctime = time(NULL); in shmget()
719 shm->descriptor->shm_atime = time(NULL); in shmat()
735 shm->descriptor->shm_dtime = time(NULL); in shmdt()
761 shm->descriptor->shm_ctime = time(NULL); in shmctl()
/PHP-7.4/Zend/
H A DLICENSE24 of the license from time to time. Each version will be given a
/PHP-7.4/Zend/tests/anon/
H A D005.phpt9 /* array access will be implemented by the time we get to here */
/PHP-7.4/Zend/tests/array_unpack/
H A Dunpack_invalid_type_compile_time.phpt2 Unpacking non-array/Traversable detected at compile-time
H A Dunpack_string_keys_compile_time.phpt2 Unpacking of string keys detected at compile-time
/PHP-7.4/Zend/tests/
H A Dbug48667_1.phpt10 Fatal error: Class A cannot implement both IteratorAggregate and Iterator at the same time in %s on…
H A Dbug48667_2.phpt10 Fatal error: Class A cannot implement both Iterator and IteratorAggregate at the same time in %s on…
H A Dbug52940.phpt2 Bug #52940 (call_user_func_array still allows call-time pass-by-reference)
H A Dbug54043.phpt6 $time = '9999-11-33'; // obviously invalid ;-)
10 $dateTime = new DateTime($time, $timeZone);
19 string(105) "DateTime::__construct(): Failed to parse time string (9999-11-33) at position 9 (3): U…
H A Dbug65322.phpt2 Bug #65322: compile time errors won't trigger auto loading
16 /* This is just a particular example of a non-fatal compile-time error
H A Dbug74093.phpt2 Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)
20 Fatal error: Maximum execution time of 1+1 seconds exceeded %s
H A Dbug74408.phpt2 Bug #74408 (Endless loop bypassing execution time limit)
H A Dcall_with_refs.phpt2 Check call to non-ref function with call-time refs
H A Dclass_name_as_scalar.phpt8 // compile time constants
14 var_dump(self::class); // self compile time lookup
17 var_dump(Baz::class); // default compile time lookup
21 // compile time static lookups
H A Dclass_name_as_scalar_error_001.phpt13 Fatal error: static::class cannot be used for compile-time class name resolution in %s on line %d
H A Dclass_name_as_scalar_error_003.phpt13 Fatal error: static::class cannot be used for compile-time class name resolution in %s on line %d

Completed in 31 milliseconds

12345678910>>...23