Home
last modified time | relevance | path

Searched defs:zend_internal_type_error (Results 1 – 5 of 5) sorted by relevance

/dports/lang/php73/php-7.3.33/Zend/
H A Dzend.c1462 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error() function
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend.c1462 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error() function
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend.c1577 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error() function
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend.c1577 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error() function
/dports/devel/pecl-uv/uv-0.2.4/
H A Dphp_uv.c71 #define zend_internal_type_error(strict_types, ...) zend_type_error(__VA_ARGS__) macro