Home
last modified time | relevance | path

Searched refs:previous (Results 51 – 75 of 98) sorted by last modified time

1234

/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_variation1.phpt62 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation2-win32.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation3.phpt62 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation4-win32.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation4.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation5-win32.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation5.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation6-win32.phpt68 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation6.phpt68 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7-win32.phpt64 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7.phpt64 clearstatcache(); // clear previous size value in cache
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation4-win32-mb.phpt43 echo "-- reading directory contents with previous handle --\n";
44 var_dump( $d->read() ); // with previous handle
74 -- reading directory contents with previous handle --
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-7.4/ext/standard/tests/array/
H A Dprev_error2.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Dprev_error3.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/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/soap/tests/bugs/
H A Dbug73538.phpt2 SOAP: SoapClient::__setHeaders array overrides previous headers
/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/pdo/tests/
H A Dpdo_test.inc42 // on a previous run
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_count_variation4.phpt18 * were part of previous match
/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/gd/tests/
H A Dbug48555.phpt2 Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
/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;
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます21710 # no previous and next cab archive
21713 # only previous cab archive
21714 >>30 uleshort =0x0001 \b, previous
21719 # previous+next cab archive
21720 # can not use sub routine cab-anchor to display previous and next cabinet together
21723 >>30 uleshort =0x0003 \b, previous
21725 # optional name of previous disk szDisk*
21728 # optional name of previous disk szDisk*
21731 # display filename and disk name of previous or next cabinet
21733 # optional name of previous/next cabinet file szCabinet*[255]
[all …]

Completed in 112 milliseconds

1234