Home
last modified time | relevance | path

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

12345

/PHP-7.3/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 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 Dbug70121.phpt5 …6:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";O:8:"stdClass":0…
H A Dexception_019.phpt10 …g parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]) in %se…
H A Dexception_022.phpt10 …Wrong parameters for Error([string $message [, long $code [, Throwable $previous = NULL]]]) in %se…
H A Dbug73350.phpt26 'previous' => NULL,
H A Dthrowable_001.phpt2 Test using an Error as the previous Throwable for an Exception
H A Dthrowable_002.phpt2 Test using an Exception as the previous Throwable for an Error
H A Dexception_018.phpt11 …Wrong parameters for Hello([string $message [, long $code [, Throwable $previous = NULL]]]) in %se…
/PHP-7.3/ext/zip/lib/
H A Dzip_hash.c170 zip_hash_entry_t *entry, *previous; in _zip_hash_delete() local
178 previous = NULL; in _zip_hash_delete()
183 if (previous) { in _zip_hash_delete()
184 previous->next = entry->next; in _zip_hash_delete()
196 previous = entry; in _zip_hash_delete()
241 zip_hash_entry_t *entry, *previous; in _zip_hash_revert() local
244 previous = NULL; in _zip_hash_revert()
249 if (previous) { in _zip_hash_revert()
250 previous->next = entry->next; in _zip_hash_revert()
262 previous = entry; in _zip_hash_revert()
/PHP-7.3/ext/standard/tests/streams/
H A Dbug61371-win.phpt11 $previous = null;
15 if (!is_null($previous)) {
16 var_dump($previous == $current);
18 $previous = $current;
H A Dbug61371.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";
57 should return previous chunk size (8192)
67 should return previous chunk size (1)
/PHP-7.3/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…
12 Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d
14 Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d
/PHP-7.3/ext/intl/tests/
H A Dbreakiter_first_last_previous_current_error.phpt2 IntlBreakIterator::first()/last()/previous()/current(): arg errors
16 var_dump($bi->previous(1));
29 Warning: IntlBreakIterator::previous() expects exactly 0 parameters, 1 given in %s on line %d
31 Warning: IntlBreakIterator::previous(): breakiter_previous: bad arguments in %s on line %d
H A Dbreakiter_previous_basic.phpt2 IntlBreakIterator::previous(): basic test
16 var_dump($bi->previous());
/PHP-7.3/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)
/PHP-7.3/ext/standard/tests/dir/
H A Ddir_variation4.phpt37 echo "-- reading directory contents with previous handle --\n";
38 var_dump( $d->read() ); // with previous handle
68 -- reading directory contents with previous handle --
H A Ddir_variation4-win32-mb.phpt43 echo "-- reading directory contents with previous handle --\n";
44 var_dump( $d->read() ); // with previous handle
74 -- reading directory contents with previous handle --
/PHP-7.3/Zend/
H A Dzend_exceptions.c75 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
106 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
111 ex = previous; in zend_exception_set_previous()
154 zend_object *previous = EG(exception); in zend_throw_exception_internal() local
157 if (previous) { in zend_throw_exception_internal()
275 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
306 if (previous) { in ZEND_METHOD()
345 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
375 if (previous) { in ZEND_METHOD()
789 ZEND_ARG_INFO(0, previous)
[all …]
/PHP-7.3/sapi/cli/tests/
H A D005.phpt58 Property [ <default> private $previous ]
70 Parameter #2 [ <optional> $previous ]

Completed in 82 milliseconds

12345