Home
last modified time | relevance | path

Searched refs:Z_TYPE_P (Results 201 – 203 of 203) sorted by last modified time

123456789

/PHP-7.2/Zend/
H A Dzend_API.c207 switch (Z_TYPE_P(arg)) { in zend_zval_get_type()
498 if (Z_TYPE_P(z) != IS_OBJECT) { in zend_parse_arg_str_weak()
1664 switch (Z_TYPE_P(key)) { in array_set_zval_key()
3278 switch (Z_TYPE_P(callable)) { in zend_get_callable_name_ex()
3357 switch (Z_TYPE_P(callable)) { in zend_is_callable_impl()
3445 (Z_TYPE_P(obj) != IS_STRING && Z_TYPE_P(obj) != IS_OBJECT) : in zend_is_callable_impl()
3446 (Z_TYPE_P(Z_REFVAL_P(obj)) != IS_STRING && Z_TYPE_P(Z_REFVAL_P(obj)) != IS_OBJECT))) { in zend_is_callable_impl()
3754 switch(Z_TYPE_P(property)) { in zend_declare_property_ex()
4235 if (Z_TYPE_P(zv1) != Z_TYPE_P(zv2)) { in same_zval()
4238 switch (Z_TYPE_P(zv1)) { in same_zval()
[all …]
H A Dzend_API.h672 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL)
1128 if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) { in zend_parse_arg_bool()
1130 } else if (EXPECTED(Z_TYPE_P(arg) == IS_FALSE)) { in zend_parse_arg_bool()
1146 if (EXPECTED(Z_TYPE_P(arg) == IS_LONG)) { in zend_parse_arg_long()
1164 if (EXPECTED(Z_TYPE_P(arg) == IS_DOUBLE)) { in zend_parse_arg_double()
1177 if (EXPECTED(Z_TYPE_P(arg) == IS_STRING)) { in zend_parse_arg_str()
1232 if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY) || in zend_parse_arg_array()
1245 if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY)) { in zend_parse_arg_array_ht()
1267 if (EXPECTED(Z_TYPE_P(arg) == IS_OBJECT) && in zend_parse_arg_object()
1280 if (EXPECTED(Z_TYPE_P(arg) == IS_RESOURCE)) { in zend_parse_arg_resource()
[all …]
H A Dzend.c309 if (Z_TYPE_P(expr) == IS_STRING) { in zend_make_printable_zval()
334 switch (Z_TYPE_P(expr)) { in zend_print_flat_zval_r()
384 switch (Z_TYPE_P(expr)) { in zend_print_zval_r_to_buf()

Completed in 36 milliseconds

123456789