Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_verify_type_inference.h35 #define ZEND_VERIFY_TYPE_INFERENCE_ERROR(msg, ...) \ macro
49 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x mising MAY_BE_INDIRECT", type_mask); in zend_verify_type_inference()
69 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing MAY_BE_REF", type_mask); in zend_verify_type_inference()
78 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing type %d", type_mask, Z_TYPE_P(value)); in zend_verify_type_inference()
89 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing MAY_BE_ARRAY_PACKED", type_mask); in zend_verify_type_inference()
92 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing MAY_BE_ARRAY_HASH", type_mask); in zend_verify_type_inference()
96 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing MAY_BE_ARRAY_EMPTY", type_mask); in zend_verify_type_inference()
102 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing MAY_BE_ARRAY_KEY_STRING", type_mask); in zend_verify_type_inference()
107 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing MAY_BE_ARRAY_KEY_LONG", type_mask); in zend_verify_type_inference()
114 ZEND_VERIFY_TYPE_INFERENCE_ERROR("mask 0x%x missing array type %d", type_mask, Z_TYPE_P(val)); in zend_verify_type_inference()

Completed in 5 milliseconds