Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/date/tests/
H A Ddate_default_timezone_get-4.phpt10 …d date.timezone value 'Incorrect/Zone', we selected the timezone 'UTC' for now. in %sdate_default_…
H A Dini_set_incorrect.phpt10 …d date.timezone value 'Incorrect/Zone', we selected the timezone 'UTC' for now. in %sini_set_incor…
H A Dtimezones.phpt11 //now the first and the last one
H A DDateTime_compare_basic1.phpt39 echo "\n-- All the following tests should now compare NOT equal --\n";
68 -- All the following tests should now compare NOT equal --
H A Dbug32555.phpt12 print strftime('%c %Z',strtotime('now',$stamp)) ."\n";
H A Dbug67118.phpt9 public function __construct($time = 'now', $tz = NULL, $format = NULL)
H A DDateTime_construct_error.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt35 // now the same with native PS
36 printf("now the same with native PS\n");
77 now the same with native PS
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt31 // now the same with native PS
32 printf("now the same with native PS\n");
78 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
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_status.c52 struct timeval duration, now; in fpm_status_export_to_zval() local
80 fpm_clock_get(&now); in fpm_status_export_to_zval()
124 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
488 struct timeval duration, now; in fpm_status_handle_request() local
493 fpm_clock_get(&now); in fpm_status_handle_request()
537 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()
/PHP-7.4/ext/imap/tests/
H A Dimap_close_basic.phpt34 echo "There are now " . imap_num_msg($stream_id) . " msgs in mailbox '$mailbox'\n";
52 There are now 0 msgs in mailbox '%sINBOX.phpttest'
/PHP-7.4/ext/intl/tests/
H A Ddateformat_invalid_timezone.phpt18 …ruct(): Invalid date.timezone value 'Mars/Utopia_Planitia', we selected the timezone 'UTC' for now.
H A Dmsgfmt_millisecond_dates.phpt10 date_default_timezone_set('Europe/Lisbon'); //ignored for now, see bug #58756
/PHP-7.4/ext/spl/tests/
H A Dbug61527.phpt20 /* now point to 2 */
24 /* now point to 3 */
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt21 $subject2 = '1 2 3 4 is now written in words';
31 one two three 4 is now written in words
/PHP-7.4/ext/xmlreader/tests/
H A Dbug73053.phpt2 Bug #73053 (XML reader with setSchema now fails under 5.6.25)
/PHP-7.4/ext/dom/tests/
H A DDOMNode_removeChild_basic.phpt53 echo "after text removed it now has $len nodes\n";
89 after text removed it now has 2 nodes
/PHP-7.4/ext/oci8/tests/
H A Dbug46994.phpt24 dbms_lob.writeappend(p1, 37, 'The output should be even longer now.');
78 string(37) "The output should be even longer now."
/PHP-7.4/ext/pgsql/tests/
H A D80_bug42783.phpt17 pg_query("CREATE TABLE php_test (id SERIAL PRIMARY KEY, time TIMESTAMP NOT NULL DEFAULT now())");
/PHP-7.4/ext/pspell/tests/
H A D004.phpt20 // now it should pass
/PHP-7.4/docs/
H A Dself-contained-extensions.md9 We will describe now how to create these and how to put things together.
34 You now have an empty directory. We will copy the files from the mysqli
47 You can now ship the contents of the directory - the extension can live
126 And that's it. You now have a self-contained extension.
141 module. The following will explain now how you can add shared module support to
/PHP-7.4/Zend/tests/
H A Dbug71859.phpt7 //We are now in zend_objects_store_call_destructors
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt23 …fetch_object(): (HY000/2014): Commands out of sync; you can't run this command now in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt26 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8

Completed in 25 milliseconds

12345678