Home
last modified time | relevance | path

Searched refs:previous (Results 26 – 50 of 98) sorted by relevance

1234

/PHP-7.4/Zend/tests/
H A Dthrowable_002.phpt2 Test using an Exception as the previous Throwable for an Error
H A Dbug55007.phpt2 Bug #55007 (compiler fail after previous fail)
H A Dexception_020.phpt11 …de, [ long $severity, [ string $filename, [ long $lineno [, Throwable $previous = NULL]]]]]]) in …
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 Dbug40833.phpt65 //This will not crash (comment previous & uncomment this to test
/PHP-7.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
H A Dprev_basic.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_init_reuse.phpt17 // Now reuse the existing resource after finishing the previous operations ...
H A Dinflate_init_reuse.phpt22 // Now reuse the existing resource after finishing the previous operations ...
/PHP-7.4/ext/json/tests/
H A Djson_decode_exceptions.phpt50 ["previous":"Exception":private]=>
H A Djson_encode_exceptions.phpt53 ["previous":"Exception":private]=>
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70963.phpt22 ["previous":"Exception":private]=>
/PHP-7.4/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt15 …d never see this output, because the "by reference" exception should be thrown in the previous line
/PHP-7.4/ext/pcntl/tests/
H A D003.phpt26 // Restore previous mask
/PHP-7.4/ext/gd/tests/
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
/PHP-7.4/ext/reflection/tests/
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt2 Bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction)
/PHP-7.4/ext/soap/tests/
H A Dbug77088.phpt57 ["previous":"Exception":private]=>
/PHP-7.4/ext/dom/tests/
H A Ddom_set_attr_node.phpt68 ["previous":"Exception":private]=>
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_count_variation4.phpt18 * were part of previous match
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h66 virtual int32_t previous(void);
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c826 FT_UInt glyph_index, previous; local
920 previous = 0;
978 previous = 0; /* clear kerning flag */
992 previous = 0; /* clear kerning flag */
1078 if (use_kerning && previous && glyph_index) {
1079 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1181 previous = glyph_index;

Completed in 58 milliseconds

1234