1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

php_spl.c: fix typo in spl_classes() description [skip ci]

This commit is contained in:
DanielEScherzer
2025-07-07 12:33:36 -07:00
committed by GitHub
parent 45d948f2da
commit 45215d0e78

View File

@@ -213,7 +213,7 @@ PHP_FUNCTION(class_uses)
SPL_ADD_CLASS(UnderflowException, z_list, sub, allow, ce_flags); \
SPL_ADD_CLASS(UnexpectedValueException, z_list, sub, allow, ce_flags); \
/* {{{ Return an array containing the names of all clsses and interfaces defined in SPL */
/* {{{ Return an array containing the names of all classes and interfaces defined in SPL */
PHP_FUNCTION(spl_classes)
{
if (zend_parse_parameters_none() == FAILURE) {