Home
last modified time | relevance | path

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

12345

/PHP-7.0/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.0/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";
58 should return previous chunk size (8192)
68 should return previous chunk size (1)
/PHP-7.0/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));
31 Warning: IntlBreakIterator::previous() expects exactly 0 parameters, 1 given in %s on line %d
33 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.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…
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
H A Dbug70963.phpt22 ["previous":"Exception":private]=>
41 ["previous":"Exception":private]=>
/PHP-7.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)
/PHP-7.0/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 --
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c4624 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch()
5564 PUT(previous, 1, (int)(code - previous)); in compile_branch()
5727 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
5728 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5785 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
5932 else if (*previous == OP_CLASS || *previous == OP_NCLASS || in compile_branch()
5936 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
5937 *previous == OP_DNREF || *previous == OP_DNREFI) in compile_branch()
5969 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5980 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
[all …]
/PHP-7.0/Zend/
H A Dzend_exceptions.c73 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
98 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
103 ex = previous; in zend_exception_set_previous()
145 zend_object *previous = EG(exception); in zend_throw_exception_internal() local
148 if (previous) { in zend_throw_exception_internal()
260 zval *object, *previous = NULL; in ZEND_METHOD() local
287 if (previous) { in ZEND_METHOD()
326 zval *object, *previous = NULL; in ZEND_METHOD() local
352 if (previous) { in ZEND_METHOD()
835 ZEND_ARG_INFO(0, previous)
[all …]
/PHP-7.0/Zend/tests/
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 Dexception_018.phpt11 …Wrong parameters for Hello([string $message [, long $code [, Throwable $previous = NULL]]]) in %se…
H A Dexception_021.phpt11 …Wrong parameters for Hello([string $message [, long $code [, Throwable $previous = NULL]]]) in %se…
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 Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
6 /* It's impossible to preserve the previous scope when doing so would break
/PHP-7.0/sapi/cli/tests/
H A D005.phpt61 Property [ <default> private $previous ]
73 Parameter #2 [ <optional> $previous ]
/PHP-7.0/ext/standard/tests/array/
H A Dprev_error3.phpt6 * Description: Move array argument's internal pointer to the previous element and return it

Completed in 48 milliseconds

12345