Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c817 static int is_null_constant(zend_class_entry *scope, zval *default_value) in is_null_constant() function
1033 …arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(scope, defaul… in zend_check_type()
1040 …arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(scope, defaul… in zend_check_type()
1045 …if (Z_TYPE_P(arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(… in zend_check_type()

Completed in 17 milliseconds