Searched refs:dim_type (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_execute.c | 2438 if (ZEND_CONST_COND(dim_type != IS_CONST, 1)) { in zend_fetch_dimension_address_inner() 2445 retval = zend_hash_find_ex(ht, offset_key, ZEND_CONST_COND(dim_type == IS_CONST, 0)); in zend_fetch_dimension_address_inner() 2566 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address() 2568 } else if (dim_type == IS_CONST && Z_EXTRA_P(dim) == ZEND_EXTRA_VALUE) { in zend_fetch_dimension_address() 2626 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address() 2646 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_W EXECUTE_DATA_CC); in zend_fetch_dimension_address_W() 2652 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_RW EXECUTE_DATA_CC); in zend_fetch_dimension_address_RW() 2658 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_UNSET EXECUTE_DATA_CC); in zend_fetch_dimension_address_UNSET() 2771 if (ZEND_CONST_COND(dim_type == IS_CV, 1) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address_read() 2774 if (dim_type == IS_CONST && Z_EXTRA_P(dim) == ZEND_EXTRA_VALUE) { in zend_fetch_dimension_address_read() [all …]
|
/PHP-8.1/ext/ffi/ |
H A D | ffi.c | 1311 zend_ffi_type *dim_type; in zend_ffi_cdata_read_dim() local 1324 dim_type = type->array.type; in zend_ffi_cdata_read_dim() 1326 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_read_dim() 1329 type->array.type = dim_type = zend_ffi_remember_type(dim_type); in zend_ffi_cdata_read_dim() 1341 dim_type = type->pointer.type; in zend_ffi_cdata_read_dim() 1343 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_read_dim() 1346 type->pointer.type = dim_type = zend_ffi_remember_type(dim_type); in zend_ffi_cdata_read_dim() 1888 zend_ffi_type *dim_type; in zend_ffi_cdata_it_get_current_data() local 1895 dim_type = type->array.type; in zend_ffi_cdata_it_get_current_data() 1897 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_it_get_current_data() [all …]
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_inference.c | 2169 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, zend_uchar dim_op_type) { in assign_dim_array_result_type() argument 2183 if (dim_type & (MAY_BE_LONG|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_RESOURCE|MAY_BE_DOUBLE)) { in assign_dim_array_result_type() 2189 if (dim_type & MAY_BE_STRING) { in assign_dim_array_result_type() 2199 if (dim_type & (MAY_BE_UNDEF|MAY_BE_NULL)) { in assign_dim_array_result_type() 2213 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, zend_uchar dim_op_type) { in assign_dim_result_type() argument 2227 tmp |= assign_dim_array_result_type(arr_type, dim_type, value_type, dim_op_type); in assign_dim_result_type()
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 5694 if (dim_type == IS_UNDEF && type == BP_VAR_W && packed_loaded) { 6905 if (dim_type != IS_UNKNOWN 6906 && dim_type != IS_UNDEF 6922 if (not_found_exit_addr && dim_type != IS_REFERENCE) { 6923 | IF_NOT_Z_TYPE, r0, dim_type, ¬_found_exit_addr 6924 var_info = (1 << dim_type) | (var_info & ~(MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_REF)); 11939 uint8_t dim_type) 12192 && dim_type != IS_UNKNOWN 12193 && dim_type != IS_REFERENCE) { 12301 uint8_t dim_type) [all …]
|
H A D | zend_jit_arm64.dasc | 5166 if (dim_type == IS_UNDEF && type == BP_VAR_W) { 6338 if (dim_type != IS_UNKNOWN 6339 && dim_type != IS_UNDEF 6355 if (not_found_exit_addr && dim_type != IS_REFERENCE) { 6356 | IF_NOT_Z_TYPE, REG0, dim_type, ¬_found_exit_addr, TMP1w 6357 var_info = (1 << dim_type) | (var_info & ~(MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_REF)); 11203 uint8_t dim_type) 11439 && dim_type != IS_UNKNOWN 11440 && dim_type != IS_REFERENCE) { 11550 uint8_t dim_type) [all …]
|
Completed in 171 milliseconds