Searched refs:readfile (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_4/ext/phar/ |
| H A D | shortarc.php | 84 readfile($a); 98 readfile($a);
|
| H A D | func_interceptors.c | 1088 PHAR_INTERCEPT(readfile); 1124 PHAR_RELEASE(readfile);
|
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 3067 PHP_FE(readfile, arginfo_readfile)
|
| H A D | file.h | 51 PHP_FUNCTION(readfile); variable
|
| H A D | file.c | 1345 /* {{{ proto int readfile(string filename [, bool use_include_path[, resource context]]) 1347 PHP_FUNCTION(readfile)
|
| /PHP_5_4/ext/soap/ |
| H A D | soap.c | 1515 zval readfile, readfile_ret, *param; local 1517 INIT_ZVAL(readfile); 1523 ZVAL_STRING(&readfile, "readfile", 1); 1524 if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, ¶m TSRMLS_CC) == FAILURE) { 1529 zval_dtor(&readfile);
|
Completed in 29 milliseconds