summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-21 20:13:02 +0000
committerZeev Suraski <zeev@php.net>1999-04-21 20:13:02 +0000
commit942f4092928ea0d981e944e8f5a23edc8c7db8fc (patch)
tree8e3ac2619617d4a51ce188bdb8a4157e18ab8adc /Zend/zend_API.h
parent15734127769a3ed11ecfea8941a482416a3196d8 (diff)
downloadphp-git-942f4092928ea0d981e944e8f5a23edc8c7db8fc.tar.gz
* Change the thread safe project to create a C++ scanner.
* Add in a slightly modified skeleton file (only a couple of #if's for #include's that we dont have in Windows) It does NOT compile or work yet :)
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 4e264ae967..ddc17f8807 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -35,7 +35,7 @@ ZEND_API int getParametersArray(int ht, int param_count, zval **argument_array);
ZEND_API int getParametersEx(int param_count,...);
ZEND_API int getParametersArrayEx(int param_count, zval ***argument_array);
-ZEND_API int getThis(zval **this);
+ZEND_API int getThis(zval **this_ptr);
ZEND_API int ParameterPassedByReference(int ht, uint n);
int zend_register_functions(zend_function_entry *functions);