Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt12 * Description: Draws a filled polygon.
50 //.. a point in filled body
/PHP-5.3/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.phpt21 // the content that is filled into the temp files as created
30 echo "\n-- File filled with content type: $type --\n";
53 -- File filled with content type: numeric --
109 -- File filled with content type: text --
165 -- File filled with content type: empty --
221 -- File filled with content type: alphanumeric --
277 -- File filled with content type: text_with_new_line --
H A Dreadfile_basic.phpt21 // the content that is filled into the temp files as created
30 echo "\n-- File filled with content type: $type --\n";
53 -- File filled with content type: numeric --
109 -- File filled with content type: text --
165 -- File filled with content type: empty --
221 -- File filled with content type: alphanumeric --
277 -- File filled with content type: text_with_new_line --
/PHP-5.3/ext/imap/tests/
H A Dbug46918.phpt2 Bug #46918 (imap_rfc822_parse_adrlist host part not filled in correctly)
/PHP-5.3/
H A DREADME.EXT_SKEL65 If present it will be filled into the 'proto' header comments in the stubs
H A DNEWS1554 last parameters wouldn't be filled unless the type were DNS_ANY (Gustavo).
2943 - Added compatibility mode in GD, imagerotate, image(filled)ellipse
3501 - Fixed bug #46918 (imap_rfc822_parse_adrlist host part not filled in
/PHP-5.3/ext/gd/
H A Dgd.c3419 static void php_imagepolygon(INTERNAL_FUNCTION_PARAMETERS, int filled) in php_imagepolygon() argument
3466 if (filled) { in php_imagepolygon()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt3407 slots (namely 2) have been filled. In similar cases where there is tem-
4039 filled with the longest matches. Unlike pcre_exec(), pcre_dfa_exec()
9099 preg structure is filled in on success, and one member of the structure
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog530 5. When the number of matches in a pcre_dfa_exec() run exactly filled the

Completed in 174 milliseconds