Home
last modified time | relevance | path

Searched refs:now (Results 176 – 195 of 195) sorted by path

12345678

/php-src/ext/xmlreader/tests/
H A Dbug73053.phpt2 Bug #73053 (XML reader with setSchema now fails under 5.6.25)
/php-src/ext/xmlwriter/tests/
H A Dbug71536.phpt15 die('now'); // crashed with die()
22 now
/php-src/ext/zip/tests/
H A Dcompression_methods.phpt5 libzip, but for now only 6 methods are available in compression_methods.zip.
/php-src/ext/zlib/tests/
H A Ddata.inc59 As this which now I draw.
78 Which now suits with it.
H A Dgzfile_variation15.phpt41 //should now read dir1 file
H A Dgzopen_variation4.phpt52 //should now read dir1 file
H A Dreadgzfile_variation15.phpt42 //should now read dir1 file
/php-src/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-src/sapi/fpm/fpm/
H A Dfpm_children.c310 time_t now = tv1.tv_sec; in fpm_children_bury() local
314 last_faults[fault++] = now; in fpm_children_bury()
321 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
394 struct timeval now; in fpm_event_loop() local
403 fpm_clock_get(&now); in fpm_event_loop()
420 if (!timerisset(&ms) || timercmp(&ms, &now, <) || timercmp(&ms, &now, ==)) { in fpm_event_loop()
423 timersub(&ms, &now, &tmp); in fpm_event_loop()
442 fpm_clock_get(&now); in fpm_event_loop()
444 if (timercmp(&now, &q->ev->timeout, >) || timercmp(&now, &q->ev->timeout, ==)) { in fpm_event_loop()
447 fpm_event_set_timeout(ev, now); in fpm_event_loop()
507 struct timeval now; in fpm_event_add() local
528 fpm_clock_get(&now); in fpm_event_add()
[all …]
H A Dfpm_process_ctl.c297 static void fpm_pctl_check_request_timeout(struct timeval *now) /* {{{ */ in fpm_pctl_check_request_timeout() argument
327 static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance() argument
380 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance() local
387 fpm_clock_get(&now); in fpm_pctl_perform_idle_server_maintenance()
388 if (last.tv_sec < now.tv_sec - wp->config->pm_process_idle_timeout) { in fpm_pctl_perform_idle_server_maintenance()
462 struct timeval now; in fpm_pctl_heartbeat() local
469 fpm_clock_get(&now); in fpm_pctl_heartbeat()
470 fpm_pctl_check_request_timeout(&now); in fpm_pctl_heartbeat()
487 struct timeval now; in fpm_pctl_perform_idle_server_maintenance_heartbeat() local
494 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()
53 proc->tv = now; in fpm_request_accepting()
64 struct timeval now; in fpm_request_reading_headers() local
70 fpm_clock_get(&now); in fpm_request_reading_headers()
85 proc->tv = now; in fpm_request_reading_headers()
113 struct timeval now; in fpm_request_info() local
124 proc->tv = now; in fpm_request_info()
167 proc->tv = now; in fpm_request_executing()
191 proc->tv = now; in fpm_request_end()
[all …]
H A Dfpm_status.c53 struct timeval duration, now; in fpm_status_export_to_zval() local
80 fpm_clock_get(&now); in fpm_status_export_to_zval()
120 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
531 struct timeval duration, now; in fpm_status_handle_request() local
534 fpm_clock_get(&now); in fpm_status_handle_request()
589 timersub(&now, &proc->accepted, &duration); in fpm_status_handle_request()
/php-src/sapi/fpm/tests/
H A Dfcgi.inc874 // Reset timeout on socket for now
/php-src/tests/func/
H A D003.phpt64 echo "and now, from a function...\n";
225 and now, from a function...
/php-src/tests/lang/
H A D023.phpt21 …S, Y",$wedding_timestamp)).",\nwhich is $days days, $hours hours and $minutes minutes from now.\n";
24 echo "Limor Ullmann is now Limor Baruch :I\n";
256 Limor Ullmann is now Limor Baruch :I
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithmetic operator,
/php-src/tests/output/
H A Dbug60322.phpt2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
/php-src/win32/build/
H A Dmkdist.php276 $now = date("r"); variable
279 $now
H A Dphpize.js.in65 // now we need the extension name out of this thing
165 // now we are left with modules that have dependencies on other modules
213 /* XXX this needs to be implemented for the phpize mode yet, a quick fix just to disable it for now

Completed in 76 milliseconds

12345678