Home
last modified time | relevance | path

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

123

/PHP-5.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;
/PHP-5.3/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.3/Zend/
H A Dzend_exceptions.c38 zval *previous; in zend_exception_set_previous() local
54 exception = previous; in zend_exception_set_previous()
86 zval *previous = EG(exception); in zend_throw_exception_internal() local
89 if (previous) { in zend_throw_exception_internal()
185 zval *object, *previous = NULL; in ZEND_METHOD() local
202 if (previous) { in ZEND_METHOD()
231 if (previous) { in ZEND_METHOD()
542 zval *previous; in ZEND_METHOD() local
547 RETURN_ZVAL(previous, 1, 0); in ZEND_METHOD()
651 ZEND_ARG_INFO(0, previous)
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c3148 c = *previous; in check_auto_possessive()
3263 return check_char_prop(next, previous[0], previous[1], FALSE); in check_auto_possessive()
3266 return check_char_prop(next, previous[0], previous[1], TRUE); in check_auto_possessive()
3865 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch()
4687 PUT(previous, 1, (int)(code - previous)); in compile_branch()
4816 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
4817 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
4895 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
5099 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()
5109 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
[all …]
/PHP-5.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 --
/PHP-5.3/sapi/cli/tests/
H A D005.phpt61 Property [ <default> private $previous ]
73 Parameter #2 [ <optional> $previous ]
/PHP-5.3/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
H A Dprev_basic.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Dprev_error1.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-5.3/Zend/tests/
H A Dbug55007.phpt2 Bug #55007 (compiler fail after previous fail)
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.3/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
/PHP-5.3/ext/gd/tests/
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
/PHP-5.3/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.3/ext/dom/tests/
H A Ddom_set_attr_node.phpt70 ["previous":"Exception":private]=>
H A Ddom003.phpt58 ["previous":"Exception":private]=>
/PHP-5.3/ext/gd/libgd/
H A Dgdft.c782 FT_UInt glyph_index, previous; local
869 previous = 0;
933 previous = 0; /* clear kerning flag */
950 previous = 0; /* clear kerning flag */
1036 if (use_kerning && previous && glyph_index) {
1037 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1108 previous = glyph_index;
/PHP-5.3/ext/mbstring/tests/
H A Dmb_substr_count_variation4.phpt18 * were part of previous match
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt57 …printf("[007] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
72 …printf("[010] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
101 …printf("[017] API id should have been reset to 0 because previous query was SET, got API %d, SQL %…
147 …printf("[027] API id should have been reset to 0 because previous query failed, got API %d, SQL %d…
/PHP-5.3/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt2 Test tempnam() function: usage variations - Using previous unique filename

Completed in 42 milliseconds

123