Home
last modified time | relevance | path

Searched refs:now (Results 26 – 50 of 200) sorted by relevance

12345678

/php-src/ext/date/tests/
H A DDateInterval_serialize-003.phpt33 $now = new DateTimeImmutable("2022-04-22 16:25:11 BST");
34 var_dump($now->add($e));
36 var_dump($now->sub($e));
H A Dbug73460-002.phpt13 $now = clone $end;
26 $now = clone $start;
H A DDateInterval_serialize-001.phpt23 $now = new DateTimeImmutable("2022-04-22 16:25:11 BST");
24 var_dump($now->add($e));
25 var_dump($now->sub($e));
H A DDateInterval_serialize-002.phpt42 $now = new DateTimeImmutable("2022-04-15 10:27:27 BST");
43 var_dump($now->add($e));
44 var_dump($now->sub($e));
H A Dbug81106.phpt2 Bug #81106: Regression in 8.1: add() now truncate ->f
H A Dbug71635.phpt6 $period = new DatePeriod(new DateTimeImmutable("now"), new DateInterval("P2Y4DT6H8M"), 2);
H A Dbug33536.phpt2 Bug #33456 (strtotime defaults to now even on non time string)
H A Dgh10218.phpt5 var_dump(new DateTime('now', new DateTimeZone('Etc/GMT+1')));
/php-src/ext/mysqli/tests/
H A Dmysqli_ping.phpt41 … because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in %s
44 … because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in %s
47 … because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in %s
/php-src/ext/reflection/tests/
H A Dbug64936.phpt16 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
23 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness.phpt24 …Because the list is live, the current element pointer still refers to the first index, which now c…
25 Now the foreach body ends, which means we go to the next element, which is now 3 instead of 2.
35 Now the foreach body ends, which means we go to the next element, which is now 6 instead of 5.
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug54028_2.phpt30 $now = $prefix . $d;
31 var_dump(chdir($now));
/php-src/ext/standard/tests/general_functions/
H A Disset_basic2.phpt30 echo "..now set\n";
51 ..now set
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt32 // now the same with native PS
33 printf("now the same with native PS\n");
70 now the same with native PS
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt36 // now the same with emulated PS
37 printf("now the same with emulated PS\n");
72 now the same with emulated PS
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt44 printf("\nAnd now magic PDO using fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE)...\n");
57 … printf("\nAnd now PDO using setFetchMode(PDO::FETCH:CLASS|PDO::FETCH_SERIALIZE) + fetch()...\n");
85 And now magic PDO using fetchAll(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE)...
97 And now PDO using setFetchMode(PDO::FETCH:CLASS|PDO::FETCH_SERIALIZE) + fetch()...
H A Dpdo_mysql_prepare_emulated_anonymous.phpt34 // now the same with native PS
35 printf("now the same with native PS\n");
75 now the same with native PS
/php-src/tests/output/
H A Dbug60322.phpt2 Bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)
/php-src/Zend/tests/
H A Derrmsg_024.phpt2 No more errmsg: can now change initial value of property
H A Dcatch_static.phpt6 // This could in principle be supported, but isn't right now.
/php-src/Zend/tests/property_hooks/
H A Dinvalid_static_prop.phpt2 Cannot use hooks for static property (for now)
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt20 $subject2 = '1 2 3 4 is now written in words';
30 one two three 4 is now written in words
/php-src/ext/spl/tests/
H A Dbug61527.phpt20 /* now point to 2 */
24 /* now point to 3 */
/php-src/sapi/fpm/fpm/
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()
121 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
541 struct timeval duration, now; in fpm_status_handle_request() local
544 fpm_clock_get(&now); in fpm_status_handle_request()
599 timersub(&now, &proc->accepted, &duration); in fpm_status_handle_request()
/php-src/ext/pdo_sqlite/tests/
H A Dgh13991.phpt2 Fix GH-13984: Buffer size is now checked before memcmp

Completed in 45 milliseconds

12345678