Home
last modified time | relevance | path

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

12345

/PHP-8.0/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)
H A Dthrowable_002.phpt2 Test using an Exception as the previous Throwable for an Error
H A Dthrowable_001.phpt2 Test using an Error as the previous Throwable for an Exception
H A Dbug73350.phpt26 'previous' => NULL,
/PHP-8.0/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.phpt11 $previous = null;
15 if (!is_null($previous)) {
16 var_dump($previous == $current);
18 $previous = $current;
H A Dstream_set_chunk_size.phpt33 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 Dtry_finally_006.phpt9 previous:
16 goto previous;
H A Dtry_finally_007.phpt2 Try finally (with goto previous label)
H A Dtry_finally_recursive_previous.phpt2 Test case where the implicit previous finally exception would result in recursion
/PHP-8.0/Zend/tests/named_params/
H A Dduplicate_param.phpt22 Named parameter $a overwrites previous argument
23 Named parameter $a overwrites previous argument
/PHP-8.0/Zend/
H A Dzend_exceptions.stub.php27 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 Dzend_exceptions.c82 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 Dbreakiter_previous_basic.phpt2 IntlBreakIterator::previous(): basic test
16 var_dump($bi->previous());
/PHP-8.0/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-8.0/ext/opcache/tests/jit/
H A Dassign_obj_003.phpt11 public $previous;
17 // $firstNode->previous = $firstNode;
/PHP-8.0/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-8.0/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-8.0/ext/mysqli/tests/
H A Dmysqli_next_result_no_repeat_error.phpt2 next_result reports errors from previous calls

Completed in 31 milliseconds

12345