Home
last modified time | relevance | path

Searched refs:fh (Results 26 – 37 of 37) sorted by relevance

12

/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c652 zend_file_handle fh; in send_php() local
654 fh.filename = r->filename; in send_php()
655 fh.opened_path = NULL; in send_php()
656 fh.free_filename = 0; in send_php()
657 fh.type = ZEND_HANDLE_FILENAME; in send_php()
659 zend_execute_scripts(ZEND_INCLUDE TSRMLS_CC, NULL, 1, &fh); in send_php()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation6.phpt68 "fh\ne\trlsti \l",
/PHP-5.5/Zend/
H A Dzend_ini_scanner.c174 static int init_ini_scanner(int scanner_mode, zend_file_handle *fh TSRMLS_DC) in init_ini_scanner()
184 SCNG(yy_in) = fh; in init_ini_scanner()
186 if (fh != NULL) { in init_ini_scanner()
187 ini_filename = zend_strndup(fh->filename, strlen(fh->filename)); in init_ini_scanner()
228 int zend_ini_open_file_for_scanning(zend_file_handle *fh, int scanner_mode TSRMLS_DC) in zend_ini_open_file_for_scanning() argument
233 if (zend_stream_fixup(fh, &buf, &size TSRMLS_CC) == FAILURE) { in zend_ini_open_file_for_scanning()
237 if (init_ini_scanner(scanner_mode, fh TSRMLS_CC) == FAILURE) { in zend_ini_open_file_for_scanning()
238 zend_file_handle_dtor(fh TSRMLS_CC); in zend_ini_open_file_for_scanning()
H A Dzend_ini.h197 ZEND_API int zend_parse_ini_file(zend_file_handle *fh, zend_bool unbuffered_errors, int scanner_mod…
H A Dzend_language_scanner.l496 zend_file_handle *fh = (zend_file_handle*)zend_llist_get_last(&CG(open_files)); in open_file_for_scanning() local
498 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
499 file_handle->handle.stream.handle = fh->handle.stream.handle; in open_file_for_scanning()
H A Dzend_language_scanner.c498 zend_file_handle *fh = (zend_file_handle*)zend_llist_get_last(&CG(open_files)); in open_file_for_scanning() local
500 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
501 file_handle->handle.stream.handle = fh->handle.stream.handle; in open_file_for_scanning()
H A Dzend_compile.c214 ZEND_API void file_handle_dtor(zend_file_handle *fh) /* {{{ */ in file_handle_dtor() argument
218 zend_file_handle_dtor(fh TSRMLS_CC); in file_handle_dtor()
/PHP-5.5/TSRM/
H A Dtsrm_win32.c442 static HANDLE dupHandle(HANDLE fh, BOOL inherit) { in dupHandle() argument
444 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5982 zend_file_handle fh; local
6003 memset(&fh, 0, sizeof(fh));
6004 fh.filename = filename;
6005 fh.type = ZEND_HANDLE_FILENAME;
6008 if (zend_parse_ini_file(&fh, 0, scanner_mode, ini_parser_cb, return_value TSRMLS_CC) == FAILURE) {
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar823 $fh = fopen($fileName, 'w');
824 fwrite ($fh, $string);
825 fclose($fh);
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja374 - single byte charactor in range of 00h-7fh which is compatible
376 - multibyte without 00h-7fh
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1158 -fh image/x-freehand

Completed in 78 milliseconds

12