gron Sun, 19 Dec 2010 22:13:41 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306467
Log:
Fixed naming of parameters, was inconsistent with implementation.
Changed paths:
U php/php-src/trunk/Zend/zend_compile.h
Modified: php/php-src/trunk/Zend/zend_compile.h
===================================================================
--- php/php-src/trunk/Zend/zend_compile.h 2010-12-19 20:49:49 UTC (rev
306466)
+++ php/php-src/trunk/Zend/zend_compile.h 2010-12-19 22:13:41 UTC (rev
306467)
@@ -644,7 +644,7 @@
void zend_class_add_ref(zend_class_entry **ce);
ZEND_API void zend_mangle_property_name(char **dest, int *dest_length, const
char *src1, int src1_length, const char *src2, int src2_length, int internal);
-ZEND_API int zend_unmangle_property_name(char *mangled_property, int
mangled_property_len, char **prop_name, char **class_name);
+ZEND_API int zend_unmangle_property_name(char *mangled_property, int
mangled_property_len, char **class_name, char **prop_name);
#define ZEND_FUNCTION_DTOR (void (*)(void *)) zend_function_dtor
#define ZEND_CLASS_DTOR (void (*)(void *)) destroy_zend_class
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php