/PHP-5.3/ext/standard/tests/streams/ |
H A D | bug61371-win.phpt | 11 $previous = null; 15 if (!is_null($previous)) { 16 var_dump($previous == $current); 18 $previous = $current;
|
H A D | bug61371.phpt | 11 $previous = null; 15 if (!is_null($previous)) { 16 var_dump($previous == $current); 18 $previous = $current;
|
/PHP-5.3/ext/sybase_ct/tests/ |
H A D | test_unbuffered_no_full_fetch.phpt | 21 // 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 D | zend_exceptions.c | 38 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 D | pcre_compile.c | 3148 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 D | dir_variation4.phpt | 37 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 D | 005.phpt | 61 Property [ <default> private $previous ] 73 Parameter #2 [ <optional> $previous ]
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | prev_error3.phpt | 6 * Description: Move array argument's internal pointer to the previous element and return it
|
H A D | prev_error2.phpt | 6 * Description: Move array argument's internal pointer to the previous element and return it
|
H A D | prev_variation2.phpt | 6 * Description: Move array argument's internal pointer to the previous element and return it
|
H A D | prev_basic.phpt | 6 * Description: Move array argument's internal pointer to the previous element and return it
|
H A D | prev_error1.phpt | 6 * Description: Move array argument's internal pointer to the previous element and return it
|
/PHP-5.3/Zend/tests/ |
H A D | bug55007.phpt | 2 Bug #55007 (compiler fail after previous fail)
|
H A D | exception_007.phpt | 2 Setting previous exception
|
H A D | 030.phpt | 64 ["previous":"Exception":private]=>
|
H A D | bug40833.phpt | 65 //This will not crash (comment previous & uncomment this to test
|
/PHP-5.3/ext/pdo_pgsql/tests/ |
H A D | bug_49985.phpt | 2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
|
/PHP-5.3/ext/gd/tests/ |
H A D | bug48555.phpt | 2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
|
/PHP-5.3/ext/mysql/tests/ |
H A D | bug48754.phpt | 44 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 D | dom_set_attr_node.phpt | 70 ["previous":"Exception":private]=>
|
H A D | dom003.phpt | 58 ["previous":"Exception":private]=>
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gdft.c | 782 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 D | mb_substr_count_variation4.phpt | 18 * were part of previous match
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_last_insert_id.phpt | 57 …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 D | tempnam_variation6-win32.phpt | 2 Test tempnam() function: usage variations - Using previous unique filename
|