Home
last modified time | relevance | path

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

123456789

/PHP-5.5/Zend/RFCs/
H A D003.txt26 and should work much like several of the is_* functions do now.
29 simply continue to be treated as they are now.
/PHP-5.5/ext/date/
H A Dphp_date.c78 ZEND_ARG_INFO(0, now)
1464 now->tz_info = tzi; in PHP_FUNCTION()
1472 now->tz_info = tzi; in PHP_FUNCTION()
1506 timelib_time *now; in php_mktime() local
1520 now->tz_info = tzi; in php_mktime()
1534 now->y = yea; in php_mktime()
1537 now->d = day; in php_mktime()
1540 now->m = mon; in php_mktime()
1543 now->s = sec; in php_mktime()
1546 now->i = min; in php_mktime()
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt26 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8
H A Dbug43994.phpt17 * Bug now seems to be fixed - error message is now generated when an 'empty'
/PHP-5.5/ext/standard/tests/http/
H A Dbug69337.phpt15 // $http_response_header is now a string, but will be used as an array
/PHP-5.5/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-5.5/ext/standard/tests/file/
H A Dunlink_variation1.phpt47 // now try deleting $filename
65 // now try deleting temp file inside $dirname
H A Dunlink_variation2.phpt28 // now close file handle
H A Drename_variation3.phpt39 // delete the link file now
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_children.c262 time_t now = tv1.tv_sec; in fpm_children_bury() local
266 last_faults[fault++] = now; in fpm_children_bury()
273 if (now - last_faults[i] > fpm_global_config.emergency_restart_interval) { in fpm_children_bury()
/PHP-5.5/ext/mysqli/tests/
H A Dbug31668.phpt2 Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection))
/PHP-5.5/ext/date/tests/
H A DDateTime_construct_basic1.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
H A DDateTime_construct_error.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dbug72434.phpt15 // 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-5.5/ext/oci8/tests/
H A Ddrcp_newconnect.phpt19 // Another connection now
/PHP-5.5/sapi/caudium/
H A DTODO13 This is now fixed.
/PHP-5.5/ext/posix/tests/
H A Dposix_kill_basic.phpt15 // for now start at a low pid and find first pid which does not exist.
/PHP-5.5/tests/func/
H A D003.phpt64 echo "and now, from a function...\n";
224 and now, from a function...
/PHP-5.5/Zend/tests/
H A Dbug60536_002.phpt22 // now we do the test for a fatal error
H A Dbug60536_004.phpt23 // now the same with a class that defines the property itself,
/PHP-5.5/Zend/tests/traits/
H A Dproperty005.phpt22 // now we do the test for a fatal error
H A Dproperty006.phpt23 // now the same with a class that defines the property itself,

Completed in 53 milliseconds

123456789