Searched refs:is_null_constant (Results 1 – 1 of 1) sorted by relevance
745 static int is_null_constant(zend_class_entry *scope, zval *default_value) in is_null_constant() function840 …arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(scope, defaul… in zend_check_type()847 …arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(scope, defaul… in zend_check_type()852 …if (Z_TYPE_P(arg) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(… in zend_check_type()
Completed in 11 milliseconds