| /PHP_5_3/ext/dom/ |
| H A D | document.c | 1747 int file_len = 0, bytes, format, saveempty = 0; local 1753 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|l", &id, dom_document_class_entry, &file, &file_len, &options) == FAILURE) { 1757 if (file_len == 0) { 2251 int file_len, bytes, format; local 2257 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &file, &file_len) == FAILURE) { 2261 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_5_3/ext/fileinfo/ |
| H A D | fileinfo.c | 295 int file_len = 0; local 300 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ls", &options, &file, &file_len) == FAILURE) { 315 if (file_len == 0) { 318 if (strlen(file) != file_len) {
|
| /PHP_5_3/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, "rs", &z_ftp, &file, &file_len) == FAILURE) { 1254 int file_len; local 1256 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &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_5_3/ext/gd/ |
| H A D | gd_ctx.c | 54 int file_len = 0; local 69 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs!|ll", &imgind, &file, &file_len, &quality, &basefilter) == FAILURE) { 77 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!ll", &imgind, &file, &file_len, &quality, &basefilter) == FAILURE) { 93 if (argc > 1 && file_len) { 94 if (strlen(file) != file_len) {
|
| H A D | gd.c | 2412 int file_len; local 2421 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sllll", &file, &file_len, &srcx, &srcy, &width, &height) == FAILURE) { 2429 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { 2630 int file_len = 0, argc = ZEND_NUM_ARGS(); local 2637 if (zend_parse_parameters(argc TSRMLS_CC, "r|sll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { 2653 if (argc >= 2 && file_len) { 2654 if (strlen(file) != file_len) { 4027 int file_len, f_ind, *font; local 4032 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) {
|
| /PHP_5_3/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) {
|