Home
last modified time | relevance | path

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

12

/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c556 zend_file_handle fh; in phpdbg_compile() local
565 zend_stream_init_filename(&fh, PHPDBG_G(exec)); in phpdbg_compile()
566 …if (php_stream_open_for_zend_ex(&fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_f… in phpdbg_compile()
568 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
569 zend_destroy_file_handle(&fh); in phpdbg_compile()
581 zend_destroy_file_handle(&fh); in phpdbg_compile()
/php-src/Zend/
H A Dzend_ini.h237 ZEND_API zend_result zend_parse_ini_file(zend_file_handle *fh, bool unbuffered_errors, int scanner_…
/php-src/TSRM/
H A Dtsrm_win32.c430 static HANDLE dupHandle(HANDLE fh, BOOL inherit) in dupHandle() argument
433 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/php-src/ext/standard/
H A Dbasic_functions.c2483 zend_file_handle fh; local
2507 zend_stream_init_filename_ex(&fh, filename);
2510 if (zend_parse_ini_file(&fh, 0, (int)scanner_mode, ini_parser_cb, return_value) == FAILURE) {
2514 zend_destroy_file_handle(&fh);
/php-src/ext/opcache/jit/ir/
H A Dir.c933 uint32_t fh = _ir_fold_hash[h]; local
934 if (IR_FOLD_KEY(fh) == k
936 || (fh = _ir_fold_hash[h+1], (fh & 0x1fffff) == k)
939 switch (IR_FOLD_RULE(fh)) {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます22507 # jmp offset like: 008fh 0093h 009fh 00afh 0143h 3ad7h 5417h 54ech 594dh 895fh
H A Dmagic22507 # jmp offset like: 008fh 0093h 009fh 00afh 0143h 3ad7h 5417h 54ech 594dh 895fh

Completed in 187 milliseconds

12