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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user