Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/standard/tests/file/
H A Dfile.inc40 $buffer = buffer to be filled
202 permissions. File is filled with content of size specified.
230 filled => total files filled
245 $return_value = array('created' => 0, 'filled' => 0, 'perms_changed' => 0);
280 $return_value['filled'] = $count;
294 $return_value['filled']++;
324 permissions.Link is filled with content of size specified.
347 filled => total files filled, always returned as 1
362 $return_value = array('created' => 0, 'filled' => 0, 'perms_changed' => 0);
397 $return_value['filled'] = 1;
[all …]
H A Dreadfile_basic-win32.phpt18 // the content that is filled into the temp files as created
27 echo "\n-- File filled with content type: $type --\n";
50 -- File filled with content type: numeric --
106 -- File filled with content type: text --
162 -- File filled with content type: empty --
218 -- File filled with content type: alphanumeric --
274 -- File filled with content type: text_with_new_line --
H A Dreadfile_basic.phpt18 // the content that is filled into the temp files as created
27 echo "\n-- File filled with content type: $type --\n";
50 -- File filled with content type: numeric --
106 -- File filled with content type: text --
162 -- File filled with content type: empty --
218 -- File filled with content type: alphanumeric --
274 -- File filled with content type: text_with_new_line --
/PHP-8.1/ext/imap/tests/
H A Dbug46918.phpt2 Bug #46918 (imap_rfc822_parse_adrlist host part not filled in correctly)
/PHP-8.1/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt45 //.. a point in filled body
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h4209 size_t filled = toFill; in XXH3_generateSecret() local
4211 while (filled < sizeof(seeds)) { in XXH3_generateSecret()
4212 toFill = XXH_MIN(filled, sizeof(seeds) - filled); in XXH3_generateSecret()
4213 memcpy((char*)seeds + filled, seeds, toFill); in XXH3_generateSecret()
4214 filled += toFill; in XXH3_generateSecret()
/PHP-8.1/ext/gd/
H A Dgd.c2715 static void php_imagepolygon(INTERNAL_FUNCTION_PARAMETERS, int filled) in php_imagepolygon() argument
2771 switch (filled) { in php_imagepolygon()
/PHP-8.1/
H A DUPGRADING398 . The $num_points parameter of image(open|filled)polygon has been deprecated.
H A DNEWS434 filled). (SakiTakamachi)
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic15231 # version is never filled. probably future extension
H A Dmagic私はガラスを食べられます15231 # version is never filled. probably future extension

Completed in 251 milliseconds