Home
last modified time | relevance | path

Searched refs:before (Results 51 – 75 of 238) sorted by relevance

12345678910

/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_bit.phpt12 // b'001' syntax not supported before 5.0.3
13 die("skip Syntax used for test not supported with MySQL Server before 5.0.3");
15 // better don't trust libmysql before 5.0.3
16 die("skip Syntax used for test not supported with MySQL Server before 5.0.3");
H A Dmysqli_stmt_get_result_bit.phpt15 // b'001' syntax not supported before 5.0.3
16 die("skip Syntax used for test not supported with MySQL Server before 5.0.3");
18 // better don't trust libmysql before 5.0.3
19 die("skip Syntax used for test not supported with MySQL Server before 5.0.3");
/PHP-7.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt24 echo "\n-- Value of global variable, before calling dump_globalvar() --\n";
34 before calling dump_globalvar() function */
65 echo "\n-- Value of \$var_1: (before referencing) --\n";
126 -- Value of global variable, before calling dump_globalvar() --
159 -- Value of $var_1: (before referencing) --
H A Dbug60227_3.phpt2 Bug #60227 (header() cannot detect the multi-line header with CR), \0 before \n
H A Dbug60227_2.phpt2 Bug #60227 (header() cannot detect the multi-line header with CR), \r before \n
/PHP-7.0/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt71 echo "*** Testing stat() and lstat() : comparing stats (recorded before and after file/link creatio…
72 echo "-- comparing difference in dir stats before and after creating file in it --\n";
76 echo "-- comparing difference in file stats before and after creating link to it --\n";
96 *** Testing stat() and lstat() : comparing stats (recorded before and after file/link creation) ***
97 -- comparing difference in dir stats before and after creating file in it --
207 -- comparing difference in file stats before and after creating link to it --
H A Ddisk_free_space_basic.phpt27 echo" \n Free Space before writing to a file\n";
66 Free Space before writing to a file
/PHP-7.0/ext/date/tests/
H A Dbug35699.phpt2 Bug #35699 (date() can't handle leap years before 1970)
H A Dbug37017.phpt2 Bug #37017 (strtotime fails before 13:00:00 with some time zones identifiers).
H A Dbug72096.phpt2 Bug #72096: Swatch time value incorrect for dates before 1970
/PHP-7.0/Zend/tests/
H A Dbug71695.phpt2 Bug #71695 (Global variables are reserved before execution)
H A Dns_068.phpt2 068: Code before namespace
H A Dns_083.phpt2 083: bracketed namespace with junk before the ns declaration
/PHP-7.0/ext/openssl/tests/
H A Dbug74903.phpt2 Bug #74903 openssl_pkcs7_encrypt() uses different EOL than before
71 var_dump(strpos($result, "\r\n") === false); // behaviour before 7.2
/PHP-7.0/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt30 echo "Locale info, before setting the locale\n";
31 //returns current locale,before executing setlocale().
58 Locale info, before setting the locale
H A Dsetlocale_variation4.phpt30 echo "Locale info, before setting the locale\n";
31 //returns current locale,before executing setlocale() .
56 Locale info, before setting the locale
H A Dsetlocale_variation5.phpt30 echo "Locale info, before setting the locale\n";
32 //returns current locale,before executing setlocale() .
60 Locale info, before setting the locale
/PHP-7.0/ext/oci8/tests/
H A Ddefine5.phpt23 echo "Test 1 - must do define before execute\n";
61 Test 1 - must do define before execute
/PHP-7.0/Zend/tests/variadic/
H A Doptional_params.phpt2 Optional parameter before variadic parameter
/PHP-7.0/ext/session/tests/
H A D017.phpt2 setting $_SESSION before session_start() should not cause segfault
H A Dbug26862.phpt2 Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss)
/PHP-7.0/ext/standard/tests/image/
H A Dbug13213.phpt8 Warning: getimagesize(): corrupt JPEG data: 2 extraneous bytes before marker in %s%ebug13213.php on…
H A Dbug72278.phpt16 Warning: getimagesize(): corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on…
/PHP-7.0/ext/date/lib/
H A Dtm2unixtime.c408 timelib_time_offset *before, *after; in do_adjust_timezone() local
413 before = timelib_get_time_zone_info(tz->sse, tzi); in do_adjust_timezone()
414 after = timelib_get_time_zone_info(tz->sse - before->offset, tzi); in do_adjust_timezone()
418 ((tz->sse - after->offset) >= (after->transistion_time + (before->offset - after->offset))) && in do_adjust_timezone()
422 if ((before->offset != after->offset) && !in_transistion) { in do_adjust_timezone()
427 timelib_time_offset_dtor(before); in do_adjust_timezone()
/PHP-7.0/tests/lang/
H A Dbug30578.phpt2 Bug #30578 (Output buffers flushed before calling __desctruct functions)

Completed in 42 milliseconds

12345678910