Home
last modified time | relevance | path

Searched refs:now (Results 151 – 175 of 183) sorted by path

12345678

/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open02.phpt24 var_dump(proc_terminate($cat)); // now really quit it
H A Dvar_export-locale.phpt284 unset ($unset_var); // now a null
H A Dvar_export-locale_32.phpt284 unset ($unset_var); // now a null
H A Dvar_export_basic7.phpt15 unset ($unset_var); // now a null
/PHP-7.4/ext/standard/tests/http/
H A Dbug69337.phpt14 // $http_response_header is now a string, but will be used as an array
/PHP-7.4/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt17 $now = microtime(true);
28 $tmp = round($now, 3);
29 $now = $tmp >= (int)$time ? $tmp : $tmp + .05;
33 if ($now + 0.002 >= $sleepUntil) {
38 echo "Now: ", $now, "\n";
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug78438.phpt84 > Serializing now
85 > Unserializing now
89 > Serializing now
90 > Unserializing now
94 > Serializing now
95 > Unserializing now
99 > Serializing now
104 > Serializing now
109 > Serializing now
114 > Serializing now
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug72434.phpt11 // The reference counter for $free_me is at -1 for PHP 7 right now.
H A Dmetaphone.phpt17 "But the shadow of horror wheeled and returned, passing lower now, right above them, sweeping the f…
/PHP-7.4/ext/xml/tests/
H A Dbug26614.phpt12 which we now use as default
H A Dbug26614_libxml.phpt12 which we now use as default
/PHP-7.4/ext/xmlreader/tests/
H A Dbug73053.phpt2 Bug #73053 (XML reader with setSchema now fails under 5.6.25)
/PHP-7.4/ext/xmlwriter/tests/
H A Dbug71536.phpt17 die('now'); // crashed with die()
24 now
/PHP-7.4/ext/zip/tests/
H A Dcompression_methods.phpt5 libzip, but for now only 6 methods are available in compression_methods.zip.
/PHP-7.4/ext/zlib/tests/
H A Ddata.inc59 As this which now I draw.
78 Which now suits with it.
H A Dgzfile_variation15.phpt45 //should now read dir1 file
H A Dgzopen_variation4.phpt60 //should now read dir1 file
H A Dreadgzfile_variation15.phpt46 //should now read dir1 file
/PHP-7.4/main/
H A Dalloca.c281 long now; /* Current total stack size. */ member
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_009.phpt5 now could serve correctly with request_uri "index.php" and PATH_INFO "/foo/bar/"
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c269 time_t now = tv1.tv_sec; in fpm_children_bury() local
273 last_faults[fault++] = now; in fpm_children_bury()
280 if (now - last_faults[i] > fpm_global_config.emergency_restart_interval) { in fpm_children_bury()
H A Dfpm_events.c34 #define fpm_event_set_timeout(ev, now) timeradd(&(now), &(ev)->frequency, &(ev)->timeout); argument
389 struct timeval now; in fpm_event_loop() local
398 fpm_clock_get(&now); in fpm_event_loop()
415 if (!timerisset(&ms) || timercmp(&ms, &now, <) || timercmp(&ms, &now, ==)) { in fpm_event_loop()
418 timersub(&ms, &now, &tmp); in fpm_event_loop()
437 fpm_clock_get(&now); in fpm_event_loop()
439 if (timercmp(&now, &q->ev->timeout, >) || timercmp(&now, &q->ev->timeout, ==)) { in fpm_event_loop()
442 fpm_event_set_timeout(ev, now); in fpm_event_loop()
502 struct timeval now; in fpm_event_add() local
523 fpm_clock_get(&now); in fpm_event_add()
[all …]
H A Dfpm_process_ctl.c294 static void fpm_pctl_check_request_timeout(struct timeval *now) /* {{{ */ in fpm_pctl_check_request_timeout() argument
313 static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance() argument
363 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance() local
370 fpm_clock_get(&now); in fpm_pctl_perform_idle_server_maintenance()
371 if (last.tv_sec < now.tv_sec - wp->config->pm_process_idle_timeout) { in fpm_pctl_perform_idle_server_maintenance()
447 struct timeval now; in fpm_pctl_heartbeat() local
454 fpm_clock_get(&now); in fpm_pctl_heartbeat()
455 fpm_pctl_check_request_timeout(&now); in fpm_pctl_heartbeat()
472 struct timeval now; in fpm_pctl_perform_idle_server_maintenance_heartbeat() local
479 fpm_clock_get(&now); in fpm_pctl_perform_idle_server_maintenance_heartbeat()
[all …]
H A Dfpm_request.c40 struct timeval now; in fpm_request_accepting() local
42 fpm_clock_get(&now); in fpm_request_accepting()
51 proc->tv = now; in fpm_request_accepting()
63 struct timeval now; in fpm_request_reading_headers() local
69 fpm_clock_get(&now); in fpm_request_reading_headers()
82 proc->tv = now; in fpm_request_reading_headers()
111 struct timeval now; in fpm_request_info() local
122 proc->tv = now; in fpm_request_info()
166 proc->tv = now; in fpm_request_executing()
191 proc->tv = now; in fpm_request_end()
[all …]
H A Dfpm_status.c52 struct timeval duration, now; in fpm_status_export_to_zval() local
80 fpm_clock_get(&now); in fpm_status_export_to_zval()
124 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
488 struct timeval duration, now; in fpm_status_handle_request() local
493 fpm_clock_get(&now); in fpm_status_handle_request()
537 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()

Completed in 32 milliseconds

12345678