Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dimage.c1177 zend_bool inc_dot=1; in PHP_FUNCTION() local
1185 RETURN_STRING(".gif" + !inc_dot, 1); in PHP_FUNCTION()
1189 RETURN_STRING(".png" + !inc_dot, 1); in PHP_FUNCTION()
1192 RETURN_STRING(".swf" + !inc_dot, 1); in PHP_FUNCTION()
1194 RETURN_STRING(".psd" + !inc_dot, 1); in PHP_FUNCTION()
1197 RETURN_STRING(".bmp" + !inc_dot, 1); in PHP_FUNCTION()
1202 RETURN_STRING(".iff" + !inc_dot, 1); in PHP_FUNCTION()
1204 RETURN_STRING(".jpc" + !inc_dot, 1); in PHP_FUNCTION()
1206 RETURN_STRING(".jp2" + !inc_dot, 1); in PHP_FUNCTION()
1208 RETURN_STRING(".jpx" + !inc_dot, 1); in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds