Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php8 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 Dresourcebundle_arginfo.h6 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 Dut_common.inc414 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 Dresourcebundle_create.phpt60 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 Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dresourcebundle_null_mandatory_args_variant_icu72-1.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
H A Dresourcebundle_null_mandatory_args_variant2.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
/php-src/ext/xml/tests/
H A Dbug35447.phpt13 <!DOCTYPE bundle [
14 <!ELEMENT bundle (resource)+>
/php-src/sapi/apache2handler/
H A Dconfig.m496 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 Dphp_intl.stub.php546 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… argument
548 function resourcebundle_get(ResourceBundle $bundle, string|int $index, bool $fallback = true): Reso… argument
550 function resourcebundle_count(ResourceBundle $bundle): int {} argument
556 function resourcebundle_locales(string $bundle): array|false {} argument
558 function resourcebundle_get_error_code(ResourceBundle $bundle): int {} argument
560 function resourcebundle_get_error_message(ResourceBundle $bundle): string {} argument
H A Dphp_intl_arginfo.h634 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 1)
639 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0)
645 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0)
649 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 0)
655 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0)
/php-src/build/
H A DMakefile.global21 libs/libphp.bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
H A Dphp.m4796 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 Dlibtool.m43129 …_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 Dltmain.sh2737 $EGREP ": [^:]* bundle" >/dev/null ; then
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます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 Dmagic24617 >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

Completed in 231 milliseconds