Searched refs:inc_dot (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | image.c | 1173 zend_bool inc_dot=1; local 1175 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|b", &image_type, &inc_dot) == FAILURE) { 1181 RETURN_STRING(".gif" + !inc_dot, 1); 1183 RETURN_STRING(".jpeg" + !inc_dot, 1); 1185 RETURN_STRING(".png" + !inc_dot, 1); 1188 RETURN_STRING(".swf" + !inc_dot, 1); 1190 RETURN_STRING(".psd" + !inc_dot, 1); 1193 RETURN_STRING(".bmp" + !inc_dot, 1); 1196 RETURN_STRING(".tiff" + !inc_dot, 1); 1198 RETURN_STRING(".iff" + !inc_dot, [all...] |
Completed in 4 milliseconds