Searched refs:zend_stream_fixup (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/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 | 127 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 | 252 if (zend_stream_fixup(fh, &buf, &size) == FAILURE) { in zend_ini_open_file_for_scanning()
|
H A D | zend_language_scanner.l | 531 if (zend_stream_fixup(file_handle, &buf, &size) == FAILURE) { in open_file_for_scanning()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_list.c | 238 if (zend_stream_fixup(file, &bufptr, &len) == FAILURE) { in phpdbg_compile_file()
|
H A D | phpdbg_prompt.c | 566 …en_for_zend_ex(&fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_fixup(&fh, &buf, &… in phpdbg_compile()
|
Completed in 16 milliseconds