Searched refs:resourcebundle_get (Results 1 – 4 of 4) sorted by relevance
263 PHP_FUNCTION( resourcebundle_get ) in PHP_FUNCTION() argument
546 function resourcebundle_get(ResourceBundle $bundle, string|int $index, bool $fallback = true): Reso… function
937 ZEND_FUNCTION(resourcebundle_get);1124 ZEND_FE(resourcebundle_get, arginfo_resourcebundle_get)
427 return $GLOBALS['oo-mode'] ? $bundle->get($idx):resourcebundle_get($bundle, $idx);
Completed in 25 milliseconds