Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_vm_def.h745 const uint32_t orig_val_type = Z_TYPE_INFO_P(val);
747 if (OP1_TYPE == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
4855 const uint32_t orig_val_type = Z_TYPE_INFO_P(val);
4857 if (OP1_TYPE == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
H A Dzend_vm_execute.h2484 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
2486 if (IS_CONST == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
3061 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
3063 if (IS_CONST == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
12100 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
12102 if ((IS_TMP_VAR|IS_VAR) == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
12364 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
36424 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
36426 if (IS_CV == IS_CV && UNEXPECTED(orig_val_type == IS_UNDEF)) {
37253 const uint32_t orig_val_type = Z_TYPE_INFO_P(val); local
[all …]

Completed in 173 milliseconds