Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dvar.c122 if (GC_IS_RECURSIVE(myht)) { in php_var_dump()
294 if (GC_IS_RECURSIVE(myht)) { in php_debug_zval_dump()
325 if (GC_IS_RECURSIVE(myht)) { in php_debug_zval_dump()
505 if (GC_IS_RECURSIVE(myht)) { in php_var_export_ex()
535 if (GC_IS_RECURSIVE(myht)) { in php_var_export_ex()
H A Dhttp.c43 if (GC_IS_RECURSIVE(ht)) { in php_url_encode_hash_ex()
H A Darray.c751 if (GC_IS_RECURSIVE(ht)) { in php_count_recursive()
1419 if (GC_IS_RECURSIVE(thash)) { in php_array_walk()
3585 …if ((thash && GC_IS_RECURSIVE(thash)) || (src_entry == dest_entry && Z_ISREF_P(dest_entry) && (Z_R…
/PHP-7.3/ext/json/
H A Djson_encoder.c143 if (myht && GC_IS_RECURSIVE(myht)) { in php_json_encode_array()
478 if (myht && GC_IS_RECURSIVE(myht)) { in php_json_encode_serializable_object()
/PHP-7.3/Zend/
H A Dzend.c377 if (GC_IS_RECURSIVE(Z_ARRVAL_P(expr))) { in zend_print_flat_zval_r()
396 if (GC_IS_RECURSIVE(Z_OBJ_P(expr))) { in zend_print_flat_zval_r()
428 if (GC_IS_RECURSIVE(Z_ARRVAL_P(expr))) { in zend_print_zval_r_to_buf()
449 if (GC_IS_RECURSIVE(Z_OBJ_P(expr))) { in zend_print_zval_r_to_buf()
H A Dzend_types.h562 #define GC_IS_RECURSIVE(p) \ macro
581 #define Z_IS_RECURSIVE(zval) GC_IS_RECURSIVE(Z_COUNTED(zval))
H A Dzend_builtin_functions.c1191 …if (!zobj->ce->default_properties_count && properties == zobj->properties && !GC_IS_RECURSIVE(prop… in ZEND_FUNCTION()
H A Dzend_hash.c2549 if (UNEXPECTED(GC_IS_RECURSIVE(ht1))) { in zend_hash_compare()
H A Dzend_operators.c620 GC_IS_RECURSIVE(obj_ht))); in convert_to_array()
H A Dzend_vm_def.h5343 GC_IS_RECURSIVE(obj_ht)));
H A Dzend_vm_execute.h3217 GC_IS_RECURSIVE(obj_ht)));
17978 GC_IS_RECURSIVE(obj_ht)));
20991 GC_IS_RECURSIVE(obj_ht)));
37409 GC_IS_RECURSIVE(obj_ht)));
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.c691 if (GC_IS_RECURSIVE(myht)) { in phpdbg_xml_var_dump()
703 if (myht && GC_IS_RECURSIVE(myht)) { in phpdbg_xml_var_dump()
/PHP-7.3/ext/wddx/
H A Dwddx.c642 if (GC_IS_RECURSIVE(ht)) { in php_wddx_serialize_var()
656 if (GC_IS_RECURSIVE(ht)) { in php_wddx_serialize_var()
698 if (GC_IS_RECURSIVE(target_hash)) { in php_wddx_add_var()
/PHP-7.3/
H A DUPGRADING.INTERNALS69 GC_IS_RECURSIVE, GC_PROTECT_RECURSION, GC_UNPROTECT_RECURSION,
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c555 if (GC_IS_RECURSIVE(ht)) { in PHP_to_XMLRPC_worker()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c3147 if (GC_IS_RECURSIVE(input)) { in php_mb_convert_encoding_recursive()
4762 if (GC_IS_RECURSIVE(vars)) { in php_mb_check_encoding_recursive()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c452 !GC_IS_RECURSIVE(Z_OBJPROP_P(data))) { in master_to_xml_int()

Completed in 258 milliseconds