Searched refs:zend_stream_fixup (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_stream.h | 70 ZEND_API zend_result zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len);
|
H A D | zend_stream.c | 116 ZEND_API zend_result zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len) /* {… in zend_stream_fixup() function
|
H A D | zend_ini_scanner.l | 276 if (zend_stream_fixup(fh, &buf, &size) == FAILURE) { in zend_ini_open_file_for_scanning()
|
H A D | zend_language_scanner.l | 537 if (zend_stream_fixup(file_handle, &buf, &size) == FAILURE) { in open_file_for_scanning()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_list.c | 242 if (zend_stream_fixup(file, &bufptr, &len) == FAILURE) { in phpdbg_compile_file()
|
H A D | phpdbg_prompt.c | 569 …HPDBG_G(exec), &fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_fixup(&fh, &buf, &… in phpdbg_compile()
|
/PHP-8.0/ |
H A D | UPGRADING.INTERNALS | 343 - zend_stream_fixup()
|
Completed in 46 milliseconds