Home
last modified time | relevance | path

Searched refs:array_type (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/tests/array/
H A Darray_search_variation2.phpt27 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
29 $array_type on elements in $misc_array using array_search();
33 foreach($array_type as $type) {
H A Din_array_variation2.phpt26 $array_type = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "PHP", "");
28 $array_type on elements in $misc_array using in_array();
32 foreach($array_type as $type) {
/php-src/Zend/
H A Dzend_verify_type_inference.h112 uint32_t array_type = 1u << (Z_TYPE_P(val) + MAY_BE_ARRAY_SHIFT); in zend_verify_type_inference() local
113 if (!(type_mask & array_type)) { in zend_verify_type_inference()
H A Dzend_execute.c1354 uint32_t array_type = 1u << (Z_TYPE_P(val) + MAY_BE_ARRAY_SHIFT); in zend_verify_internal_func_info() local
1355 if (!(type_mask & array_type)) { in zend_verify_internal_func_info()
/php-src/ext/soap/
H A Dphp_encoding.c2403 smart_str_0(&array_type); in to_xml_array()
2412 smart_str_free(&array_type); in to_xml_array()
2415 smart_str_appendc(&array_type, '['); in to_xml_array()
2417 smart_str_appendc(&array_type, ']'); in to_xml_array()
2418 smart_str_0(&array_type); in to_xml_array()
2426 smart_str_0(&array_type); in to_xml_array()
2432 smart_str_free(&array_type); in to_xml_array()
3581 smart_str array_type = {0}; in get_array_type() local
3594 smart_str_0(&array_type); in get_array_type()
3596 enc = get_encoder_ex(SOAP_GLOBAL(sdl), ZSTR_VAL(array_type.s), ZSTR_LEN(array_type.s)); in get_array_type()
[all …]

Completed in 33 milliseconds