Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.2/ext/spl/tests/
H A Diterator_046.phpt21 function fill()
39 $it->fill();
44 MyCachingIterator::fill()
H A Diterator_045.phpt41 function fill()
83 $it->fill();
117 MyCachingIterator::fill()
/PHP-8.2/ext/standard/tests/file/
H A Dfile.inc8 fill_files() : fill file with specified contents
67 // invalid fill type;
98 // no fill required, return true
117 // invalid fill type;
213 "numeric" = fill file with numeric values
214 "text" = fill file with regular text
292 // call fill_file() to fill the file
333 numeric = fill file with numeric values
334 text = fill file with regular text
336 alphanumeric = fill with alphanumeric text
[all …]
H A Dsymlink_link_linkinfo_is_link_variation4.phpt17 // fill data into file
H A Dsymlink_link_linkinfo_is_link_variation3.phpt33 // fill data into file
H A Dfflush_variation3.phpt35 // fill the fill with some data if mode is append mode
H A Dfwrite_variation2-win32.phpt32 // create temp file and fill the data of type $file_content_type
H A Dfwrite_variation2.phpt32 // create temp file and fill the data of type $file_content_type
H A Dfwrite_variation3-win32.phpt32 // create temp file and fill it content of type $file_content_type
H A Dfwrite_variation3.phpt32 // create temp file and fill it content of type $file_content_type
/PHP-8.2/Zend/tests/
H A Dbug78340.phpt46 $fill = str_repeat('.', 8192);
47 lib::$files['lib://test.php']= '<?php /* '.$fill.' */ function test() { echo "Works!\n"; }';
/PHP-8.2/ext/gd/tests/
H A Dimagefilledellipse_basic.phpt12 //create an ellipse and fill it with white color
H A Dbug24155.phpt21 // Uniform fill + n x 90degrees rotation , the color value does not change
H A Dbug27582_1.phpt2 Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color)
H A Dimagefilltoborder_basic.phpt16 // Draw an ellipse to fill with a black border
H A Dimagefilledarc_basic.phpt21 //create an arc and fill it with white color
H A Dimagefilledarc_variation1.phpt21 //create an arc and fill it with white color
H A Dimagefilledarc_variation2.phpt21 //create an arc and fill it with white color
H A Dimagecopyresampled_basic.phpt19 // fill polygon with blue
H A Dimagefilledpolygon_basic.phpt31 // fill polygon with green
/PHP-8.2/tests/output/
H A Dbug60768.phpt10 echo str_repeat("0", 20); // fill in the buffer
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua2286 local fill = params[2]
2287 if fill then
2288 fill = tonumber(fill)
2289 if not fill or fill < 0 or fill > 255 then werror("bad filler") end
2291 wputxb(fill or 0)
H A Ddasm_x86.h481 case DASM_SPACE: { int fill = *p++; while (n--) *cp++ = fill; break; } in dasm_encode() local
/PHP-8.2/ext/standard/tests/mail/
H A Dmail_include.inc50 * Create mailbox and fill with generic emails
/PHP-8.2/ext/imap/tests/setup/
H A Dimap_include.inc98 * Create mailbox and fill with generic emails

Completed in 82 milliseconds

12