Home
last modified time | relevance | path

Searched refs:fail (Results 51 – 75 of 322) sorted by relevance

12345678910>>...13

/PHP-7.3/ext/standard/tests/http/
H A Dbug38802.phpt44 echo "-- Test: fail after 2 redirections --\n";
48 echo "-- Test: fail at first redirection --\n";
52 echo "-- Test: fail at first redirection (2) --\n";
106 -- Test: fail after 2 redirections --
119 -- Test: fail at first redirection --
128 -- Test: fail at first redirection (2) --
/PHP-7.3/tests/classes/
H A Dvisibility_003b.phpt24 class fail extends same {
31 Fatal error: Access level to fail::f3() must be protected (as in class same) or weaker in %s on lin…
/PHP-7.3/ext/calendar/
H A Dgregor.c152 goto fail; in SdnToGregorian()
187 fail: in SdnToGregorian()
/PHP-7.3/ext/zlib/tests/
H A Dgzclose_basic.phpt19 //should fail.
26 //should fail.
/PHP-7.3/ext/mbstring/tests/
H A Dbug69079.phpt11 mb_substitute_character(0x3f); // Reset to '?', as the next call will fail
17 mb_substitute_character(0x63); // Reset to '?', as the next call will fail
/PHP-7.3/main/
H A Dphp_scandir.c100 goto fail; in php_scandir()
116 fail: in php_scandir()
/PHP-7.3/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt10 $a = new Phar('http://should.fail.com');
27 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c2203 goto fail; \
3362 goto fail; in match_at()
3376 goto fail; in match_at()
3431 goto fail; in match_at()
3455 goto fail; in match_at()
3484 goto fail; in match_at()
3957 goto fail; in match_at()
3998 goto fail; in match_at()
4143 fail: in match_at()
4151 fail: in match_at()
[all …]
/PHP-7.3/ext/oci8/tests/
H A Dnull_byte_3.phpt20 echo "Test 2: Using a null byte in a bind variable value causing WHERE clause to fail\n";
36 Test 2: Using a null byte in a bind variable value causing WHERE clause to fail
/PHP-7.3/tests/output/
H A Dob_start_basic_unerasable_002.phpt13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";
22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
/PHP-7.3/ext/com_dotnet/
H A Dcom_iterator.c178 goto fail; in php_com_iter_get()
204 goto fail; in php_com_iter_get()
217 goto fail; in php_com_iter_get()
237 fail: in php_com_iter_get()
/PHP-7.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dujis_sjis.exp6 "\[^\r\n\]*\r\n" { fail $test }
H A Dcp51932_cp50220raw.exp6 "\[^\r\n\]*\r\n" { fail $test }
H A Dutf8_sjis.exp6 "\[^\r\n\]*\r\n" { fail $test }
/PHP-7.3/Zend/tests/return_types/
H A Dgenerators004.phpt2 Generator with return type does not fail with empty return
/PHP-7.3/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt20 // which will fail this test. this test randomly fails on Windows and this is the cause.
26 // In practice, on slower machines even that can fail, so giving yet 50ms or more.
/PHP-7.3/ext/gd/libgd/
H A Dgd_xbm.c41 int fail = 0; in gdImageCreateFromXbm() local
110 fail = 1; in gdImageCreateFromXbm()
117 if (fail) { in gdImageCreateFromXbm()
/PHP-7.3/ext/mbstring/libmbfl/tests/strwidth.tests/
H A Dstrwidth.exp6 "\[^\r\n\]*\r\n" { fail $test }
/PHP-7.3/Zend/tests/typehints/
H A Dfully_qualified_scalar.phpt2 Fully qualified (leading backslash) type names must fail
/PHP-7.3/ext/pdo_odbc/
H A Dodbc_driver.c406 goto fail; in pdo_odbc_handle_factory()
414 goto fail; in pdo_odbc_handle_factory()
422 goto fail; in pdo_odbc_handle_factory()
429 goto fail; in pdo_odbc_handle_factory()
437 goto fail; in pdo_odbc_handle_factory()
464 goto fail; in pdo_odbc_handle_factory()
474 fail: in pdo_odbc_handle_factory()
/PHP-7.3/Zend/tests/assert/
H A Dexpect_004.phpt2 test providing reason (fail)
/PHP-7.3/ext/tidy/tests/
H A D016.phpt2 Passing configuration file through tidy_parse_file() (may fail with buggy libtidy)
/PHP-7.3/ext/standard/tests/
H A Dsetrawcookie_basic_002.phpt2 Test setrawcookie to fail when output exists before
/PHP-7.3/Zend/tests/
H A Dns_092.phpt20 A // <- this one must fail
26 B // <- this one must fail
/PHP-7.3/Zend/tests/use_const/
H A Ddefine_imported.phpt2 defining const with same name as imported should fail

Completed in 95 milliseconds

12345678910>>...13