Home
last modified time | relevance | path

Searched refs:previous (Results 51 – 75 of 126) sorted by relevance

123456

/php-src/ext/reflection/tests/
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
/php-src/ext/gd/tests/
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
/php-src/ext/mbstring/tests/
H A Dmb_substr_count_variation4.phpt10 * were part of previous match
/php-src/Zend/tests/constexpr/
H A Dnew_named_params.phpt51 Named parameter $x overwrites previous argument
/php-src/ext/json/tests/
H A Djson_encode_exceptions.phpt51 ["previous":"Exception":private]=>
/php-src/ext/dom/tests/
H A Ddom_set_attr_node.phpt70 ["previous":"Exception":private]=>
H A Ddom003.phpt60 ["previous":"Exception":private]=>
/php-src/ext/ftp/tests/
H A Dgh10562.phpt22 // This aborts the previous request, fetches the whole "a story" file.
/php-src/ext/pcntl/tests/
H A D003.phpt37 // Restore previous mask
/php-src/ext/opcache/tests/
H A Dgh13817.phpt21 // If stack size is wrong, inner() will corrupt the previous observed frame
/php-src/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
/php-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h64 int32_t previous(void) override;
H A Dbreakiterator.stub.php107 public function previous(): int {} function in IntlBreakIterator
/php-src/Zend/tests/
H A Dbug40833.phpt65 //This will not crash (comment previous & uncomment this to test
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
6 /* It's impossible to preserve the previous scope when doing so would break
/php-src/ext/gd/libgd/
H A Dgdft.c836 FT_UInt glyph_index, previous; local
930 previous = 0;
988 previous = 0; /* clear kerning flag */
1002 previous = 0; /* clear kerning flag */
1088 if (use_kerning && previous && glyph_index) {
1089 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1191 previous = glyph_index;
/php-src/ext/openssl/tests/
H A Dbug28382.phpt12 * OpenSSL 3.0 removes new lines which were present in previous versions.
/php-src/Zend/asm/
H A Dmake_mips64_n64_elf_gas.S87 # the previous function should have left the 16 bytes incoming argument
/php-src/Zend/
H A Dzend_fibers.c677 zend_fiber *previous = EG(active_fiber); in zend_fiber_resume_internal() local
679 if (previous) { in zend_fiber_resume_internal()
680 previous->execute_data = EG(current_execute_data); in zend_fiber_resume_internal()
686 zend_fiber_transfer transfer = zend_fiber_switch_to(fiber->previous, value, exception); in zend_fiber_resume_internal()
688 EG(active_fiber) = previous; in zend_fiber_resume_internal()
700 fiber->previous = EG(current_fiber_context); in zend_fiber_suspend_internal()
715 fiber->previous = &fiber->context; in zend_fiber_start()
912 fiber->previous = &fiber->context; in ZEND_METHOD()
H A Dzend_fibers.h116 zend_fiber_context *previous; member
/php-src/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dtempnam_variation6.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dstat_variation8-win32.phpt54 clearstatcache(true, $filename); // clear previous size value in cache
/php-src/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt58 …printf("[007] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
73 …printf("[010] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
102 …printf("[017] API id should have been reset to 0 because previous query was SET, got API %d, SQL %…
148 …printf("[027] API id should have been reset to 0 because previous query failed, got API %d, SQL %d…
/php-src/ext/date/tests/
H A Dbug49059.phpt2 Bug #49059 (DateTime::diff() repeats previous sub() operation)

Completed in 37 milliseconds

123456