Home
last modified time | relevance | path

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

1234

/PHP-5.5/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-5.5/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-5.5/ext/sybase_ct/tests/
H A Dtest_unbuffered_no_full_fetch.phpt21 // Fetch #2 - without having fetched all rows from previous query
25 // Fetch #3 - free first, without having fetched all rows from previous query
30 // Close - without having fetched all rows from previous query
39 Notice: sybase_unbuffered_query(): Sybase: Called without first fetching all rows from a previous
/PHP-5.5/Zend/tests/
H A Dtry_finally_006.phpt9 previous:
16 goto previous;
H A Dtry_finally_007.phpt2 Try finally (with goto previous label)
H A Dbug70121.phpt5 …6:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";O:8:"stdClass":0…
H A Dbug55007.phpt2 Bug #55007 (compiler fail after previous fail)
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
H A Dexception_007.phpt2 Setting previous exception
H A D030.phpt64 ["previous":"Exception":private]=>
/PHP-5.5/Zend/
H A Dzend_exceptions.c39 zval *previous; in zend_exception_set_previous() local
55 exception = previous; in zend_exception_set_previous()
101 zval *previous = EG(exception); in zend_throw_exception_internal() local
104 if (previous) { in zend_throw_exception_internal()
198 zval *object, *previous = NULL; in ZEND_METHOD() local
215 if (previous) { in ZEND_METHOD()
271 if (previous) { in ZEND_METHOD()
641 zval *previous; in ZEND_METHOD() local
646 RETURN_ZVAL(previous, 1, 0); in ZEND_METHOD()
752 ZEND_ARG_INFO(0, previous)
[all …]
/PHP-5.5/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…
14 Notice: Undefined property: Exception::$previous in %s/bug69793.php on line %d
H A Dbug69152.phpt12 Notice: Undefined property: Exception::$previous in %s on line %d
/PHP-5.5/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-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4626 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch()
5566 PUT(previous, 1, (int)(code - previous)); in compile_branch()
5729 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
5730 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5787 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
5934 else if (*previous == OP_CLASS || *previous == OP_NCLASS || in compile_branch()
5938 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
5939 *previous == OP_DNREF || *previous == OP_DNREFI) in compile_branch()
5971 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5982 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
[all …]
/PHP-5.5/sapi/cli/tests/
H A D005.phpt61 Property [ <default> private $previous ]
73 Parameter #2 [ <optional> $previous ]
/PHP-5.5/ext/standard/tests/array/
H A Dprev_error3.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Dprev_error2.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Dprev_variation2.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
/PHP-5.5/ext/gd/tests/
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
/PHP-5.5/ext/reflection/tests/
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run

Completed in 78 milliseconds

1234