Searched refs:inc_dot (Results 1 – 1 of 1) sorted by relevance
1173 zend_bool inc_dot=1; in PHP_FUNCTION() local1181 RETURN_STRING(".gif" + !inc_dot, 1); in PHP_FUNCTION()1185 RETURN_STRING(".png" + !inc_dot, 1); in PHP_FUNCTION()1188 RETURN_STRING(".swf" + !inc_dot, 1); in PHP_FUNCTION()1190 RETURN_STRING(".psd" + !inc_dot, 1); in PHP_FUNCTION()1193 RETURN_STRING(".bmp" + !inc_dot, 1); in PHP_FUNCTION()1198 RETURN_STRING(".iff" + !inc_dot, 1); in PHP_FUNCTION()1200 RETURN_STRING(".jpc" + !inc_dot, 1); in PHP_FUNCTION()1202 RETURN_STRING(".jp2" + !inc_dot, 1); in PHP_FUNCTION()1204 RETURN_STRING(".jpx" + !inc_dot, 1); in PHP_FUNCTION()[all …]
Completed in 6 milliseconds