mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
53fdcd718b
@ -237,6 +237,10 @@ PHP_FUNCTION(class_uses)
|
||||
Return an array containing the names of all clsses and interfaces defined in SPL */
|
||||
PHP_FUNCTION(spl_classes)
|
||||
{
|
||||
if (zend_parse_parameters_none() == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
||||
array_init(return_value);
|
||||
|
||||
SPL_LIST_CLASSES(return_value, 0, 0, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user