Home
last modified time | relevance | path

Searched refs:resourcebundle_get (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c263 PHP_FUNCTION( resourcebundle_get ) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php546 function resourcebundle_get(ResourceBundle $bundle, string|int $index, bool $fallback = true): Reso… function
H A Dphp_intl_arginfo.h937 ZEND_FUNCTION(resourcebundle_get);
1124 ZEND_FE(resourcebundle_get, arginfo_resourcebundle_get)
/php-src/ext/intl/tests/
H A Dut_common.inc427 return $GLOBALS['oo-mode'] ? $bundle->get($idx):resourcebundle_get($bundle, $idx);

Completed in 25 milliseconds