Home
last modified time | relevance | path

Searched refs:zend_check_string_offset (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_execute.c1138 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type) in zend_check_string_offset() function
1303 offset = zend_check_string_offset(dim, BP_VAR_W); in zend_assign_to_string_offset()
1705 zend_check_string_offset(dim, type); in zend_fetch_dimension_address()
H A Dzend_vm_execute.h17598 zend_check_string_offset(dim, BP_VAR_RW);
21018 zend_check_string_offset(dim, BP_VAR_RW);
22391 zend_check_string_offset(dim, BP_VAR_RW);
25338 zend_check_string_offset(dim, BP_VAR_RW);
37065 zend_check_string_offset(dim, BP_VAR_RW);
41677 zend_check_string_offset(dim, BP_VAR_RW);
44163 zend_check_string_offset(dim, BP_VAR_RW);
48236 zend_check_string_offset(dim, BP_VAR_RW);
H A Dzend_vm_def.h893 zend_check_string_offset(dim, BP_VAR_RW);

Completed in 155 milliseconds