Home
last modified time | relevance | path

Searched refs:fail (Results 26 – 50 of 322) sorted by relevance

12345678910>>...13

/PHP-7.3/ext/spl/tests/
H A Dspl_heap_iteration_error.phpt9 public $fail = false;
11 if ($this->fail)
23 $h->fail=true;
34 ["fail"]=>
H A Dspl_heap_count_basic.phpt18 throw new Exception('Cause count to fail');
34 Exception: Cause count to fail
/PHP-7.3/tests/output/
H A Dbug46897.phpt2 Bug #46897: ob_flush() should fail to flush unerasable buffers
13 echo "Attempt to flush unerasable buffer - should fail...";
20 [callback:1]Attempt to flush unerasable buffer - should fail...
23 string(%d) "Attempt to flush unerasable buffer - should fail...
H A Dob_start_basic_unerasable_005.phpt13 echo "Attempt to flush unerasable buffer - should fail... ";
19 [callback:1]Attempt to flush unerasable buffer - should fail...
22 string(%d) "Attempt to flush unerasable buffer - should fail...
/PHP-7.3/tests/classes/
H A Dabstract_inherit.phpt10 abstract class fail extends pass {
13 $t = new fail();
19 Fatal error: Uncaught Error: Cannot instantiate abstract class fail in %s:%d
H A Dabstract_redeclare.phpt12 class fail extends pass {
19 Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or imple…
H A Dabstract.phpt6 abstract class fail {
10 class pass extends fail {
28 Fatal error: Uncaught Error: Cannot call abstract method fail::show() in %s:%d
H A Dfinal_redeclare.phpt14 class fail extends pass {
16 echo "Call to function fail::show()\n";
H A Dvisibility_000a.phpt24 class fail extends same {
31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line %d
H A Dvisibility_000b.phpt24 class fail extends same {
31 Fatal error: Access level to fail::f0() must be public (as in class same) in %s on line %d
H A Dvisibility_001a.phpt24 class fail extends same {
31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line %d
H A Dvisibility_001b.phpt24 class fail extends same {
31 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line %d
H A Dvisibility_002a.phpt24 class fail extends same {
31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line %d
H A Dvisibility_002b.phpt24 class fail extends same {
31 Fatal error: Access level to fail::f2() must be public (as in class same) in %s on line %d
/PHP-7.3/Zend/tests/
H A Dbug33710.phpt13 function fail()
27 $bar->fail();
H A Dbug55007.phpt2 Bug #55007 (compiler fail after previous fail)
H A Dbug73338.phpt10 try { var_dump(new stdClass, call_user_func("fail")); } catch (Error $e) {}
12 try { (function() { call_user_func("fail"); })(); } catch (Error $e) {}
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug_44454.phpt28 printf("... INSERT should fail...\n");
48 printf("... INSERT should fail...\n");
79 ... INSERT should fail...
87 ... INSERT should fail...
97 ... INSERT should fail...
105 ... INSERT should fail...
/PHP-7.3/Zend/tests/try/
H A Dcatch_003.phpt8 function fail()
15 self::fail();
H A Dcatch_004.phpt8 function fail()
15 self::fail();
/PHP-7.3/ext/pdo/tests/
H A Dpdo_drivers_error.phpt10 PDO::getAvailableDrivers('fail');
11 pdo_drivers('fail');
/PHP-7.3/ext/com_dotnet/
H A Dcom_olechar.c115 goto fail; in php_com_string_to_bstr()
118 goto fail; in php_com_string_to_bstr()
121 goto fail; in php_com_string_to_bstr()
125 fail: in php_com_string_to_bstr()
/PHP-7.3/ext/pdo_dblib/tests/
H A Dtimeout.phpt21 …imeout attribute, set after instance created, will affect query timeout, causing this query to fail
34 …meout attribute, set after instance created, will control query timeout, causing this query to fail
47 // regular timeout attribute will affect query timeout, causing this query to fail
59 // pdo_dblib-specific timeout attribute will control query timeout, causing this query to fail
/PHP-7.3/tests/lang/
H A Dbug30638.phpt2 Bug #30638 (localeconv returns wrong LC_NUMERIC settings) (ok to fail on MacOS X)
8 print "skip ok to fail on MacOS X";
/PHP-7.3/Zend/tests/type_declarations/
H A Dstrict_nested.phpt18 takes_int(1.0); // should fail, strict mode
23 takes_int(1.0); // should fail, strict mode

Completed in 21 milliseconds

12345678910>>...13