Home
last modified time | relevance | path

Searched refs:orig_val_type (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_vm_def.h762 const uint32_t orig_val_type = Z_TYPE_INFO_P(val);
764 if (OP1_TYPE == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
4761 const uint32_t orig_val_type = Z_TYPE_INFO_P(val);
4763 if (OP1_TYPE == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
H A Dzend_vm_execute.h2657 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
2659 if (IS_CONST == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
3191 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
3193 if (IS_CONST == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
32874 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
32876 if (IS_CV == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
33714 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
33716 if (IS_CV == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
48549 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
48551 if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
[all …]

Completed in 191 milliseconds