Home
last modified time | relevance | path

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

12345678

/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/date/tests/
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')));
H A DDateTime_inherited_serialization.phpt10 string $datetime = "now",
H A DDateTimeImmutable_inherited_serialization.phpt10 string $datetime = "now",
/php-src/
H A DUPGRADING.INTERNALS17 * zend_register_module_ex() now takes an additional int module_type argument.
22 * ZPP now accepts a F or Z_PARAM_FUNC_NO_TRAMPOLINE_FREE type check.
37 * The zend_*printf family of functions now supports the "%S" modifier to print
44 zend_mm_set_custom_handlers() instead which now supports DEBUG builds
149 - dom_read_t and dom_write_t now expect the function to return zend_result
155 - php_dom_create_object() now no longer accepts a NULL obj argument.
167 - The generate member of a php_random_algo is now expected to return
179 engine-specific seeding functions are now exposed. This change allows
183 - The CSPRNG API (php_random_(bytes|int)_*) is now provided by the new
213 - php_pcre_match_impl() now no longer has a use_flags argument.
[all …]
/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/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()
120 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
531 struct timeval duration, now; in fpm_status_handle_request() local
534 fpm_clock_get(&now); in fpm_status_handle_request()
589 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 24 milliseconds

12345678