Home
last modified time | relevance | path

Searched refs:GC_IS_RECURSIVE (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/json/
H A Djson_encoder.c153 if (GC_IS_RECURSIVE(obj)) { in php_json_encode_array()
234 if (recursion_rc && GC_IS_RECURSIVE(recursion_rc)) { in php_json_encode_array()
/php-src/ext/standard/
H A Dhttp.c121 if (GC_IS_RECURSIVE(ht)) { in php_url_encode_hash_ex()
H A Dvar.c142 if (GC_IS_RECURSIVE(myht)) { in php_var_dump()
337 if (GC_IS_RECURSIVE(myht)) { in php_debug_zval_dump()
557 if (GC_IS_RECURSIVE(myht)) { in php_var_export_ex()
H A Darray.c615 if (GC_IS_RECURSIVE(ht)) { in php_count_recursive()
1535 if (GC_IS_RECURSIVE(thash)) { in php_array_walk()
4034 …if ((thash && GC_IS_RECURSIVE(thash)) || (src_entry == dest_entry && Z_ISREF_P(dest_entry) && (Z_R…
/php-src/Zend/
H A Dzend_types.h865 #define GC_IS_RECURSIVE(p) \ macro
884 #define Z_IS_RECURSIVE(zval) GC_IS_RECURSIVE(Z_COUNTED(zval))
892 (pg ? ZEND_GUARD_IS_RECURSIVE(pg, t) : GC_IS_RECURSIVE(zobj))
H A Dzend.c485 if (GC_IS_RECURSIVE(Z_ARRVAL_P(expr))) { in zend_print_flat_zval_r_to_buf()
503 if (GC_IS_RECURSIVE(Z_COUNTED_P(expr))) { in zend_print_flat_zval_r_to_buf()
549 if (GC_IS_RECURSIVE(Z_ARRVAL_P(expr))) { in zend_print_zval_r_to_buf()
H A Dzend_builtin_functions.c806 …if (!zobj->ce->default_properties_count && properties == zobj->properties && !GC_IS_RECURSIVE(prop… in ZEND_FUNCTION()
897 GC_IS_RECURSIVE(properties))); in ZEND_FUNCTION()
H A Dzend_operators.c826 GC_IS_RECURSIVE(obj_ht))); in convert_to_array()
H A Dzend_hash.c3211 if (UNEXPECTED(GC_IS_RECURSIVE(ht1))) { in zend_hash_compare()
H A Dzend_vm_def.h6452 GC_IS_RECURSIVE(obj_ht))));
H A Dzend_vm_execute.h5208 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_CONST_HANDLER()
20096 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_TMP_HANDLER()
22764 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_VAR_HANDLER()
40998 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_CV_HANDLER()
/php-src/ext/mbstring/
H A Dmbstring.c2747 if (GC_IS_RECURSIVE(input)) { in php_mb_convert_encoding_recursive()
5580 if (GC_IS_RECURSIVE(vars)) { in php_mb_check_encoding_recursive()
/php-src/ext/soap/
H A Dphp_encoding.c455 !GC_IS_RECURSIVE(Z_OBJPROP_P(data))) { in master_to_xml_int()

Completed in 280 milliseconds