Home
last modified time | relevance | path

Searched refs:file_handle (Results 501 – 504 of 504) sorted by relevance

1...<<21

/PHP-7.1/ext/phar/
H A Dphar_object.c145 zend_file_handle file_handle; in phar_file_action() local
224 file_handle.type = ZEND_HANDLE_FILENAME; in phar_file_action()
225 file_handle.handle.fd = 0; in phar_file_action()
226 file_handle.filename = name; in phar_file_action()
227 file_handle.opened_path = NULL; in phar_file_action()
228 file_handle.free_filename = 0; in phar_file_action()
250 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()
256 zend_destroy_file_handle(&file_handle); in phar_file_action()
/PHP-7.1/ext/standard/
H A Dfile.c1124 zval *file_handle; in PHP_FUNCTION() local
1129 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs*", &file_handle, &format, &format_len, &args, &argc… in PHP_FUNCTION()
1133 …what = zend_fetch_resource2(Z_RES_P(file_handle), "File-Handle", php_file_le_stream(), php_file_le… in PHP_FUNCTION()
/PHP-7.1/ext/standard/tests/file/
H A D006_variation1.phpt34 $file_handle = fopen($file_name, "w");
35 fclose($file_handle);
/PHP-7.1/Zend/
H A Dzend_compile.c81 ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type);

Completed in 47 milliseconds

1...<<21