/php-src/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)
|
/php-src/Zend/tests/fibers/ |
H A D | resume-previous-fiber.phpt | 2 Resume previous fiber 20 Fatal error: Uncaught FiberError: Cannot resume a fiber that is not suspended in %sresume-previous-… 22 #0 %sresume-previous-fiber.php(%d): Fiber->resume() 24 #2 %sresume-previous-fiber.php(%d): Fiber->start() 26 #4 %sresume-previous-fiber.php(%d): Fiber->start() 28 thrown in %sresume-previous-fiber.php on line %d
|
/php-src/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 | 12 $previous = null; 16 if (!is_null($previous)) { 17 var_dump($previous == $current); 19 $previous = $current;
|
H A D | stream_set_chunk_size.phpt | 34 echo "should return previous chunk size (8192)\n"; 41 echo "should return previous chunk size (1)\n"; 66 should return previous chunk size (8192) 76 should return previous chunk size (1)
|
/php-src/Zend/ |
H A D | zend_exceptions.stub.php | 41 private ?Throwable $previous = null; variable in Exception 45 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} argument 78 ?Throwable $previous = null argument 100 private ?Throwable $previous = null; variable in Error 106 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} argument
|
H A D | zend_exceptions.c | 98 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local 130 ZVAL_DEREF(previous); in zend_exception_set_previous() 131 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous() 136 ex = previous; in zend_exception_set_previous() 187 zend_object *previous = EG(exception); in zend_throw_exception_internal() local 188 if (previous && zend_is_unwind_exit(previous)) { in zend_throw_exception_internal() 196 if (previous) { in zend_throw_exception_internal() 311 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local 331 if (previous) { in ZEND_METHOD() 362 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local [all …]
|
/php-src/Zend/tests/try/ |
H A D | try_finally_006.phpt | 9 previous: 16 goto previous;
|
/php-src/ext/intl/tests/ |
H A D | breakiter_previous_basic.phpt | 2 IntlBreakIterator::previous(): basic test 14 var_dump($bi->previous());
|
/php-src/Zend/tests/named_params/ |
H A D | duplicate_param.phpt | 22 Named parameter $a overwrites previous argument 23 Named parameter $a overwrites previous argument
|
H A D | unpack_and_named_1.phpt | 57 Named parameter $b overwrites previous argument 58 Named parameter $b overwrites previous argument
|
/php-src/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-src/ext/opcache/tests/jit/ |
H A D | assign_obj_003.phpt | 10 public $previous; 16 // $firstNode->previous = $firstNode;
|
/php-src/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-src/ext/zend_test/ |
H A D | fiber.c | 51 zend_test_fiber *previous = ZT_G(active_fiber); in zend_test_fiber_resume() local 56 zend_fiber_transfer transfer = zend_test_fiber_switch_to(fiber->previous, value, exception); in zend_test_fiber_resume() 58 ZT_G(active_fiber) = previous; in zend_test_fiber_resume() 68 fiber->previous = EG(current_fiber_context); in zend_test_fiber_suspend() 255 if (fiber->previous != NULL) { in ZEND_METHOD() 266 fiber->previous = &fiber->context; in ZEND_METHOD() 336 target->previous = &fiber->context; in ZEND_METHOD()
|
H A D | fiber.h | 29 zend_fiber_context *previous; member
|
/php-src/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-src/ext/standard/tests/general_functions/ |
H A D | register_shutdown_functions_without_previous_call_frame_02.phpt | 2 register_shutdown_function() without a previous call frame 02
|
H A D | register_shutdown_functions_without_previous_call_frame_03.phpt | 2 register_shutdown_function() without a previous call frame 03
|