/PHP-8.0/Zend/tests/ |
H A D | bug76502.phpt | 17 echo "before: ", get_class($example), ".previous == ", 19 echo "after : ", get_class($processed), ".previous == ", 26 before: Exception.previous == Exception 27 after : Exception.previous == Exception 29 before: Error.previous == Error 30 after : Error.previous == Error 32 before: Error.previous == Exception 33 after : Error.previous == Exception 35 before: Exception.previous == Error 36 after : Exception.previous == Error
|
H A D | bug77345_gc_1.phpt | 11 public $previous; 20 $firstNode->previous = $firstNode; 31 $newNode->previous = $currentNode; 34 $nextNode->previous = $newNode;
|
H A D | bug77345_gc_2.phpt | 11 public $previous; 21 $firstNode->previous = $firstNode; 32 $newNode->previous = $currentNode; 35 $nextNode->previous = $newNode;
|
H A D | bug70121.phpt | 5 …6:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";O:8:"stdClass":0… 9 Fatal error: Uncaught TypeError: Cannot assign stdClass to property Exception::$previous of type ?T…
|
H A D | exception_set_previous_leak.phpt | 2 Leak when setting recursive previous exception in finally handling
|
H A D | bug72581.phpt | 2 Bug #72581 (previous property undefined in Exception after deserialization)
|
H A D | throwable_002.phpt | 2 Test using an Exception as the previous Throwable for an Error
|
H A D | throwable_001.phpt | 2 Test using an Error as the previous Throwable for an Exception
|
H A D | bug73350.phpt | 26 'previous' => NULL,
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug61371.phpt | 6 $previous = null; 10 if (!is_null($previous)) { 11 var_dump($previous == $current); 13 $previous = $current;
|
H A D | bug61371-unix.phpt | 11 $previous = null; 15 if (!is_null($previous)) { 16 var_dump($previous == $current); 18 $previous = $current;
|
H A D | stream_set_chunk_size.phpt | 33 echo "should return previous chunk size (8192)\n"; 40 echo "should return previous chunk size (1)\n"; 65 should return previous chunk size (8192) 73 should return previous chunk size (1)
|
/PHP-8.0/Zend/tests/try/ |
H A D | try_finally_006.phpt | 9 previous: 16 goto previous;
|
H A D | try_finally_007.phpt | 2 Try finally (with goto previous label)
|
H A D | try_finally_recursive_previous.phpt | 2 Test case where the implicit previous finally exception would result in recursion
|
/PHP-8.0/Zend/tests/named_params/ |
H A D | duplicate_param.phpt | 22 Named parameter $a overwrites previous argument 23 Named parameter $a overwrites previous argument
|
/PHP-8.0/Zend/ |
H A D | zend_exceptions.stub.php | 27 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} argument 52 …t $severity = E_ERROR, ?string $filename = null, ?int $line = null, ?Throwable $previous = null) {} argument 63 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} argument
|
H A D | zend_exceptions.c | 82 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local 112 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous() 117 ex = previous; in zend_exception_set_previous() 168 zend_object *previous = EG(exception); in zend_throw_exception_internal() local 169 if (previous && zend_is_unwind_exit(previous)) { in zend_throw_exception_internal() 177 if (previous) { in zend_throw_exception_internal() 296 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local 316 if (previous) { in ZEND_METHOD() 317 zend_update_property_ex(base_ce, Z_OBJ_P(object), ZSTR_KNOWN(ZEND_STR_PREVIOUS), previous); in ZEND_METHOD() 350 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local [all …]
|
/PHP-8.0/ext/intl/tests/ |
H A D | breakiter_previous_basic.phpt | 2 IntlBreakIterator::previous(): basic test 16 var_dump($bi->previous());
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | bug69793.phpt | 5 …6:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";i:10;s:10:"'."\0… 10 Fatal error: Uncaught TypeError: Cannot assign int to property Exception::$previous of type ?Throwa…
|
/PHP-8.0/ext/opcache/tests/jit/ |
H A D | assign_obj_003.phpt | 11 public $previous; 17 // $firstNode->previous = $firstNode;
|
/PHP-8.0/ext/standard/tests/dir/ |
H A D | dir_variation4.phpt | 31 echo "-- reading directory contents with previous handle --\n"; 32 var_dump( $d->read() ); // with previous handle 62 -- reading directory contents with previous handle --
|
H A D | dir_variation4-win32-mb.phpt | 37 echo "-- reading directory contents with previous handle --\n"; 38 var_dump( $d->read() ); // with previous handle 68 -- reading directory contents with previous handle --
|
/PHP-8.0/sapi/fuzzer/corpus/unserialize/ |
H A D | oss_fuzz_27876 | 1 a:2:{i:7;O:5:"ErRor":5 S:8:"previous";a:5:{i:7;R:3;
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_next_result_no_repeat_error.phpt | 2 next_result reports errors from previous calls
|