Home
last modified time | relevance | path

Searched refs:now (Results 51 – 75 of 183) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation2.phpt22 // now close file handle
H A Dunlink_variation1-win32.phpt38 // now try deleting $filename
57 // now try deleting temp file inside $dirname
H A Dunlink_variation1.phpt38 // now try deleting $filename
56 // now try deleting temp file inside $dirname
H A Dunlink_variation1-win32-mb.phpt39 // now try deleting $filename
58 // now try deleting temp file inside $dirname
/PHP-7.4/ext/mysqli/tests/
H A Dgracefull_fail_on_empty_result_set.phpt17 var_dump($link->store_result()); // now what happens here!?
H A Dbug80837.phpt38 Commands out of sync; you can't run this command now
H A Dbug31668.phpt2 Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection))
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt9 // there are 7 sets of args that crash PHP (and other args that don't), each of those 7 is now a se…
/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.
/PHP-7.4/Zend/tests/traits/
H A Dproperty005.phpt21 // now we do the test for a fatal error
H A Dproperty007.phpt22 // now the same with a class that defines the property itself, too.
H A Dproperty006.phpt22 // now the same with a class that defines the property itself,
/PHP-7.4/ext/date/tests/
H A DDateTime_construct_basic1.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
/PHP-7.4/Zend/tests/
H A Dbug60536_005.phpt22 // now the same with a class that defines the property itself, too.
H A Dbug60536_002.phpt21 // now we do the test for a fatal error
H A Dbug60536_004.phpt22 // now the same with a class that defines the property itself,
/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/date/lib/
H A Dparse_date.re1030 'now'
1032 DEBUG_OUTPUT("now");
2454 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0;
2455 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0;
2456 if (parsed->d == TIMELIB_UNSET) parsed->d = now->d != TIMELIB_UNSET ? now->d : 0;
2457 if (parsed->h == TIMELIB_UNSET) parsed->h = now->h != TIMELIB_UNSET ? now->h : 0;
2458 if (parsed->i == TIMELIB_UNSET) parsed->i = now->i != TIMELIB_UNSET ? now->i : 0;
2464 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
2467 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
2471 /* parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
[all …]
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_newconnect.phpt19 // Another connection now
/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_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/mbstring/tests/
H A Dbug43994.phpt17 * Bug now seems to be fixed - error message is now generated when an 'empty'
H A Dmb_internal_encoding_basic2.phpt37 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8
/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()

Completed in 38 milliseconds

12345678