Home
last modified time | relevance | path

Searched refs:now (Results 76 – 100 of 200) sorted by relevance

12345678

/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/standard/tests/general_functions/
H A Dvar_export_basic7.phpt9 unset ($unset_var); // now a null
H A Dproc_open02.phpt24 var_dump(proc_terminate($cat)); // now really quit it
/php-src/ext/date/tests/
H A Dbug67118.phpt9 public function __construct($time = 'now', $tz = NULL, $format = NULL)
H A Ddate_period_unset_property.phpt10 $period = new MyDatePeriod(new DateTimeImmutable("now"), DateInterval::createFromDateString("tomorr…
/php-src/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-src/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.phpt19 "But the shadow of horror wheeled and returned, passing lower now, right above them, sweeping the f…
/php-src/ext/mysqli/tests/
H A Dbug31668.phpt2 Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection))
H A Dgracefull_fail_on_empty_result_set.phpt21 var_dump($link->store_result()); // now what happens here!?
/php-src/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-src/ext/standard/tests/http/
H A Dbug69337.phpt14 // $http_response_header is now a string, but will be used as an array
/php-src/ext/pdo_mysql/tests/
H A Dbug_41125.phpt16 // And now allow the evil to do his work
/php-src/ext/openssl/
H A Dconfig.w3220 WARNING("OpenSSL argon2 hashing not supported in ZTS mode for now");
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity_large_ints.phpt53 test("Regression test (convmap entries are now treated as unsigned)", "&#7,", "?,", [0x22FFFF11, 0x…
62 Regression test (convmap entries are now treated as unsigned): string(4) "&#7," => string(2) "?," (…
/php-src/ext/date/lib/
H A Dparse_date.re1167 'now'
1169 DEBUG_OUTPUT("now");
2695 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0;
2696 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0;
2697 if (parsed->d == TIMELIB_UNSET) parsed->d = now->d != TIMELIB_UNSET ? now->d : 0;
2698 if (parsed->h == TIMELIB_UNSET) parsed->h = now->h != TIMELIB_UNSET ? now->h : 0;
2699 if (parsed->i == TIMELIB_UNSET) parsed->i = now->i != TIMELIB_UNSET ? now->i : 0;
2703 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
2709 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
2715 /* parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
[all …]
/php-src/tests/func/
H A D003.phpt64 echo "and now, from a function...\n";
225 and now, from a function...
/php-src/ext/standard/tests/file/
H A Drename_variation3.phpt39 // delete the link file now
H A Dsymlink_link_linkinfo_is_link_variation4.phpt40 // now check temp file for data; it should append "Hello World"
56 // now check link for data; it should echo "Hello World"
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt15 // constructor invocation. Overall, the best way to address this is not clear right now.
/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/"

Completed in 42 milliseconds

12345678