Home
last modified time | relevance | path

Searched refs:time (Results 576 – 600 of 729) sorted by relevance

1...<<21222324252627282930

/PHP-7.2/ext/date/tests/
H A Ddate_format_error.phpt11 //Set the default time zone
H A Ddate_modify_error.phpt11 //Set the default time zone
H A Ddate_isodate_set_error.phpt12 //Set the default time zone
H A Dgetdate_variation5.phpt6 * Description: Get date/time information
H A Dgetdate_variation1.phpt6 * Description: Get date/time information
13 //Set the default time zone
H A DDateTime_setTimezone_variation1.phpt6 * Description: Sets the time zone for the DateTime object
13 //Set the default time zone
H A Ddate_timezone_get_variation1.phpt6 * Description: Return time zone relative to given DateTimeInterface
13 //Set the default time zone
H A Ddate_timezone_set_variation1.phpt6 * Description: Sets the time zone for the DateTime object
13 //Set the default time zone
H A Ddate_timezone_set_variation2.phpt6 * Description: Sets the time zone for the DateTime object
13 //Set the default time zone
H A Ddate_offset_get_variation1.phpt6 * Description: Returns the daylight saving time offset
13 //Set the default time zone
/PHP-7.2/ext/pdo/
H A DREADME37 You can change the auto-commit mode at run-time:
/PHP-7.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt18 * This test uses the openssl binary directly to initiate renegotiation. At this time it's not
/PHP-7.2/ext/zlib/tests/
H A Ddata.inc17 For who would bear the whips and scorns of time,
77 And take the present horror from the time,
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1541 void XMLRPC_SetValueDateTime(XMLRPC_VALUE value, time_t time) { in XMLRPC_SetValueDateTime() argument
1545 value->i = time; in XMLRPC_SetValueDateTime()
1549 date_to_ISO8601(time, timeBuf, sizeof(timeBuf)); in XMLRPC_SetValueDateTime()
1687 XMLRPC_VALUE XMLRPC_CreateValueDateTime(const char* id, time_t time) { in XMLRPC_CreateValueDateTime() argument
1690 XMLRPC_SetValueDateTime(val, time); in XMLRPC_CreateValueDateTime()
/PHP-7.2/
H A Dphp.ini-development377 ; Maximum execution time of each script, in seconds
378 ; http://php.net/max-execution-time
389 ; http://php.net/max-input-time
424 ; E_ERROR - fatal run-time errors
425 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
426 ; E_WARNING - run-time warnings (non-fatal errors)
427 ; E_PARSE - compile-time parse errors
439 ; E_COMPILE_ERROR - fatal compile-time errors
440 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
1144 ; Default time format.
[all …]
H A Dphp.ini-production377 ; Maximum execution time of each script, in seconds
378 ; http://php.net/max-execution-time
389 ; http://php.net/max-input-time
424 ; E_ERROR - fatal run-time errors
425 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
426 ; E_WARNING - run-time warnings (non-fatal errors)
427 ; E_PARSE - compile-time parse errors
439 ; E_COMPILE_ERROR - fatal compile-time errors
440 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
1146 ; Default time format.
[all …]
/PHP-7.2/main/
H A Dalloca.c57 -- must know STACK_DIRECTION at compile-time
/PHP-7.2/ext/oci8/tests/
H A Ddrcp_privileged.phpt15 if (preg_match('/Compile-time ORACLE_HOME/', $phpinfo) !== 1) {
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING47 in the pattern, to save on compiling time. However, because of the greater
79 By the time I was working on a potential 6.8 release, the degenerate first pass
98 (default 250, settable at build time) so as to put a limit on the amount of
110 will use most of the time. From release 8.20, if PCRE is compiled with
111 just-in-time (JIT) support, and studying a compiled pattern with JIT is
128 because it may have a number of states active at one time. More work would be
129 needed at compile time to produce a traditional FSM where only one state is
139 is handled entirely at compile time by generating different opcodes for the
396 compile time, so alternation always happens in the context of brackets.
/PHP-7.2/ext/session/
H A Dmod_mm.c415 time(&sd->ctime); in PS_WRITE_FUNC()
451 time(&limit); in PS_GC_FUNC()
H A Dmod_files.c301 time(&now); in ps_files_cleanup_dir()
587 newtime->modtime = newtime->actime = time(NULL); in PS_UPDATE_TIMESTAMP_FUNC()
/PHP-7.2/ext/pdo_sqlite/
H A Dconfig.m4106 AC_CHECK_HEADERS(time.h)
/PHP-7.2/ext/standard/tests/file/
H A Dfeof_basic.phpt27 //last time to set the eof flag but it will fail to read.
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_cfg.c812 int time; in zend_cfg_identify_loops() local
831 time = 0; in zend_cfg_identify_loops()
836 entry_times[i] = time++; in zend_cfg_identify_loops()
853 exit_times[i] = time++; in zend_cfg_identify_loops()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt124 option at compile time. This causes an compile time error if a pattern
1162 time.
2067 well as at compile time.
2516 spending more time analyzing it in order to speed up the time taken for
3252 unachored at matching time.
3368 compile time, it cannot be unset at matching time. The use of
3739 not be detected until run time.
4000 causes an error at compile time.
4648 is given at compile time.
6750 processing time.
[all …]

Completed in 85 milliseconds

1...<<21222324252627282930