| /PHP_TRUNK/ext/dom/ |
| H A D | document.c | 1748 int file_len = 0, bytes, format, saveempty = 0; local 1754 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|l", &id, dom_document_class_entry, &file, &file_len, &options) == FAILURE) { 1758 if (file_len == 0) { 2257 int file_len, bytes, format; local 2263 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &file, &file_len) == FAILURE) { 2267 if (file_len == 0) {
|
| H A D | node.c | 1759 int ret = -1, file_len = 0; local 1772 "Os|bba!a!", &id, dom_node_class_entry, &file, &file_len, &exclusive,
|
| /PHP_TRUNK/ext/fileinfo/ |
| H A D | fileinfo.c | 294 int file_len = 0; local 299 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lp", &options, &file, &file_len) == FAILURE) { 314 if (file_len == 0) {
|
| /PHP_TRUNK/ext/ftp/ |
| H A D | php_ftp.c | 743 int file_len; local 746 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrsl|l", &z_ftp, &z_file, &file, &file_len, &mode, &resumepos) == FAILURE) { 787 int file_len, ret; local 790 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrsl|l", &z_ftp, &z_file, &file, &file_len, &mode, &resumepos) == FAILURE) { 1234 int file_len; local 1236 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp", &z_ftp, &file, &file_len) == FAILURE) { 1254 int file_len; local 1256 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp", &z_ftp, &file, &file_len) == FAILURE) { 1299 int file_len; local 1301 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &file, &file_len) [all...] |
| /PHP_TRUNK/sapi/apache_hooks/ |
| H A D | php_apache.c | 1160 int file_len; local 1163 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { 1185 int file_len; local 1188 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { 1211 int file_len, method_len; local 1214 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &method, &method_len, &file, &file_len) == FAILURE) {
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd_ctx.c | 81 int file_len = 0; local 96 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp!|ll", &imgind, &file, &file_len, &quality, &basefilter) == FAILURE) {
|
| H A D | gd.c | 2351 int file_len; local 2359 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sllll", &file, &file_len, &srcx, &srcy, &width, &height) == FAILURE) { 2367 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { 2576 int file_len = 0, argc = ZEND_NUM_ARGS(); local 2583 if (zend_parse_parameters(argc TSRMLS_CC, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { 2599 if (argc >= 2 && file_len) { 3930 int file_len, f_ind, *font; local 3935 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) {
|