Home
last modified time | relevance | path

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

12345678

/PHP-7.0/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-7.0/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.0/ext/standard/tests/http/
H A Dbug69337.phpt15 // $http_response_header is now a string, but will be used as an array
/PHP-7.0/
H A DUPGRADING.INTERNALS17 q. gc_collect_cycles() is now hookable
129 l. The get_class_name object handler is now only used for displaying class
133 The handler is now obligatory, no longer accepts a `parent` argument and
147 modifier now a different class entry flag. Update your extensions.
219 q. gc_collect_cycles() is now a function pointer, and can be replaced in the
226 functions now use size_t for string length.
250 Tick functions have different declaration now. They expect a single
263 - Besides Visual Studio, building with Clang or Intel Composer is now
272 ready binaries is Visual Studio. Still other compilers can be used now for
275 - configure.js now produces response files which are passed to the linker
/PHP-7.0/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-7.0/ext/date/tests/
H A DDateTime_construct_basic1.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
/PHP-7.0/ext/zip/tests/
H A Dcompression_methods.phpt5 libzip, but for now only 6 methods are available in compression_methods.zip.
/PHP-7.0/ext/mysqli/tests/
H A Dbug31668.phpt2 Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection))
/PHP-7.0/Zend/tests/
H A Dbug60536_005.phpt23 // now the same with a class that defines the property itself, too.
H A Dbug60536_004.phpt23 // now the same with a class that defines the property itself,
H A Dbug60536_002.phpt22 // now we do the test for a fatal error
/PHP-7.0/Zend/tests/traits/
H A Dproperty007.phpt23 // now the same with a class that defines the property itself, too.
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,
/PHP-7.0/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-7.0/ext/oci8/tests/
H A Ddrcp_newconnect.phpt19 // Another connection now
/PHP-7.0/ext/standard/tests/strings/
H A Dbug72434.phpt15 // The reference counter for $free_me is at -1 for PHP 7 right now.
/PHP-7.0/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.0/ext/date/
H A Dphp_date.c78 ZEND_ARG_INFO(0, now)
1481 now->tz_info = tzi; in PHP_FUNCTION()
1508 timelib_time *now; in php_mktime() local
1522 now->tz_info = tzi; in php_mktime()
1536 now->y = yea; in php_mktime()
1539 now->d = day; in php_mktime()
1542 now->m = mon; in php_mktime()
1545 now->s = sec; in php_mktime()
1548 now->i = min; in php_mktime()
1551 now->h = hou; in php_mktime()
[all …]
/PHP-7.0/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-7.0/tests/func/
H A D003.phpt64 echo "and now, from a function...\n";
224 and now, from a function...

Completed in 47 milliseconds

12345678