Home
last modified time | relevance | path

Searched +full:z_type_p +type:c (Results 1 – 25 of 209) sorted by relevance

123456789

/php-src/Zend/
H A Dzend_vm_execute.h4251 if (Z_TYPE_P(z) == IS_STRING) { in ZEND_ECHO_SPEC_CONST_HANDLER()
5491 if (Z_TYPE_P(val) > IS_NULL) { in ZEND_JMP_NULL_SPEC_CONST_HANDLER()
7897 if (Z_TYPE_P(op) != IS_LONG) { in ZEND_SWITCH_LONG_SPEC_CONST_CONST_HANDLER()
7899 if (Z_TYPE_P(op) != IS_LONG) { in ZEND_SWITCH_LONG_SPEC_CONST_CONST_HANDLER()
7960 if (Z_TYPE_P(op) == IS_LONG) { in ZEND_MATCH_SPEC_CONST_CONST_HANDLER()
13127 if (Z_TYPE_P(op) != IS_LONG) { in ZEND_SWITCH_LONG_SPEC_TMPVARCV_CONST_HANDLER()
13129 if (Z_TYPE_P(op) != IS_LONG) { in ZEND_SWITCH_LONG_SPEC_TMPVARCV_CONST_HANDLER()
13190 if (Z_TYPE_P(op) == IS_LONG) { in ZEND_MATCH_SPEC_TMPVARCV_CONST_HANDLER()
19894 if (Z_TYPE_P(val) > IS_NULL) { in ZEND_JMP_NULL_SPEC_TMP_HANDLER()
22836 if (Z_TYPE_P(val) > IS_NULL) { in ZEND_JMP_NULL_SPEC_VAR_HANDLER()
[all …]
H A Dzend_vm_def.h1225 old_type = Z_TYPE_P(container);
1687 if (Z_TYPE_P(z) == IS_STRING) {
3152 if (Z_TYPE_P(var) != IS_ARRAY) {
7296 if (Z_TYPE_P(value) > IS_NULL &&
7680 if (Z_TYPE_P(value) > IS_NULL) {
7712 if (Z_TYPE_P(val) > IS_NULL) {
8372 if (Z_TYPE_P(val) == IS_ARRAY) {
9139 if (Z_TYPE_P(op) != IS_LONG) {
9141 if (Z_TYPE_P(op) != IS_LONG) {
9167 if (Z_TYPE_P(op) != IS_STRING) {
[all …]
H A Dzend_operators.c357 ZEND_ASSERT(Z_TYPE_P(holder) == IS_LONG || Z_TYPE_P(holder) == IS_DOUBLE); in _zendi_try_convert_scalar_to_number()
369 if (Z_TYPE_P(op) == IS_LONG || Z_TYPE_P(op) == IS_DOUBLE) { in zendi_try_convert_scalar_to_number()
1092 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in add_function_fast()
1158 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in sub_function_fast()
1223 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in mul_function_fast()
1292 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in pow_function_base()
1385 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in div_function_base()
1724 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_and_function()
1806 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_xor_function()
2244 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in zend_compare()
[all …]
H A Dzend_execute.c389 if (Z_TYPE_P(ret) == IS_UNDEF) { in _get_zval_ptr_cv_BP_VAR_W()
775 if (Z_TYPE_P(zv) == IS_OBJECT) { in can_convert_to_string()
1047 if (Z_TYPE_P(zv) != IS_OBJECT) { in zend_value_instanceof_static()
1645 switch(Z_TYPE_P(dim)) { in zend_check_string_offset()
1951 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(copy) == IS_LONG) { in zend_incdec_typed_ref()
1982 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(copy) == IS_LONG) { in zend_incdec_typed_prop()
2337 switch (Z_TYPE_P(dim)) { in slow_index_convert()
2405 switch (Z_TYPE_P(dim)) { in slow_index_convert_w()
2754 switch (Z_TYPE_P(dim)) { in zend_fetch_dimension_address_read()
3839 if (Z_TYPE_P(pz) > 10) { in zend_check_symbol()
[all …]
H A Dzend_operators.h318 if (EXPECTED(Z_TYPE_P(op) == IS_STRING)) { in zval_get_tmp_string()
333 if (EXPECTED(Z_TYPE_P(op) == IS_STRING)) { in zval_try_get_string()
344 if (EXPECTED(Z_TYPE_P(op) == IS_STRING)) { in zval_try_get_tmp_string()
358 if (Z_TYPE_P(op) == IS_STRING) { in try_convert_to_string()
386 switch (Z_TYPE_P(op)) { in i_zend_is_true()
825 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { in fast_equal_check_function()
847 if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in fast_equal_check_long()
863 if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) { in fast_is_identical_function()
865 } else if (Z_TYPE_P(op1) <= IS_TRUE) { in fast_is_identical_function()
873 if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) { in fast_is_not_identical_function()
[all …]
H A Dzend_verify_type_inference.h47 if (Z_TYPE_P(value) == IS_INDIRECT) { in zend_verify_type_inference()
67 if (Z_TYPE_P(value) == IS_REFERENCE) { in zend_verify_type_inference()
74 if (!(type_mask & (1u << Z_TYPE_P(value)))) { in zend_verify_type_inference()
75 if (Z_TYPE_P(value) == IS_UNUSED && op_type == IS_VAR && (type_mask & MAY_BE_NULL)) { in zend_verify_type_inference()
78 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing type %d", type_mask, Z_TYPE_P(value)); in zend_verify_type_inference()
82 if (Z_TYPE_P(value) == IS_ARRAY) { in zend_verify_type_inference()
112 uint32_t array_type = 1u << (Z_TYPE_P(val) + MAY_BE_ARRAY_SHIFT); in zend_verify_type_inference()
114 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing array type %d", type_mask, Z_TYPE_P(val)); in zend_verify_type_inference()
H A Dzend_API.h2191 if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) { in zend_parse_arg_bool_ex()
2218 if (EXPECTED(Z_TYPE_P(arg) == IS_LONG)) { in zend_parse_arg_long_ex()
2243 if (EXPECTED(Z_TYPE_P(arg) == IS_DOUBLE)) { in zend_parse_arg_double()
2256 if (EXPECTED(Z_TYPE_P(arg) == IS_LONG || Z_TYPE_P(arg) == IS_DOUBLE)) { in zend_parse_arg_number()
2268 …if (EXPECTED(Z_TYPE_P(arg) == IS_LONG || Z_TYPE_P(arg) == IS_DOUBLE || Z_TYPE_P(arg) == IS_STRING)… in zend_parse_arg_number_or_str()
2280 if (EXPECTED(Z_TYPE_P(arg) == IS_STRING)) { in zend_parse_arg_str_ex()
2359 if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY) || in zend_parse_arg_array()
2372 if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY)) { in zend_parse_arg_array_ht()
2400 if (EXPECTED(Z_TYPE_P(arg) == IS_ARRAY)) { in zend_parse_arg_array_ht_or_long()
2418 if (EXPECTED(Z_TYPE_P(arg) == IS_OBJECT) && in zend_parse_arg_object()
[all …]
H A Dzend_exceptions.c119 while (Z_TYPE_P(ancestor) == IS_OBJECT) { in zend_exception_set_previous()
128 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
337 if (Z_TYPE_P(pvalue) != IS_NULL && Z_TYPE_P(pvalue) != type) { \
504 if (Z_TYPE_P(arg) <= IS_STRING) { in _build_trace_args()
508 switch (Z_TYPE_P(arg)) { in _build_trace_args()
540 if (Z_TYPE_P(file) != IS_STRING) { in _build_trace_string()
547 if (Z_TYPE_P(tmp) == IS_LONG) { in _build_trace_string()
567 if (Z_TYPE_P(tmp) == IS_ARRAY) { in _build_trace_string()
598 if (Z_TYPE_P(frame) != IS_ARRAY) { in zend_trace_to_string()
631 ZEND_ASSERT(Z_TYPE_P(trace) == IS_ARRAY); in ZEND_METHOD()
[all …]
H A Dzend_object_handlers.c728 if (Z_TYPE_P(rv) != IS_UNDEF) { in zend_std_read_property()
1183 if (Z_TYPE_P(slot) != IS_UNDEF) { in zend_std_unset_property()
1562 if (Z_TYPE_P(p) == IS_INDIRECT) { in zend_class_init_statics()
1697 if (Z_TYPE_P(o1) != Z_TYPE_P(o2)) { in zend_std_compare_objects()
1703 if (Z_TYPE_P(o1) == IS_OBJECT) { in zend_std_compare_objects()
1713 uint8_t target_type = (Z_TYPE_P(value) == IS_FALSE || Z_TYPE_P(value) == IS_TRUE) in zend_std_compare_objects()
1714 ? _IS_BOOL : Z_TYPE_P(value); in zend_std_compare_objects()
1773 if (Z_TYPE_P(p1) != IS_UNDEF) { in zend_std_compare_objects()
1774 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
1787 if (Z_TYPE_P(p2) != IS_UNDEF) { in zend_std_compare_objects()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c387 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_r_helper()
529 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_is_helper()
669 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_isset_helper()
775 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_rw_helper()
907 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_w_helper()
1033 switch(Z_TYPE_P(dim)) { in zend_check_string_offset()
1123 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_str_is_helper()
2333 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(ret) == IS_LONG) { in zend_jit_post_inc_typed_ref()
2352 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(ret) == IS_LONG) { in zend_jit_post_dec_typed_ref()
2818 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(result) == IS_LONG) { in zend_jit_post_inc_typed_prop()
[all …]
H A Dzend_jit_vm_helpers.c674 op1_type = Z_TYPE_P(zv);
679 op1_type = Z_TYPE_P(zv);
684 op1_type = Z_TYPE_P(zv);
719 op2_type = Z_TYPE_P(zv);
722 op2_type = Z_TYPE_P(zv);
727 op2_type = Z_TYPE_P(zv);
747 op3_type = Z_TYPE_P(zv);
750 op3_type = Z_TYPE_P(zv);
755 op3_type = Z_TYPE_P(zv);
787 op1_type = Z_TYPE_P(arr);
[all …]
/php-src/ext/soap/
H A Dphp_http.c37 if (Z_TYPE_P(login) == IS_STRING) { in proxy_authentication()
63 if (Z_TYPE_P(login) == IS_STRING && Z_TYPE_P(use_digest) != IS_TRUE) { in basic_authentication()
169 if (Z_TYPE_P(proxy_host) == IS_STRING && Z_TYPE_P(proxy_port) == IS_LONG) { in http_connect()
191 if (Z_TYPE_P(tmp) == IS_LONG) { in http_connect()
279 if (Z_TYPE_P(tmp) == IS_LONG) { in http_connect()
370 if (Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
418 if (Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
437 if (Z_TYPE_P(tmp) == IS_LONG) in make_http_soap_request()
625 Z_TYPE_P(tmp) == IS_STRING && in make_http_soap_request()
688 Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
[all …]
H A Dsoap.c623 if (t_ns && t_code && Z_TYPE_P(t_ns) == IS_STRING && Z_TYPE_P(t_code) == IS_STRING) { in PHP_METHOD()
893 Z_TYPE_P(tmp) == IS_ARRAY) { in PHP_METHOD()
898 Z_TYPE_P(tmp) == IS_ARRAY && in PHP_METHOD()
904 Z_TYPE_P(tmp) == IS_LONG) { in PHP_METHOD()
1950 Z_TYPE_P(tmp) == IS_LONG &&
2060 Z_TYPE_P(tmp) == IS_ARRAY) {
2065 Z_TYPE_P(tmp) == IS_ARRAY &&
2071 Z_TYPE_P(tmp) == IS_LONG) {
2103 Z_TYPE_P(tmp) == IS_LONG) {
3914 if (Z_TYPE_P(name) == IS_STRING && Z_TYPE_P(ns) == IS_STRING) {
[all …]
H A Dphp_encoding.c294 if (Z_TYPE_P(data) == IS_OBJECT) { in soap_check_zval_ref()
394 if (Z_TYPE_P(ztype) != IS_LONG) { in master_to_xml_int()
401 if (Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
843 if (Z_TYPE_P(data) == IS_STRING) { in to_xml_string()
927 if (Z_TYPE_P(data) == IS_STRING) { in to_xml_base64()
957 if (Z_TYPE_P(data) != IS_STRING) { in to_xml_hexbin()
1060 if (Z_TYPE_P(data) == IS_DOUBLE) { in to_xml_long()
2265 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_array()
2670 if (Z_TYPE_P(data) == IS_ARRAY) { in to_xml_map()
2867 if (Z_TYPE_P(data) == IS_LONG) { in to_xml_datetime_ex()
[all …]
/php-src/Zend/Optimizer/
H A Dsccp.c174 if (Z_TYPE_P(value) != Z_TYPE_P(new) in set_value()
344 switch (Z_TYPE_P(op)) { in zval_to_string_offset()
360 switch (Z_TYPE_P(op2)) { in fetch_array_elem()
448 switch (Z_TYPE_P(key)) { in ct_eval_del_array_elem()
489 switch (Z_TYPE_P(key)) { in ct_eval_add_array_elem()
590 switch (Z_TYPE_P(op2)) { in fetch_obj_prop()
629 switch (Z_TYPE_P(key)) { in ct_eval_del_obj_prop()
672 if (Z_TYPE_P(op1) != IS_LONG && Z_TYPE_P(op1) != IS_DOUBLE && Z_TYPE_P(op1) != IS_NULL) { in ct_eval_incdec()
744 if (Z_TYPE_P(op1) != IS_STRING && Z_TYPE_P(op1) != IS_LONG && Z_TYPE_P(op1) != IS_NULL) { in ct_eval_array_key_exists()
936 if (Z_TYPE_P(op1) == IS_NULL || Z_TYPE_P(op1) == IS_FALSE) { in sccp_visit_instr()
[all …]
H A Dzend_inference.h44 return (Z_TYPE_P(zv) == IS_LONG); \
59 if (Z_TYPE_P(zv) == IS_LONG) { \
76 if (Z_TYPE_P(zv) == IS_LONG) { \
93 if (Z_TYPE_P(zv) == IS_LONG) { \
110 if (Z_TYPE_P(zv) == IS_LONG) { \
149 if (Z_TYPE_P(zv) == IS_CONSTANT_AST) { in END_EXTERN_C()
151 } else if (Z_TYPE_P(zv) == IS_ARRAY) { in END_EXTERN_C()
154 uint32_t tmp = (1 << Z_TYPE_P(zv)); in END_EXTERN_C()
158 } else if (Z_TYPE_P(zv) == IS_STRING) { in END_EXTERN_C()
/php-src/ext/standard/
H A Dhttp.c60 switch (Z_TYPE_P(scalar)) { in php_url_encode_scalar()
126 if (Z_TYPE_P(zdata) == IS_INDIRECT) { in php_url_encode_hash_ex()
158 if (Z_TYPE_P(zdata) == IS_ARRAY || Z_TYPE_P(zdata) == IS_OBJECT) { in php_url_encode_hash_ex()
200 …php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, new_prefix, (Z_TYPE_P(zdata) == IS_OBJECT… in php_url_encode_hash_ex()
203 } else if (Z_TYPE_P(zdata) == IS_NULL || Z_TYPE_P(zdata) == IS_RESOURCE) { in php_url_encode_hash_ex()
237 …ASH_OF(formdata), &formstr, prefix, prefix_len, /* key_prefix */ NULL, (Z_TYPE_P(formdata) == IS_O… in PHP_FUNCTION()
247 if (Z_TYPE_P(option) == IS_STRING) { in cache_request_parse_body_option()
254 } else if (Z_TYPE_P(option) == IS_LONG) { in cache_request_parse_body_option()
H A Darray.c658 switch (Z_TYPE_P(array)) { in PHP_FUNCTION()
1235 if (Z_TYPE_P(min) == IS_LONG) { in PHP_FUNCTION()
1297 if (Z_TYPE_P(lhs) == IS_LONG) {
1363 if (Z_TYPE_P(max) == IS_LONG) { in PHP_FUNCTION()
1425 if (Z_TYPE_P(lhs) == IS_LONG) {
1503 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_array_walk()
1509 if (Z_TYPE_P(zv) != IS_REFERENCE && Z_TYPE_P(array) == IS_OBJECT) { in php_array_walk()
1646 if (Z_TYPE_P(value) == IS_LONG) { in _php_search_array()
1678 if (Z_TYPE_P(value) == IS_LONG) { in _php_search_array()
2898 switch (Z_TYPE_P(input)) {
[all …]
H A Dvar.c77 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_object_property_dump()
104 switch (Z_TYPE_P(struc)) { in php_var_dump()
177 if (Z_TYPE_P(val) == IS_INDIRECT) { in php_var_dump()
293 switch (Z_TYPE_P(struc)) { in php_debug_zval_dump()
497 switch (Z_TYPE_P(struc)) { in php_var_export_ex()
805 if (Z_TYPE_P(retval) != IS_ARRAY) { in php_var_serialize_call_magic_serialize()
823 if (Z_TYPE_P(val) == IS_INDIRECT) { in php_var_serialize_try_add_sleep_prop()
825 if (Z_TYPE_P(val) == IS_UNDEF) { in php_var_serialize_try_add_sleep_prop()
946 if (Z_TYPE_P(data) == IS_ARRAY) { in php_var_serialize_nested_data()
1010 switch (Z_TYPE_P(struc)) { in php_var_serialize_intern()
[all …]
H A Dphp_mail.h27 if (Z_TYPE_P(val) == IS_STRING) { \
29 } else if (Z_TYPE_P(val) == IS_ARRAY) { \
43 if (Z_TYPE_P(val) == IS_STRING) { \
45 } else if (Z_TYPE_P(val) == IS_ARRAY) { \
H A Dtype.c49 switch (Z_TYPE_P(arg)) { in PHP_FUNCTION()
154 if (Z_TYPE_P(num) != IS_STRING || base == 10) { in PHP_FUNCTION()
248 if (Z_TYPE_P(arg) == type) { in php_is_type()
288 RETURN_BOOL(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE); in PHP_FUNCTION()
347 switch (Z_TYPE_P(arg)) { in _zend_is_numeric()
398 switch (Z_TYPE_P(arg)) { in PHP_FUNCTION()
/php-src/ext/spl/
H A Dspl_array.c261 switch (Z_TYPE_P(offset)) { in get_hash_key()
553 if (Z_TYPE_P(data) != IS_UNDEF) { in spl_array_unset_dimension_ex()
938 ZEND_ASSERT(Z_TYPE_P(array) == IS_ARRAY || Z_TYPE_P(array) == IS_OBJECT); in spl_array_set_array()
939 if (Z_TYPE_P(array) == IS_ARRAY) { in spl_array_set_array()
1349 || (Z_TYPE_P(array) != IS_ARRAY && Z_TYPE_P(array) != IS_OBJECT)) { in PHP_METHOD()
1356 if (Z_TYPE_P(array) == IS_ARRAY) { in PHP_METHOD()
1454 Z_TYPE_P(flags_zv) != IS_LONG || Z_TYPE_P(members_zv) != IS_ARRAY || in PHP_METHOD()
1470 if (Z_TYPE_P(storage_zv) != IS_OBJECT && Z_TYPE_P(storage_zv) != IS_ARRAY) { in PHP_METHOD()
1567 && Z_TYPE_P(data) != IS_REFERENCE in spl_array_it_get_current_data()
1741 if (Z_TYPE_P(entry) == IS_UNDEF) { in PHP_METHOD()
[all …]
/php-src/ext/tokenizer/
H A Dtokenizer.c71 ZEND_ASSERT(Z_TYPE_P(id) == IS_LONG); in ZEND_GET_MODULE()
84 ZEND_ASSERT(Z_TYPE_P(text_zval) == IS_STRING); in php_token_get_text()
150 if (Z_TYPE_P(kind) == IS_LONG) { in PHP_METHOD()
157 } else if (Z_TYPE_P(kind) == IS_STRING) { in PHP_METHOD()
164 } else if (Z_TYPE_P(kind) == IS_ARRAY) { in PHP_METHOD()
169 if (Z_TYPE_P(entry) == IS_LONG) { in PHP_METHOD()
179 } else if (Z_TYPE_P(entry) == IS_STRING) { in PHP_METHOD()
394 if (Z_TYPE_P(token_zv) == IS_ARRAY) { in extract_token_id_to_replace()
397 } else if (Z_TYPE_P(token_zv) == IS_OBJECT) { in extract_token_id_to_replace()
406 ZEND_ASSERT(Z_TYPE_P(text_zv) == IS_STRING); in extract_token_id_to_replace()
/php-src/ext/filter/
H A Dfilter.c254 if (Z_TYPE_P(value) == IS_OBJECT) { in php_zval_filter()
276 if (options && Z_TYPE_P(options) == IS_ARRAY && in php_zval_filter()
277 ((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_P(value) == IS_NULL) || in php_zval_filter()
368 if (Z_TYPE_P(value) == IS_ARRAY) { in php_zval_filter_recursive()
378 if (Z_TYPE_P(element) == IS_ARRAY) { in php_zval_filter_recursive()
424 if (array_ptr && Z_TYPE_P(array_ptr) != IS_ARRAY) { in php_filter_get_storage()
483 if (Z_TYPE_P(option) == IS_ARRAY) { in php_filter_call()
501 if (Z_TYPE_P(filtered) == IS_ARRAY) { in php_filter_call()
564 Z_TYPE_P(arg_elm) == IS_ARRAY ? Z_ARRVAL_P(arg_elm) : NULL, in php_filter_array_handler()
565 Z_TYPE_P(arg_elm) == IS_ARRAY ? 0 : zval_get_long(arg_elm), in php_filter_array_handler()
[all …]
/php-src/ext/intl/collator/
H A Dcollator_convert.c46 if( Z_TYPE_P( hashData ) != IS_STRING ) in collator_convert_hash_item_from_utf8_to_utf16()
86 if( Z_TYPE_P( hashData ) != IS_STRING ) in collator_convert_hash_item_from_utf16_to_utf8()
210 if( Z_TYPE_P( obj ) != IS_OBJECT ) in collator_convert_object_to_string()
291 if( Z_TYPE_P(num) == IS_LONG ) in collator_convert_string_to_double()
315 if( Z_TYPE_P( str ) != IS_STRING ) in collator_convert_string_to_number_if_possible()
348 if (Z_TYPE_P(arg) == IS_STRING) { in collator_zval_to_string()
371 if( Z_TYPE_P( arg ) != IS_STRING ) in collator_normalize_sort_argument()

Completed in 429 milliseconds

123456789