summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2005-06-04 16:16:19 +0000
committerZeev Suraski <zeev@php.net>2005-06-04 16:16:19 +0000
commitd33500ee20f08a72a2ca6327abed232d422ee03a (patch)
tree33f59694df323af0e7e7163f763dd6b1267b6921 /Zend/zend_compile.h
parent09c2da0d078ea42a83d3774f990a510d01827ba7 (diff)
downloadphp-git-d33500ee20f08a72a2ca6327abed232d422ee03a.tar.gz
Thought I committed it ages ago... Anyway, without further delays, the final
__halt_compiler() patch
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index ab0f470999..b5ae12ebca 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -321,6 +321,7 @@ ZEND_API char *zend_set_compiled_filename(char *new_compiled_filename TSRMLS_DC)
ZEND_API void zend_restore_compiled_filename(char *original_compiled_filename TSRMLS_DC);
ZEND_API char *zend_get_compiled_filename(TSRMLS_D);
ZEND_API int zend_get_compiled_lineno(TSRMLS_D);
+ZEND_API int zend_get_scanned_file_offset(TSRMLS_D);
ZEND_API char* zend_get_compiled_variable_name(zend_op_array *op_array, zend_uint var, int* name_len);