Home
last modified time | relevance | path

Searched refs:Z_IS_RECURSIVE_P (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_exceptions.c727 if (Z_TYPE_P(exception) == IS_OBJECT && Z_IS_RECURSIVE_P(exception)) { in ZEND_METHOD()
736 if (Z_IS_RECURSIVE_P(exception)) { in ZEND_METHOD()
H A Dzend_builtin_functions.c436 if (Z_IS_RECURSIVE_P(val)) { in validate_constant_array_argument()
H A Dzend_types.h883 #define Z_IS_RECURSIVE_P(zv) Z_IS_RECURSIVE(*(zv)) macro
H A Dzend_object_handlers.c1768 if (UNEXPECTED(Z_IS_RECURSIVE_P(o1))) { in zend_std_compare_objects()
/PHP-8.3/ext/filter/
H A Dfilter.c377 if (Z_IS_RECURSIVE_P(value)) { in php_zval_filter_recursive()
/PHP-8.3/ext/standard/
H A Dvar.c954 if (UNEXPECTED(Z_IS_RECURSIVE_P(data)) in php_var_serialize_nested_data()
H A Darray.c2607 if (Z_IS_RECURSIVE_P(entry)) {
4042 if (Z_IS_RECURSIVE_P(dest_zval) ||
4043 Z_IS_RECURSIVE_P(src_zval) ||
/PHP-8.3/ext/mbstring/
H A Dmbstring.c3444 if (Z_IS_RECURSIVE_P(var)) { in mb_recursive_count_strings()
3476 if (Z_IS_RECURSIVE_P(var)) { in mb_recursive_find_strings()
3519 if (Z_IS_RECURSIVE_P(var)) { in mb_recursive_convert_variable()
/PHP-8.3/ext/soap/
H A Dphp_encoding.c2139 if (UNEXPECTED(Z_IS_RECURSIVE_P(data))) { in add_xml_array_elements()
2714 if (UNEXPECTED(Z_IS_RECURSIVE_P(data))) { in to_xml_map()

Completed in 88 milliseconds