Home
last modified time | relevance | path

Searched refs:IS_REFERENCE (Results 1 – 23 of 23) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_type_info.h37 #define MAY_BE_REF (1 << IS_REFERENCE) /* may be reference */
39 #define MAY_BE_ARRAY_SHIFT (IS_REFERENCE)
H A Dzend_variables.c66 case IS_REFERENCE: { in _zval_dtor_func()
92 case IS_REFERENCE: { in _zval_internal_dtor()
123 case IS_REFERENCE: { in _zval_internal_dtor_for_ptr()
H A Dzend_types.h314 #define IS_REFERENCE 10 macro
411 #define IS_REFERENCE_EX (IS_REFERENCE | (( IS_TYPE_REFCOUNTED …
498 #define Z_OPT_ISREF(zval) (Z_OPT_TYPE(zval) == IS_REFERENCE)
501 #define Z_ISREF(zval) (Z_TYPE(zval) == IS_REFERENCE)
736 GC_TYPE_INFO(_ref) = IS_REFERENCE; \
745 GC_TYPE_INFO(_ref) = IS_REFERENCE; \
755 GC_TYPE_INFO(_ref) = IS_REFERENCE; \
964 ZEND_ASSERT(Z_TYPE_P(_zv) != IS_REFERENCE); \
H A Dzend_gc.c424 } else if (GC_TYPE(ref) == IS_REFERENCE) { in gc_scan_black()
530 } else if (GC_TYPE(ref) == IS_REFERENCE) { in gc_mark_grey()
656 } else if (GC_TYPE(ref) == IS_REFERENCE) { in gc_scan()
774 if (GC_TYPE(ref) != IS_REFERENCE) {
843 } else if (GC_TYPE(ref) == IS_REFERENCE) {
1005 } else if (GC_TYPE(ref) == IS_REFERENCE) {
H A Dzend_operators.c143 case IS_REFERENCE: in _convert_scalar_to_number()
357 case IS_REFERENCE: in convert_to_long_base()
416 case IS_REFERENCE: in convert_to_double()
501 case IS_REFERENCE: in convert_to_boolean()
580 case IS_REFERENCE: in _convert_to_string()
656 case IS_REFERENCE: in convert_to_array()
685 case IS_REFERENCE: in convert_to_object()
796 case IS_REFERENCE: in _zval_get_long_func_ex()
847 case IS_REFERENCE: in _zval_get_double_func()
904 case IS_REFERENCE: in _zval_get_string_func()
[all …]
H A Dzend_execute.c192 ZEND_ASSERT(Z_TYPE_P(ret) != IS_REFERENCE); in _get_zval_ptr_tmp()
1161 case IS_REFERENCE: in zend_check_string_offset()
1391 if (UNEXPECTED(Z_TYPE_P(z) == IS_REFERENCE)) { in zend_post_incdec_overloaded_property()
1639 case IS_REFERENCE: in zend_fetch_dimension_address_inner()
1695 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) { in zend_fetch_dimension_address()
1802 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) { in zend_fetch_dimension_address_read()
1836 case IS_REFERENCE: in zend_fetch_dimension_address_read()
H A Dzend.c304 case IS_REFERENCE: in zend_print_flat_zval_r()
361 case IS_REFERENCE: in zend_print_zval_r_to_buf()
H A Dzend_operators.h330 case IS_REFERENCE: in i_zend_is_true()
H A Dzend_vm_def.h1832 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
3100 } else if ((OP2_TYPE & (IS_VAR|IS_CV)) && Z_TYPE_P(class_name) == IS_REFERENCE) {
3448 } else if ((OP2_TYPE & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(function_name) == IS_REFERENCE)) {
5295 } else if ((OP2_TYPE & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
5669 } else if ((OP2_TYPE & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) {
6395 if (EXPECTED((value_type & Z_TYPE_MASK) != IS_REFERENCE)) {
7100 } else if ((OP1_TYPE & (IS_VAR|IS_CV)) && Z_TYPE_P(expr) == IS_REFERENCE) {
7751 GC_TYPE_INFO(ref) = IS_REFERENCE;
7801 if ((OP1_TYPE & (IS_VAR|IS_CV)) && Z_TYPE_P(value) == IS_REFERENCE) {
8127 GC_TYPE_INFO(ref) = IS_REFERENCE;
[all …]
H A Dzend_vm_execute.h5002 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
8939 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
10915 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
17076 if (EXPECTED((value_type & Z_TYPE_MASK) != IS_REFERENCE)) {
38118 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
40634 GC_TYPE_INFO(ref) = IS_REFERENCE;
40702 GC_TYPE_INFO(ref) = IS_REFERENCE;
45068 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
49145 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
52629 } else if (EXPECTED(Z_TYPE_P(container) == IS_REFERENCE)) {
[all …]
H A Dzend_API.c3376 case IS_REFERENCE: in zend_is_callable_ex()
/PHP-7.1/ext/spl/
H A Dspl_engine.c60 case IS_REFERENCE: in spl_offset_convert_to_long()
H A Dspl_array.c387 case IS_REFERENCE: in spl_array_get_dimension_ptr()
514 case IS_REFERENCE: in spl_array_write_dimension_ex()
600 case IS_REFERENCE: in spl_array_unset_dimension_ex()
676 case IS_REFERENCE: in spl_array_has_dimension_ex()
/PHP-7.1/ext/standard/
H A Dvar.c182 case IS_REFERENCE: in php_var_dump()
347 case IS_REFERENCE: in php_debug_zval_dump()
545 case IS_REFERENCE: in php_var_export_ex()
988 case IS_REFERENCE: in php_var_serialize_intern()
/PHP-7.1/ext/json/
H A Djson_encoder.c578 case IS_REFERENCE: in php_json_encode_zval()
/PHP-7.1/ext/opcache/
H A Dzend_persist_calc.c143 case IS_REFERENCE: in zend_persist_zval_calc()
H A Dzend_file_cache.c337 case IS_REFERENCE: in zend_file_cache_serialize_zval()
971 case IS_REFERENCE: in zend_file_cache_unserialize_zval()
H A Dzend_accelerator_util_funcs.c157 if (Z_TYPE_P(src) == IS_REFERENCE) { in zend_clone_zval()
H A Dzend_persist.c338 case IS_REFERENCE: in zend_persist_zval()
H A DZendAccelerator.c2268 case IS_REFERENCE: { in accel_fast_zval_dtor()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_info.c273 case IS_REFERENCE: in phpdbg_print_symbols()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c346 GC_TYPE_INFO(agg_context) = IS_REFERENCE; in do_callback()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c2153 ZEND_ASSERT(arg_info->type_hint < IS_REFERENCE); in zend_fetch_arg_info()

Completed in 226 milliseconds