Searched refs:resourcebundle_count (Results 1 – 5 of 5) sorted by relevance
40 ZEND_FUNCTION(resourcebundle_count);51 ZEND_ME_MAPPING(count, resourcebundle_count, arginfo_class_ResourceBundle_count, ZEND_ACC_PUBLIC)
272 PHP_FUNCTION( resourcebundle_count ) in PHP_FUNCTION() argument
937 ZEND_FUNCTION(resourcebundle_count);1127 ZEND_FE(resourcebundle_count, arginfo_resourcebundle_count)
547 function resourcebundle_count(ResourceBundle $bundle): int {} function
419 return $GLOBALS['oo-mode'] ? $bundle->count():resourcebundle_count($bundle);
Completed in 14 milliseconds