/PHP-8.0/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 7 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {} argument 13 public static function create(?string $locale, ?string $bundle, bool $fallback = true) {} argument 32 public static function getLocales(string $bundle) {} argument
|
H A D | resourcebundle_arginfo.h | 6 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 1) 21 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 0)
|
/PHP-8.0/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_variant2.phpt | 2 ResourceBundle constructor bundle accepts NULL for first two arguments
|
H A D | resourcebundle_null_mandatory_args.phpt | 2 ResourceBundle constructor bundle accepts NULL for first two arguments
|
/PHP-8.0/ext/xml/tests/ |
H A D | bug35447.phpt | 12 <!DOCTYPE bundle [ 13 <!ELEMENT bundle (resource)+>
|
/PHP-8.0/sapi/apache2handler/ |
H A D | config.m4 | 91 dnl linker does not recursively look at the bundle loader and pull in its 99 MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS" 101 …PHP_SELECT_SAPI(apache2handler, bundle, mod_php.c sapi_apache2.c apache_config.c php_functions.c, …
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 350 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB… argument 353 function resourcebundle_get(ResourceBundle $bundle, $index, bool $fallback = true): mixed {} argument 355 function resourcebundle_count(ResourceBundle $bundle): int {} argument 357 function resourcebundle_locales(string $bundle): array|false {} argument 359 function resourcebundle_get_error_code(ResourceBundle $bundle): int {} argument 361 function resourcebundle_get_error_message(ResourceBundle $bundle): string {} argument
|
H A D | php_intl_arginfo.h | 629 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 1) 634 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0) 640 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0) 644 ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 0) 650 ZEND_ARG_OBJ_INFO(0, bundle, ResourceBundle, 0)
|
/PHP-8.0/build/ |
H A D | Makefile.global | 22 libs/libphp.bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
|
H A D | php.m4 | 777 OVERALL_TARGET=libs/libphp.bundle 842 dnl Selects the SAPI name and type (static, shared, bundle, program) and 875 bundle[)] PHP_BUILD_BUNDLE;;
|
H A D | libtool.m4 | 3121 …_LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \… 3123 …_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplib… 3133 …_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compil… 3136 …put_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$… 5819 …_LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \… 5821 …_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplib… 5827 …_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compil… 5830 …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-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 272 unsigned int (*extract) (tilegx_bundle_bits bundle);
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 20222 >12 belong 8 bundle 20225 >12 belong 11 kext bundle 20424 >73 byte &0x20 \b, bundle 21587 0 string HG10 Mercurial changeset bundle 27266 # Type: Git bundles (git-bundle) 27268 0 string #\ v2\ git\ bundle\n Git bundle 27307 0 string HG10 Mercurial bundle, 27319 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
|
H A D | magic | 20222 >12 belong 8 bundle 20225 >12 belong 11 kext bundle 20424 >73 byte &0x20 \b, bundle 21587 0 string HG10 Mercurial changeset bundle 27266 # Type: Git bundles (git-bundle) 27268 0 string #\ v2\ git\ bundle\n Git bundle 27307 0 string HG10 Mercurial bundle, 27319 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
|