Searched refs:readfile (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_5/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_5/ext/standard/ |
| H A D | file.h | 51 PHP_FUNCTION(readfile); variable
|
| H A D | file.c | 1348 /* {{{ proto int readfile(string filename [, bool use_include_path[, resource context]]) 1350 PHP_FUNCTION(readfile)
|
| H A D | basic_functions.c | 3087 PHP_FE(readfile, arginfo_readfile)
|
| /PHP_5_5/ext/soap/ |
| H A D | soap.c | 1521 zval readfile, readfile_ret, *param; local 1523 INIT_ZVAL(readfile); 1529 ZVAL_STRING(&readfile, "readfile", 1); 1530 if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, ¶m TSRMLS_CC) == FAILURE) { 1535 zval_dtor(&readfile);
|
Completed in 23 milliseconds