Home
last modified time | relevance | path

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

/PHP-8.0/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.c116 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.l276 if (zend_stream_fixup(fh, &buf, &size) == FAILURE) { in zend_ini_open_file_for_scanning()
H A Dzend_language_scanner.l537 if (zend_stream_fixup(file_handle, &buf, &size) == FAILURE) { in open_file_for_scanning()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c242 if (zend_stream_fixup(file, &bufptr, &len) == FAILURE) { in phpdbg_compile_file()
H A Dphpdbg_prompt.c569 …HPDBG_G(exec), &fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_fixup(&fh, &buf, &… in phpdbg_compile()
/PHP-8.0/
H A DUPGRADING.INTERNALS343 - zend_stream_fixup()

Completed in 51 milliseconds