Home
last modified time | relevance | path

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

12345678

/PHP-7.0/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_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.0/ext/bcmath/libbcmath/
H A DChangeLog3 * configure.in and many others: version number now at 0.2.
/PHP-7.0/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.0/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.0/ext/spl/tests/
H A Dbug61527.phpt20 /* now point to 2 */
24 /* now point to 3 */
/PHP-7.0/ext/dom/tests/
H A DDOMNode_removeChild_basic.phpt53 echo "after text removed it now has $len nodes\n";
90 after text removed it now has 2 nodes
/PHP-7.0/ext/xmlreader/tests/
H A Dbug73053.phpt2 Bug #73053 (XML reader with setSchema now fails under 5.6.25)
/PHP-7.0/ext/date/tests/
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 Dtimezones.phpt11 //now the first and the last one
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.0/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.0/
H A DREADME.SELF-CONTAINED-EXTENSIONS13 We will describe now how to create these and how to put things
40 You now have an empty directory. We will copy the files from
49 You can now ship the contents of the directory - the extension
128 And that's it. You now have a self-contained extension.
141 as a shared module. I will explain now how you can add shared module
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog359 now the same.
364 issue should be resolved now.
676 literals. PCRE now does the same.
742 before the possessive +. It now does.
895 these tests are now compatible.
972 are now supported.
1868 now correct.]
2368 now given.
3409 is now done differently.
4267 Hopefully, it now does.
[all …]
/PHP-7.0/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.0/ext/pspell/tests/
H A D004.phpt20 // now it should pass
/PHP-7.0/Zend/tests/
H A Dbug71859.phpt7 //We are now in zend_objects_store_call_destructors
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_status.c392 struct timeval duration, now; in fpm_status_handle_request() local
397 fpm_clock_get(&now); in fpm_status_handle_request()
441 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()
/PHP-7.0/ext/intl/tests/
H A Dmsgfmt_millisecond_dates.phpt10 date_default_timezone_set('Europe/Lisbon'); //ignored for now, see bug #58756
/PHP-7.0/ext/curl/tests/
H A Dbug48203.phpt7 die('skip now for Windows');
/PHP-7.0/ext/standard/tests/file/
H A Dunlink_variation1-win32.phpt38 // now try deleting $filename
57 // now try deleting temp file inside $dirname
/PHP-7.0/Zend/RFCs/
H A D003.txt26 and should work much like several of the is_* functions do now.
29 simply continue to be treated as they are now.
/PHP-7.0/ext/date/lib/
H A Dparse_date.re966 'now'
968 DEBUG_OUTPUT("now");
2193 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0;
2194 if (parsed->d == TIMELIB_UNSET) parsed->d = now->d != TIMELIB_UNSET ? now->d : 0;
2195 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0;
2196 if (parsed->h == TIMELIB_UNSET) parsed->h = now->h != TIMELIB_UNSET ? now->h : 0;
2197 if (parsed->i == TIMELIB_UNSET) parsed->i = now->i != TIMELIB_UNSET ? now->i : 0;
2204 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
2207 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
2211 /* parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
[all …]

Completed in 62 milliseconds

12345678