Home
last modified time | relevance | path

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

1234

/PHP-5.4/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.4/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.4/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.4/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.4/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.4/ext/pcre/pcrelib/
H A Dpcre_compile.c4610 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch()
5524 PUT(previous, 1, (int)(code - previous)); in compile_branch()
5687 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
5688 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5745 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
5892 else if (*previous == OP_CLASS || *previous == OP_NCLASS || in compile_branch()
5896 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
5897 *previous == OP_DNREF || *previous == OP_DNREFI) in compile_branch()
5929 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5940 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
[all …]
/PHP-5.4/sapi/cli/tests/
H A D005.phpt61 Property [ <default> private $previous ]
73 Parameter #2 [ <optional> $previous ]
/PHP-5.4/Zend/tests/
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]=>
H A Dbug40833.phpt65 //This will not crash (comment previous & uncomment this to test
/PHP-5.4/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.4/ext/mysql/tests/
H A Dbug48754.phpt44 echo 'Expect same thread id for $link and default conn but not the previous: ';
78 Expect same thread id for $link and default conn but not the previous: bool(true)
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
/PHP-5.4/ext/gd/tests/
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
/PHP-5.4/ext/reflection/tests/
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
/PHP-5.4/ext/dom/tests/
H A Ddom_set_attr_node.phpt70 ["previous":"Exception":private]=>
/PHP-5.4/ext/gd/libgd/
H A Dgdft.c784 FT_UInt glyph_index, previous; local
871 previous = 0;
935 previous = 0; /* clear kerning flag */
952 previous = 0; /* clear kerning flag */
1038 if (use_kerning && previous && glyph_index) {
1039 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1110 previous = glyph_index;

Completed in 82 milliseconds

1234