Searched refs:f_dest (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 797 ZEND_ARG_INFO(0, f_dest) 807 ZEND_ARG_INFO(0, f_dest) 4365 /* {{{ proto bool jpeg2wbmp (string f_org, string f_dest, int d_height, int d_width, int threshold) 4375 /* {{{ proto bool png2wbmp (string f_org, string f_dest, int d_height, int d_width, int threshold) 4439 char *f_org, *f_dest; local 4456 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) { 4461 fn_dest = f_dest;
|
Completed in 11 milliseconds