Lines Matching refs:Z_TYPE_PP

331 					*p = (Z_TYPE_PP(arg) == IS_NULL);  in zend_parse_arg_impl()
334 switch (Z_TYPE_PP(arg)) { in zend_parse_arg_impl()
390 *p = (Z_TYPE_PP(arg) == IS_NULL); in zend_parse_arg_impl()
393 switch (Z_TYPE_PP(arg)) { in zend_parse_arg_impl()
429 switch (Z_TYPE_PP(arg)) { in zend_parse_arg_impl()
478 *p = (Z_TYPE_PP(arg) == IS_NULL); in zend_parse_arg_impl()
481 switch (Z_TYPE_PP(arg)) { in zend_parse_arg_impl()
503 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
507 if (Z_TYPE_PP(arg) == IS_RESOURCE) { in zend_parse_arg_impl()
518 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
522 if (Z_TYPE_PP(arg) == IS_ARRAY || (c == 'A' && Z_TYPE_PP(arg) == IS_OBJECT)) { in zend_parse_arg_impl()
533 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
537 if (Z_TYPE_PP(arg) == IS_ARRAY) { in zend_parse_arg_impl()
539 } else if(c == 'H' && Z_TYPE_PP(arg) == IS_OBJECT) { in zend_parse_arg_impl()
553 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
557 if (Z_TYPE_PP(arg) == IS_OBJECT) { in zend_parse_arg_impl()
570 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
574 if (Z_TYPE_PP(arg) == IS_OBJECT && in zend_parse_arg_impl()
592 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
626 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
656 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
667 if (check_null && Z_TYPE_PP(arg) == IS_NULL) { in zend_parse_arg_impl()
1056 if ((Z_TYPE_PP(pp) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT || in zval_update_class_constant()
1057 (Z_TYPE_PP(pp) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT_ARRAY) { in zval_update_class_constant()
3089 (Z_TYPE_PP(obj) == IS_OBJECT || in zend_is_callable_ex()
3090 Z_TYPE_PP(obj) == IS_STRING) && in zend_is_callable_ex()
3091 Z_TYPE_PP(method) == IS_STRING) { in zend_is_callable_ex()
3093 if (Z_TYPE_PP(obj) == IS_STRING) { in zend_is_callable_ex()
3158 if (!obj || (Z_TYPE_PP(obj) != IS_STRING && Z_TYPE_PP(obj) != IS_OBJECT)) { in zend_is_callable_ex()
3810 Z_TYPE_PP(property) = Z_TYPE_P(value); in zend_update_static_property()