Home
last modified time | relevance | path

Searched refs:zend_stream_fixup (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_stream.h70 ZEND_API zend_result zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len);
H A Dzend_stream.c127 ZEND_API zend_result zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len) /* {… in zend_stream_fixup() function
H A Dzend_ini_scanner.l252 if (zend_stream_fixup(fh, &buf, &size) == FAILURE) { in zend_ini_open_file_for_scanning()
H A Dzend_language_scanner.l531 if (zend_stream_fixup(file_handle, &buf, &size) == FAILURE) { in open_file_for_scanning()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_list.c238 if (zend_stream_fixup(file, &bufptr, &len) == FAILURE) { in phpdbg_compile_file()
H A Dphpdbg_prompt.c566 …en_for_zend_ex(&fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_fixup(&fh, &buf, &… in phpdbg_compile()

Completed in 34 milliseconds