Home
last modified time | relevance | path

Searched refs:Z_ISREF_P (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/Zend/
H A Dzend.h344 #define Z_ISREF_PP(ppz) Z_ISREF_P(*(ppz))
353 #define Z_ISREF_P(pz) zval_isref_p(pz) macro
362 #define Z_ISREF(z) Z_ISREF_P(&(z))
755 #define PZVAL_IS_REF(z) Z_ISREF_P(z)
H A Dzend_object_handlers.c475 if (!Z_ISREF_P(rv) && in zend_std_read_property()
902 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { in zend_std_call_user_call()
1119 if (Z_ISREF_P(method_result_ptr) || Z_REFCOUNT_P(method_result_ptr) > 1) { in zend_std_callstatic_user_call()
H A Dzend_closures.c62 if (Z_ISREF_P(closure_result_ptr) && return_value_ptr) { in ZEND_METHOD()
H A Dzend_execute.c79 if (unref && Z_ISREF_P(z) && Z_REFCOUNT_P(z) == 1) { in zend_pzval_unlock_func()
535 } else if (!Z_ISREF_P(variable_ptr)) { in zend_assign_to_variable_reference()
1202 if (!Z_ISREF_P(overloaded_result)) { in zend_fetch_dimension_address()
H A Dzend_API.h598 zend_uchar is_ref = Z_ISREF_P(z); \
H A Dzend_execute_API.c485 is_ref = Z_ISREF_P(p); in zval_update_constant_ex()
H A Dzend_builtin_functions.c595 if (Z_ISREF_P(entry)) { in ZEND_FUNCTION()
H A Dzend_vm_def.h4157 !Z_ISREF_P(array_ptr) &&
H A Dzend_vm_execute.h2842 !Z_ISREF_P(array_ptr) && in ZEND_FE_RESET_SPEC_CONST_HANDLER()
8153 !Z_ISREF_P(array_ptr) && in ZEND_FE_RESET_SPEC_TMP_HANDLER()
13470 !Z_ISREF_P(array_ptr) && in ZEND_FE_RESET_SPEC_VAR_HANDLER()
31140 !Z_ISREF_P(array_ptr) && in ZEND_FE_RESET_SPEC_CV_HANDLER()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h134 #define Z_ISREF_P(pz) (pz)->is_ref macro
/PHP-5.5/ext/standard/
H A Dvar.c563 if (!Z_ISREF_P(var)) { in php_add_var_hash()
720 if (Z_ISREF_P(struc)) { in php_var_serialize_intern()
H A Dstring.c2472 was_ref = Z_ISREF_P(orig_str);

Completed in 181 milliseconds