/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 8 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {} argument 14 …public static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… argument 30 public static function getLocales(string $bundle): array|false {} argument
|
H A D | resourcebundle_arginfo.h | 6 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 1) 12 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 1) 25 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 0)
|
/php-src/ext/intl/tests/ |
H A D | ut_common.inc | 414 return resourcebundle_create($locale, $bundle, $fallback); 417 function ut_resourcebundle_count($bundle ) 419 return $GLOBALS['oo-mode'] ? $bundle->count():resourcebundle_count($bundle); 421 function ut_resourcebundle_locales($bundle ) 423 … return $GLOBALS['oo-mode'] ? ResourceBundle::getLocales($bundle):resourcebundle_locales($bundle); 425 function ut_resourcebundle_get($bundle, $idx ) 427 return $GLOBALS['oo-mode'] ? $bundle->get($idx):resourcebundle_get($bundle, $idx); 429 function ut_resourcebundle_get_error_code($bundle ) 431 return $GLOBALS['oo-mode'] ? $bundle->getErrorCode():resourcebundle_get_error_code($bundle); 433 function ut_resourcebundle_get_error_message($bundle ) [all …]
|
H A D | resourcebundle_create.phpt | 60 2: resourcebundle_ctor: Cannot load libICU resource bundle: U_MISSING_RESOURCE_ERROR 62 2: resourcebundle_ctor: Cannot load libICU resource bundle: U_MISSING_RESOURCE_ERROR
|
H A D | resourcebundle_null_mandatory_args_variant_icu72-1.phpt | 2 ResourceBundle constructor bundle accepts NULL for first two arguments
|
H A D | resourcebundle_null_mandatory_args_variant2.phpt | 2 ResourceBundle constructor bundle accepts NULL for first two arguments
|
/php-src/ext/xml/tests/ |
H A D | bug35447.phpt | 13 <!DOCTYPE bundle [ 14 <!ELEMENT bundle (resource)+>
|
/php-src/sapi/apache2handler/ |
H A D | config.m4 | 96 dnl the linker does not recursively look at the bundle loader and pull in 105 MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS" 107 php_sapi_apache2handler_type=bundle
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 544 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… argument 546 function resourcebundle_get(ResourceBundle $bundle, string|int $index, bool $fallback = true): Reso… argument 548 function resourcebundle_count(ResourceBundle $bundle): int {} argument 554 function resourcebundle_locales(string $bundle): array|false {} argument 556 function resourcebundle_get_error_code(ResourceBundle $bundle): int {} argument 558 function resourcebundle_get_error_message(ResourceBundle $bundle): string {} argument
|
H A D | php_intl_arginfo.h | 632 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 1) 637 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0) 643 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0) 647 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 0) 653 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0)
|
/php-src/build/ |
H A D | Makefile.global | 21 libs/libphp.bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
|
H A D | php.m4 | 796 OVERALL_TARGET=libs/libphp.bundle 858 dnl its "type", how PHP is supposed to be built (static, shared, bundle, or 897 bundle[)] PHP_BUILD_BUNDLE;;
|
H A D | libtool.m4 | 3129 …_LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \… 3131 …_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplib… 3141 …_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compil… 3144 …put_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$… 5827 …_LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \… 5829 …_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplib… 5835 …_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compil… 5838 …put_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$…
|
H A D | ltmain.sh | 2737 $EGREP ": [^:]* bundle" >/dev/null ; then
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 24617 >12 belong 8 bundle 24618 # normally name extension bundle; but exceptions like: AMDil_r700.dylib 24619 !:ext bundle/dylib/ 24622 >12 belong 11 kext bundle 24824 >73 byte &0x20 \b, bundle 26194 0 string HG10 Mercurial changeset bundle 33491 # Type: Git bundles (git-bundle) 33493 0 string #\ v2\ git\ bundle\n Git bundle 33532 0 string HG10 Mercurial bundle, 33544 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
|
H A D | magic | 24617 >12 belong 8 bundle 24618 # normally name extension bundle; but exceptions like: AMDil_r700.dylib 24619 !:ext bundle/dylib/ 24622 >12 belong 11 kext bundle 24824 >73 byte &0x20 \b, bundle 26194 0 string HG10 Mercurial changeset bundle 33491 # Type: Git bundles (git-bundle) 33493 0 string #\ v2\ git\ bundle\n Git bundle 33532 0 string HG10 Mercurial bundle, 33544 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
|