File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,10 @@ static pval php_VARIANT_get_property_handler(zend_property_reference *property_r
185
185
{
186
186
zend_overloaded_element * overloaded_property ;
187
187
int type ;
188
- TSRMLS_FETCH ();
189
-
190
188
pval result , * * var_handle , * object = property_reference -> object ;
191
189
VARIANT * var_arg ;
190
+ TSRMLS_FETCH ();
191
+
192
192
193
193
/* fetch the VARIANT structure */
194
194
zend_hash_index_find (Z_OBJPROP_P (object ), 0 , (void * * ) & var_handle );
@@ -230,10 +230,10 @@ static int php_VARIANT_set_property_handler(zend_property_reference *property_re
230
230
{
231
231
zend_overloaded_element * overloaded_property ;
232
232
int type ;
233
- TSRMLS_FETCH ();
234
-
235
233
pval * * var_handle , * object = property_reference -> object ;
236
234
VARIANT * var_arg ;
235
+ TSRMLS_FETCH ();
236
+
237
237
238
238
/* fetch the VARIANT structure */
239
239
zend_hash_index_find (Z_OBJPROP_P (object ), 0 , (void * * ) & var_handle );
Original file line number Diff line number Diff line change @@ -185,10 +185,10 @@ static pval php_VARIANT_get_property_handler(zend_property_reference *property_r
185
185
{
186
186
zend_overloaded_element * overloaded_property ;
187
187
int type ;
188
- TSRMLS_FETCH ();
189
-
190
188
pval result , * * var_handle , * object = property_reference -> object ;
191
189
VARIANT * var_arg ;
190
+ TSRMLS_FETCH ();
191
+
192
192
193
193
/* fetch the VARIANT structure */
194
194
zend_hash_index_find (Z_OBJPROP_P (object ), 0 , (void * * ) & var_handle );
@@ -230,10 +230,10 @@ static int php_VARIANT_set_property_handler(zend_property_reference *property_re
230
230
{
231
231
zend_overloaded_element * overloaded_property ;
232
232
int type ;
233
- TSRMLS_FETCH ();
234
-
235
233
pval * * var_handle , * object = property_reference -> object ;
236
234
VARIANT * var_arg ;
235
+ TSRMLS_FETCH ();
236
+
237
237
238
238
/* fetch the VARIANT structure */
239
239
zend_hash_index_find (Z_OBJPROP_P (object ), 0 , (void * * ) & var_handle );
You can’t perform that action at this time.
0 commit comments