Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 124) sorted by relevance

12345

/php-src/Zend/tests/
H A Dbug76502.phpt17 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 Dbug77345_gc_1.phpt11 public $previous;
20 $firstNode->previous = $firstNode;
31 $newNode->previous = $currentNode;
34 $nextNode->previous = $newNode;
H A Dbug77345_gc_2.phpt11 public $previous;
21 $firstNode->previous = $firstNode;
32 $newNode->previous = $currentNode;
35 $nextNode->previous = $newNode;
H A Dbug70121.phpt5 …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 Dexception_set_previous_leak.phpt2 Leak when setting recursive previous exception in finally handling
H A Dbug72581.phpt2 Bug #72581 (previous property undefined in Exception after deserialization)
/php-src/Zend/tests/fibers/
H A Dresume-previous-fiber.phpt2 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 Dbug61371.phpt6 $previous = null;
10 if (!is_null($previous)) {
11 var_dump($previous == $current);
13 $previous = $current;
H A Dbug61371-unix.phpt12 $previous = null;
16 if (!is_null($previous)) {
17 var_dump($previous == $current);
19 $previous = $current;
H A Dstream_set_chunk_size.phpt34 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 Dzend_exceptions.stub.php41 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 Dzend_exceptions.c98 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
128 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
133 ex = previous; in zend_exception_set_previous()
184 zend_object *previous = EG(exception); in zend_throw_exception_internal() local
185 if (previous && zend_is_unwind_exit(previous)) { in zend_throw_exception_internal()
193 if (previous) { in zend_throw_exception_internal()
308 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
328 if (previous) { in ZEND_METHOD()
329 zend_update_property_ex(base_ce, Z_OBJ_P(object), ZSTR_KNOWN(ZEND_STR_PREVIOUS), previous); in ZEND_METHOD()
359 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
[all …]
/php-src/Zend/tests/try/
H A Dtry_finally_006.phpt9 previous:
16 goto previous;
/php-src/ext/intl/tests/
H A Dbreakiter_previous_basic.phpt2 IntlBreakIterator::previous(): basic test
14 var_dump($bi->previous());
/php-src/Zend/tests/named_params/
H A Dduplicate_param.phpt22 Named parameter $a overwrites previous argument
23 Named parameter $a overwrites previous argument
H A Dunpack_and_named_1.phpt57 Named parameter $b overwrites previous argument
58 Named parameter $b overwrites previous argument
/php-src/ext/standard/tests/serialize/
H A Dbug69793.phpt5 …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 Dassign_obj_003.phpt10 public $previous;
16 // $firstNode->previous = $firstNode;
/php-src/ext/standard/tests/dir/
H A Ddir_variation4.phpt31 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 Ddir_variation4-win32-mb.phpt37 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 Dfiber.c51 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()
254 if (fiber->previous != NULL) { in ZEND_METHOD()
265 fiber->previous = &fiber->context; in ZEND_METHOD()
335 target->previous = &fiber->context; in ZEND_METHOD()
H A Dfiber.h29 zend_fiber_context *previous; member
/php-src/sapi/fuzzer/corpus/unserialize/
H A Doss_fuzz_278761 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 Dregister_shutdown_functions_without_previous_call_frame_02.phpt2 register_shutdown_function() without a previous call frame 02
H A Dregister_shutdown_functions_without_previous_call_frame_03.phpt2 register_shutdown_function() without a previous call frame 03

Completed in 41 milliseconds

12345