Searched refs:fail (Results 1 – 25 of 269) sorted by relevance
1234567891011
/PHP-5.3/ext/spl/tests/ |
H A D | iterator_041a.phpt | 8 static protected $fail = 0; 13 if (self::$fail == $state) 22 self::fail(0, __FUNCTION__); 24 self::fail(1, __FUNCTION__); 29 self::fail(2, __FUNCTION__); 35 self::fail(3, __FUNCTION__); 41 self::fail(4, __FUNCTION__); 65 self::$fail = 7; 66 while(self::$fail < 10) 79 self::$fail = $skip[self::$fail]; [all …]
|
H A D | iterator_041.phpt | 8 static protected $fail = 0; 13 if (self::$fail == $state) 22 self::fail(0, __FUNCTION__); 24 self::fail(1, __FUNCTION__); 29 self::fail(2, __FUNCTION__); 35 self::fail(3, __FUNCTION__); 41 self::fail(4, __FUNCTION__); 65 self::$fail = 0; 66 while(self::$fail < 10) 79 self::$fail = $skip[self::$fail]; [all …]
|
H A D | iterator_041b.phpt | 8 static protected $fail = 0; 13 if (self::$fail == $state) 22 self::fail(0, __FUNCTION__); 24 self::fail(1, __FUNCTION__); 29 self::fail(2, __FUNCTION__); 35 self::fail(3, __FUNCTION__); 41 self::fail(4, __FUNCTION__); 65 self::$fail = 0; 66 while(self::$fail < 10) 79 self::$fail = $skip[self::$fail]; [all …]
|
H A D | iterator_047.phpt | 8 static public $fail = 0; 10 static function fail($state, $method) 12 if (self::$fail == $state) 21 self::fail(1, __METHOD__); 28 self::fail(2, __METHOD__); 37 MyRecursiveArrayIterator::$fail = 0; 38 while(MyRecursiveArrayIterator::$fail < 4) 40 echo "===" . MyRecursiveArrayIterator::$fail . "===\n"; 53 MyRecursiveArrayIterator::$fail++;
|
H A D | spl_heap_iteration_error.phpt | 9 public $fail = false; 11 if ($this->fail) 23 $h->fail=true; 34 [%u|b%"fail"]=>
|
/PHP-5.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/ |
H A D | yensign.exp | 6 "\[^\r\n\]*\r\n" { fail $test } 18 "\[^\r\n\]*\r\n" { fail $test } 30 "\[^\r\n\]*\r\n" { fail $test } 42 "\[^\r\n\]*\r\n" { fail $test } 54 "\[^\r\n\]*\r\n" { fail $test } 66 "\[^\r\n\]*\r\n" { fail $test } 78 "\[^\r\n\]*\r\n" { fail $test } 90 "\[^\r\n\]*\r\n" { fail $test }
|
/PHP-5.3/tests/classes/ |
H A D | protected_001.phpt | 9 protected static function fail() { 10 echo "Call fail()\n"; 14 pass::fail(); 19 pass::fail();// must fail because we are calling from outside of class pass 24 Call fail() 26 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
|
H A D | protected_001b.phpt | 9 protected function fail() { 10 echo "Call fail()\n"; 14 $this->fail(); 20 $t->fail();// must fail because we are calling from outside of class pass 25 Call fail() 27 Fatal error: Call to protected method pass::fail() from context '' in %s on line %d
|
H A D | private_002.phpt | 20 class fail { 22 echo "Call fail::show()\n"; 27 fail::show(); 33 Call fail::show() 35 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
|
H A D | protected_002.phpt | 20 class fail { 22 echo "Call fail::show()\n"; 27 fail::show(); 33 Call fail::show() 35 Fatal error: Call to protected method pass::show() from context 'fail' in %s on line %d
|
H A D | abstract_static.phpt | 21 class fail 27 fail::show(); 34 Strict Standards: Static function fail::func() should not be abstract in %sabstract_static.php(%d) … 36 Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or imple…
|
H A D | abstract_class.phpt | 8 abstract class fail { 12 class pass extends fail { 21 $t = new fail(); 29 Fatal error: Cannot instantiate abstract class fail in %s on line %d
|
H A D | private_004.phpt | 18 class fail extends pass { 20 fail::show(); 25 fail::do_show(); 32 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
|
H A D | static_mix_1.phpt | 14 class fail extends pass { 16 echo "Call to function fail::show()\n"; 21 fail::show(); 26 Fatal error: Cannot make static method pass::show() non static in class fail in %s on line %d
|
H A D | static_mix_2.phpt | 14 class fail extends pass { 16 echo "Call to function fail::show()\n"; 22 fail::show(); 27 Fatal error: Cannot make non static method pass::show() static in class fail in %s on line %d
|
H A D | private_003.phpt | 18 class fail extends pass { 28 fail::ok(); 29 fail::not_ok(); // calling a private function 36 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
|
H A D | abstract_not_declared.phpt | 8 class fail { 15 Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or imple…
|
H A D | abstract_inherit.phpt | 12 abstract class fail extends pass { 15 $t = new fail(); 22 Fatal error: Cannot instantiate abstract class fail in %s on line %d
|
/PHP-5.3/ext/interbase/tests/ |
H A D | 003.phpt | 30 /* should fail, but gracefully */ 58 echo " CHAR fail:\n"; 63 echo " DATE fail\n"; 68 echo " DECIMAL4_2 fail\n"; 73 echo " DECIMAL4_0 fail\n"; 78 echo " DECIMAL7_2 fail\n"; 99 echo " DOUBLE fail\n"; 104 echo " FLOAT fail\n"; 109 echo " INTEGER fail\n"; 114 echo " SMALLINT fail\n"; [all …]
|
H A D | 007.phpt | 78 echo " CHAR[$i] fail:\n"; 83 echo " DATE[$i] fail\n"; 88 echo " DECIMAL[$i] fail\n"; 93 echo " DOUBLE[$i] fail\n"; 98 echo " FLOAT[$i] fail\n"; 137 echo "CHAR fail\n"; 144 echo "DATE fail\n"; 150 echo "DECIMAL fail\n"; 156 echo "INTEGER fail\n"; 162 echo "NUMERIC fail\n"; [all …]
|
H A D | 006.phpt | 61 echo " CHAR fail:\n"; 66 echo " DATE fail\n"; 71 echo " DECIMAL fail\n"; 76 echo " DOUBLE fail\n"; 81 echo " FLOAT fail\n"; 86 echo " INTEGER fail\n"; 91 echo " NUMERIC fail\n"; 135 echo "CHAR fail\n"; 141 echo "DATE fail\n"; 147 echo "DECIMAL fail\n"; [all …]
|
/PHP-5.3/tests/output/ |
H A D | ob_start_basic_unerasable_004.phpt | 13 echo "This call will fail to flush and fail to obtain the content:\n"; 18 [callback:1]This call will fail to flush and fail to obtain the content:
|
H A D | bug46897.phpt | 2 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...
|
/PHP-5.3/ext/calendar/ |
H A D | julian.c | 168 goto fail; in SdnToJulian() 172 goto fail; in SdnToJulian() 180 goto fail; in SdnToJulian() 209 fail: in SdnToJulian()
|
/PHP-5.3/ext/mbstring/libmbfl/tests/conv_kana.tests/ |
H A D | conv_kana.exp | 8 "\[^\r\n\]*\r\n" { fail $test } 55 "\[^\r\n\]*\r\n" { fail $test } 94 "\[^\r\n\]*\r\n" { fail $test } 141 "\[^\r\n\]*\r\n" { fail $test } 188 "\[^\r\n\]*\r\n" { fail $test } 235 "\[^\r\n\]*\r\n" { fail $test } 282 "\[^\r\n\]*\r\n" { fail $test } 329 "\[^\r\n\]*\r\n" { fail $test } 376 "\[^\r\n\]*\r\n" { fail $test } 411 "\[^\r\n\]*\r\n" { fail $test } [all …]
|
Completed in 32 milliseconds
1234567891011