Home
last modified time | relevance | path

Searched refs:Z_REFVAL_P (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.0/ext/spl/
H A Dspl_engine.c61 offset = Z_REFVAL_P(offset); in spl_offset_convert_to_long()
/PHP-7.0/Zend/
H A Dzend_variables.c200 ZVAL_COPY(p, Z_REFVAL_P(p)); in zval_add_ref()
211 ZVAL_COPY(p, Z_REFVAL_P(p)); in zval_add_ref_unref()
310 ZVAL_DUP(&tmp, Z_REFVAL_P(p)); in zval_copy_static_var()
H A Dzend_operators.c773 op = Z_REFVAL_P(op); in _zval_get_long_func()
812 op = Z_REFVAL_P(op); in _zval_get_double_func()
869 op = Z_REFVAL_P(op); in _zval_get_string_func()
925 op1 = Z_REFVAL_P(op1); in add_function()
927 op2 = Z_REFVAL_P(op2); in add_function()
1270 op1 = Z_REFVAL_P(op1); in boolean_xor_function()
1290 op2 = Z_REFVAL_P(op2); in boolean_xor_function()
1317 op1 = Z_REFVAL_P(op1); in boolean_not_function()
1364 op1 = Z_REFVAL_P(op1); in bitwise_not_function()
2397 op1 = Z_REFVAL_P(op1); in increment_function()
[all …]
H A Dzend_vm_execute.h1086 args = Z_REFVAL_P(args);
1111 args = Z_REFVAL_P(args);
1166 arg = Z_REFVAL_P(arg);
4009 ptr = Z_REFVAL_P(ptr);
4038 value = Z_REFVAL_P(value);
9715 ex = Z_REFVAL_P(ex);
15569 arg = Z_REFVAL_P(arg);
16366 ref = Z_REFVAL_P(value);
29236 arg = Z_REFVAL_P(arg);
33148 expr = Z_REFVAL_P(expr);
[all …]
H A Dzend_vm_def.h4236 ex = Z_REFVAL_P(ex);
4602 args = Z_REFVAL_P(args);
4627 args = Z_REFVAL_P(args);
4682 arg = Z_REFVAL_P(arg);
4735 arg = Z_REFVAL_P(arg);
5016 obj = Z_REFVAL_P(obj);
6409 ref = Z_REFVAL_P(value);
6727 ptr = Z_REFVAL_P(ptr);
6799 value = Z_REFVAL_P(value);
6839 value = Z_REFVAL_P(value);
[all …]
H A Dzend_execute.h63 value = Z_REFVAL_P(value); in zend_assign_to_variable()
71 variable_ptr = Z_REFVAL_P(variable_ptr); in zend_assign_to_variable()
H A Dzend_execute.c1104 object = Z_REFVAL_P(object); in zend_assign_to_object()
1186 ZVAL_COPY_VALUE(&tmp, Z_REFVAL_P(value)); in zend_assign_to_object()
1190 value = Z_REFVAL_P(value); in zend_assign_to_object()
1196 value = Z_REFVAL_P(value); in zend_assign_to_object()
1390 ZVAL_COPY(result, Z_REFVAL_P(z)); in zend_post_incdec_overloaded_property()
1644 dim = Z_REFVAL_P(dim); in zend_fetch_dimension_address_inner()
1677 dim = Z_REFVAL_P(dim); in zend_check_string_offset()
1726 container = Z_REFVAL_P(container); in zend_fetch_dimension_address()
1824 container = Z_REFVAL_P(container); in zend_fetch_dimension_address_read()
1855 dim = Z_REFVAL_P(dim); in zend_fetch_dimension_address_read()
[all …]
H A Dzend_types.h567 #define Z_REFVAL_P(zval_p) Z_REFVAL(*(zval_p)) macro
887 (z) = Z_REFVAL_P(z); \
893 (z) = Z_REFVAL_P(z); \
961 ZVAL_DUP(_zv, Z_REFVAL_P(_zv)); \
H A Dzend_inheritance.c749 if (Z_CONSTANT_P(Z_REFVAL_P(zv))) { in do_inherit_class_constant()
867 if (Z_CONSTANT_P(Z_REFVAL_P(dst))) { in zend_do_inheritance()
942 Z_REFVAL_P(old_constant) != Z_REFVAL_P(parent_constant)) { in do_inherit_constant_check()
962 if (Z_CONSTANT_P(Z_REFVAL_P(zv))) { in do_inherit_iface_constant()
H A Dzend_constants.c360 ret_constant = Z_REFVAL_P(ret_constant); in zend_get_constant_ex()
H A Dzend_operators.h321 op = Z_REFVAL_P(op); in i_zend_is_true()
H A Dzend_hash.c1711 (Z_TYPE_P(Z_REFVAL_P(data)) != IS_ARRAY || in zend_array_dup_element()
1712 Z_ARRVAL_P(Z_REFVAL_P(data)) != source)) { in zend_array_dup_element()
1713 data = Z_REFVAL_P(data); in zend_array_dup_element()
H A Dzend_API.h604 ZVAL_COPY(__z, Z_REFVAL_P(__zv)); \
1228 UNEXPECTED(Z_TYPE_P(Z_REFVAL_P(arg)) == IS_NULL)))) ? NULL : arg; in zend_parse_arg_zval()
H A Dzend_builtin_functions.c683 ZVAL_DUP(&tmp, Z_REFVAL_P(entry)); in ZEND_FUNCTION()
1195 value = Z_REFVAL_P(value); in ZEND_FUNCTION()
/PHP-7.0/ext/standard/
H A Dvar.c182 struc = Z_REFVAL_P(struc); in php_var_dump()
347 struc = Z_REFVAL_P(struc); in php_debug_zval_dump()
543 struc = Z_REFVAL_P(struc); in php_var_export_ex()
603 if (is_ref && Z_TYPE_P(Z_REFVAL_P(var)) == IS_OBJECT) { in php_add_var_hash()
604 var = Z_REFVAL_P(var); in php_add_var_hash()
965 data = Z_REFVAL_P(data); in php_var_serialize_intern()
989 struc = Z_REFVAL_P(struc); in php_var_serialize_intern()
H A Dvar_unserializer.c968 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) { in php_var_unserialize_internal()
1098 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) { in php_var_unserialize_internal()
H A Dvar_unserializer.re591 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
620 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
H A Darray.c1391 (Z_ISREF_P(zv) && Z_TYPE_P(Z_REFVAL_P(zv)) == IS_ARRAY))) { in php_array_walk()
3027 (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) {
3037 (!Z_ISREF_P(dest_entry) || Z_TYPE_P(Z_REFVAL_P(dest_entry)) != IS_ARRAY))) {
3124 src_entry = Z_REFVAL_P(src_entry);
3164 src_entry = Z_REFVAL_P(src_entry);
3320 entry = Z_REFVAL_P(entry);
/PHP-7.0/ext/opcache/
H A Dzend_persist.c322 zend_persist_zval(Z_REFVAL_P(z)); in zend_persist_zval()
378 zend_persist_zval(Z_REFVAL_P(z)); in zend_persist_zval_static()
437 zend_persist_zval(Z_REFVAL_P(z)); in zend_persist_zval_const()
H A Dzend_persist_calc.c147 zend_persist_zval_calc(Z_REFVAL_P(z)); in zend_persist_zval_calc()
H A Dzend_accelerator_util_funcs.c169 src = Z_REFVAL_P(src); in zend_clone_zval()
/PHP-7.0/ext/json/
H A Djson_encoder.c545 val = Z_REFVAL_P(val); in php_json_encode_zval()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_info.c275 data = Z_REFVAL_P(data); in phpdbg_print_symbols()
H A Dphpdbg_watch.c294 phpdbg_create_zval_watchpoint(Z_REFVAL_P(watch->addr.zv), ref); in phpdbg_create_reference_watch()
/PHP-7.0/ext/oci8/
H A Doci8_statement.c1116 param = Z_REFVAL_P(var); in php_oci_bind_by_name()
1604 val = Z_REFVAL_P(var); in php_oci_bind_array_by_name()

Completed in 240 milliseconds

12