Home
last modified time | relevance | path

Searched refs:IS_OBJECT (Results 26 – 50 of 91) sorted by relevance

1234

/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp147 if (Z_TYPE_P(zv_timezone) == IS_OBJECT && in timezone_process_timezone_argument()
170 } else if (Z_TYPE_P(zv_timezone) == IS_OBJECT && in timezone_process_timezone_argument()
H A Dtimezone_methods.cpp177 } else if (Z_TYPE_P(arg) == IS_OBJECT || Z_TYPE_P(arg) == IS_STRING) { in PHP_FUNCTION()
/PHP-7.4/ext/dom/
H A Dxpath.c203 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in dom_xpath_ext_function_php()
216 } else if (Z_TYPE(retval) == IS_OBJECT) { in dom_xpath_ext_function_php()
/PHP-7.4/Zend/
H A Dzend_closures.c215 if (Z_TYPE_P(scope_arg) == IS_OBJECT) { in ZEND_METHOD()
349 if (Z_TYPE_P(callable) == IS_OBJECT && instanceof_function(Z_OBJCE_P(callable), zend_ce_closure)) { in ZEND_METHOD()
773 …if (this_ptr && Z_TYPE_P(this_ptr) == IS_OBJECT && (closure->func.common.fn_flags & ZEND_ACC_STATI… in zend_create_closure()
H A Dzend_API.c112 case IS_OBJECT: in zend_get_type_by_const()
157 case IS_OBJECT: in zend_zval_get_type()
555 } else if (UNEXPECTED(Z_TYPE_P(arg) == IS_OBJECT)) { in zend_parse_arg_str_weak()
568 if (Z_TYPE_P(z) != IS_OBJECT) { in zend_parse_arg_str_weak()
3301 } else if (Z_TYPE_P(obj) == IS_OBJECT) { in zend_get_callable_name_ex()
3307 case IS_OBJECT: in zend_get_callable_name_ex()
3406 } else if (Z_TYPE_P(obj) == IS_OBJECT) { in zend_is_callable_impl()
3437 case IS_OBJECT: in zend_is_callable_impl()
3773 case IS_OBJECT: in zend_declare_typed_property()
4464 case IS_OBJECT: in zend_is_iterable()
[all …]
H A Dzend_types.h420 #define IS_OBJECT 8 macro
553 #define GC_OBJECT (IS_OBJECT | (GC_COLLECTABLE << GC_FLAGS_SHIFT))
572 #define IS_OBJECT_EX (IS_OBJECT | (IS_TYPE_REFCOUNTED << Z_TYPE_FLAGS_SHIFT) | (IS_TYPE_…
1009 if (zend_rc_debug && zval_gc_type((p)->u.type_info) != IS_OBJECT) { \
H A Dzend_objects.c32 GC_TYPE_INFO(object) = IS_OBJECT | (GC_COLLECTABLE << GC_FLAGS_SHIFT); in _zend_object_std_init()
H A Dzend_execute_API.c200 if (Z_TYPE_P(zv) == IS_OBJECT && Z_REFCOUNT_P(zv) == 1) { in zval_call_destructor()
1031 if (Z_TYPE(ex->This) == IS_OBJECT) { in zend_get_called_scope()
1049 if (Z_TYPE(ex->This) == IS_OBJECT) { in zend_get_this_object()
H A Dzend_API.h367 #define getThis() ((Z_TYPE_P(ZEND_THIS) == IS_OBJECT) ? ZEND_THIS : NULL)
658 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p…
1667 (or_object && EXPECTED(Z_TYPE_P(arg) == IS_OBJECT))) { in zend_parse_arg_array()
1681 } else if (or_object && EXPECTED(Z_TYPE_P(arg) == IS_OBJECT)) { in zend_parse_arg_array_ht()
1701 if (EXPECTED(Z_TYPE_P(arg) == IS_OBJECT) && in zend_parse_arg_object()
H A Dzend_execute.h123 if (Z_TYPE_P(variable_ptr) == IS_OBJECT && in zend_assign_to_variable()
/PHP-7.4/ext/soap/
H A Dsoap.c1800 if (Z_TYPE(h->retval) == IS_OBJECT &&
1869 if (Z_TYPE(retval) == IS_OBJECT &&
2264 Z_TYPE_P(fault) == IS_OBJECT &&
2810 if (Z_TYPE_P(tmp) != IS_OBJECT ||
2886 if(Z_TYPE_P(tmp) == IS_OBJECT) {
3248 if (Z_TYPE_P(obj) != IS_OBJECT) {
3855 if (Z_TYPE_P(ret) == IS_OBJECT &&
3874 if (Z_TYPE_P(hdr_ret) == IS_OBJECT &&
4038 Z_TYPE_P(detail) == IS_OBJECT &&
4327 if (Z_TYPE_P(header) != IS_OBJECT) {
[all …]
H A Dphp_encoding.c152 …{{IS_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_1_ENC_NAMESPACE, NULL, NULL}, to_zval_object, to_xml_o…
288 if (Z_TYPE_P(data) == IS_OBJECT) { in soap_check_zval_ref()
385 Z_TYPE_P(data) == IS_OBJECT && in master_to_xml_int()
451 Z_TYPE_P(data) == IS_OBJECT && in master_to_xml_int()
1174 if (Z_TYPE_P(object) == IS_OBJECT) { in get_zval_property()
1189 if (Z_TYPE_P(object) == IS_OBJECT) { in unset_zval_property()
1459 if (Z_TYPE_P(ret) == IS_OBJECT && ce != ZEND_STANDARD_CLASS_DEF_PTR) { in to_zval_object_ex()
1796 if (Z_TYPE_P(data) == IS_OBJECT) { in to_xml_object()
1948 if (Z_TYPE_P(data) == IS_OBJECT) { in to_xml_object()
2196 if (Z_TYPE_P(data) == IS_OBJECT && instanceof_function(Z_OBJCE_P(data), zend_ce_traversable)) { in to_xml_array()
[all …]
/PHP-7.4/ext/standard/
H A Dassert.c247 } else if (Z_TYPE_P(description) == IS_OBJECT && in PHP_FUNCTION()
H A Darray.c789 case IS_OBJECT: { in PHP_FUNCTION()
1390 if (Z_TYPE_P(zv) != IS_REFERENCE && Z_TYPE_P(array) == IS_OBJECT) { in php_array_walk()
1471 } else if (Z_TYPE_P(array) == IS_OBJECT) { in php_array_walk()
3631 if (Z_TYPE_P(src_zval) == IS_OBJECT) {
4164 case IS_OBJECT:
4183 if (Z_TYPE_P(data) == IS_OBJECT) {
4276 case IS_OBJECT:
5965 if (Z_TYPE_P(entry) == IS_ARRAY || Z_TYPE_P(entry) == IS_OBJECT) {
5994 if (Z_TYPE_P(entry) == IS_ARRAY || Z_TYPE_P(entry) == IS_OBJECT) {
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1356 case IS_OBJECT: in get_zval_xmlrpc_type()
1374 if ((type == xmlrpc_base64 && Z_TYPE_P(value) == IS_OBJECT) || type == xmlrpc_datetime) { in get_zval_xmlrpc_type()
1431 vtype = determine_vector_type((Z_TYPE_P(arg) == IS_OBJECT) ? Z_OBJPROP_P(arg) : Z_ARRVAL_P(arg)); in PHP_FUNCTION()
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c325 if( Z_TYPE_P( arg1 ) == IS_OBJECT && in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_array.c127 return (intern->ar_flags & SPL_ARRAY_IS_SELF) || Z_TYPE(intern->array) == IS_OBJECT; in spl_array_is_object()
1093 if (Z_TYPE_P(array) != IS_OBJECT && Z_TYPE_P(array) != IS_ARRAY) { in spl_array_set_array()
1613 …RETURN_BOOL(Z_TYPE_P(entry) == IS_ARRAY || (Z_TYPE_P(entry) == IS_OBJECT && (intern->ar_flags & SP… in SPL_METHOD()
1638 if (Z_TYPE_P(entry) == IS_OBJECT) { in SPL_METHOD()
1768 || (Z_TYPE_P(array) != IS_ARRAY && Z_TYPE_P(array) != IS_OBJECT)) { in SPL_METHOD()
H A Dspl_observer.c815 if (Z_TYPE(entry) != IS_OBJECT) { in SPL_METHOD()
931 if (Z_TYPE_P(key) != IS_OBJECT) { in SPL_METHOD()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c307 if (obj && Z_TYPE_P(obj) == IS_OBJECT) { in _class_string()
459 if (obj && Z_TYPE_P(obj) == IS_OBJECT) { in _class_string()
2202 if (Z_TYPE(ex->This) == IS_OBJECT) { in ZEND_METHOD()
2290 if (Z_TYPE_P(classref) == IS_OBJECT) { in ZEND_METHOD()
2329 case IS_OBJECT: { in ZEND_METHOD()
2980 case IS_OBJECT: in ZEND_METHOD()
3522 case IS_OBJECT: in ZEND_METHOD()
3711 if (Z_TYPE_P(argument) == IS_OBJECT) { in reflection_class_object_ctor()
5035 case IS_OBJECT: in ZEND_METHOD()
5078 case IS_OBJECT: in ZEND_METHOD()
[all …]
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c345 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in xsl_ext_function_php()
358 } else if (Z_TYPE(retval) == IS_OBJECT) { in xsl_ext_function_php()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.c247 case IS_OBJECT: in phpdbg_print_symbols()
H A Dphpdbg_watch.c125 #define HT_FROM_ZVP(zvp) (Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY…
555 if ((Z_TYPE_P(zv) != IS_ARRAY && Z_TYPE_P(zv) != IS_OBJECT)
1201 if (Z_TYPE_P(zv) != IS_ARRAY && Z_TYPE_P(zv) != IS_OBJECT) {
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c622 if (Z_TYPE_P(val) != IS_OBJECT) { in php_com_wrapper_export()
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c145 ZEND_ASSERT(Z_TYPE_P(z) != IS_OBJECT); in zend_persist_zval_calc()
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c734 if (Z_TYPE_P(elem) != IS_OBJECT ||
769 if (Z_TYPE_P(elem) != IS_OBJECT ||

Completed in 160 milliseconds

1234