Home
last modified time | relevance | path

Searched refs:variant (Results 1 – 25 of 102) sorted by last modified time

12345

/php-src/ext/mbstring/
H A Dmbstring.c2149 static void php_mb_strstr_variants(INTERNAL_FUNCTION_PARAMETERS, unsigned int variant) in php_mb_strstr_variants() argument
2169 if (variant == MB_STRRCHR || variant == MB_STRRICHR) { in php_mb_strstr_variants()
2173 if (variant == MB_STRISTR || variant == MB_STRRICHR) { in php_mb_strstr_variants()
/php-src/Zend/tests/generators/
H A Dgh11028_2.phpt2 GH-11028 (Heap Buffer Overflow in zval_undefined_cv with generators) - original variant
/php-src/ext/intl/
H A Dphp_intl.stub.php456 function idn_to_ascii(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_U… argument
459 function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_UT… argument
H A Dphp_intl_arginfo.h503 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, variant, IS_LONG, 0, "INTL_IDNA_VARIANT_UTS46")
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp91 int variant; in _php_intlgregcal_constructor_body() local
109 for (variant = ZEND_NUM_ARGS(); in _php_intlgregcal_constructor_body()
110 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
111 variant--) {} in _php_intlgregcal_constructor_body()
112 if (variant == 4) { in _php_intlgregcal_constructor_body()
118 if (variant <= 2) { in _php_intlgregcal_constructor_body()
144 if (variant <= 2) { in _php_intlgregcal_constructor_body()
180 for (int i = 0; i < variant; i++) { in _php_intlgregcal_constructor_body()
184 if (variant == 3) { in _php_intlgregcal_constructor_body()
187 } else if (variant == 5) { in _php_intlgregcal_constructor_body()
[all …]
/php-src/ext/xsl/tests/
H A Dbug71571_b.phpt2 Request #71571 (XSLT processor should provide option to change maxDepth) - variant B
H A Dbug71571_a.phpt2 Request #71571 (XSLT processor should provide option to change maxDepth) - variant A
/php-src/
H A Dphp.ini-development81 ; php.ini-development is very similar to its production variant, except it is
H A Dphp.ini-production81 ; php.ini-development is very similar to its production variant, except it is
/php-src/ext/com_dotnet/
H A Dcom_variant.c434 PHP_METHOD(variant, __construct) in PHP_METHOD() argument
H A Dcom_extension_arginfo.h5 ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
9 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_variant_add, 0, 2, variant, 0)
38 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_variant_abs, 0, 1, variant, 0)
50 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_variant_round, 0, 2, variant, 1)
63 ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
71 ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
75 ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
80 ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
93 ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
99 ZEND_ARG_OBJ_TYPE_MASK(0, variant, variant, MAY_BE_STRING, NULL)
[all …]
H A Dcom_persist_arginfo.h5 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, variant, variant, 1, "null")
/php-src/ext/random/tests/01_functions/
H A Dmt_srand_unknown_mode.phpt21 Deprecated: The MT_RAND_PHP variant of Mt19937 is deprecated in %s on line %d
/php-src/ext/xml/tests/
H A Dbug26614_libxml_gte2_11.phpt9 if (LIBXML_VERSION < 21100) die('skip libxml2 test variant for version >= 2.11');
H A Dbug26614_libxml_pre2_11.phpt9 if (LIBXML_VERSION >= 21100) die('skip libxml2 test variant for version < 2.11');
/php-src/ext/date/tests/
H A DcreateFromTimestamp_32bit.phpt2 Tests for DateTime[Immutable]::createFromTimestamp 32bit variant
/php-src/docs/source/core/data-structures/
H A Dzval.rst132 there's a ``_P``-suffixed variant that performs the same operation on a pointer to the given
/php-src/ext/com_dotnet/tests/
H A Dgh8778.phpt14 new variant($int) + 1
/php-src/ext/sodium/
H A Dlibsodium.c2520 zend_long variant; in PHP_FUNCTION() local
2525 &bin, &bin_len, &variant) == FAILURE) { in PHP_FUNCTION()
2529 if ((((unsigned int) variant) & ~ 0x6U) != 0x1U) { in PHP_FUNCTION()
2537 b64_len = sodium_base64_ENCODED_LEN(bin_len, variant); in PHP_FUNCTION()
2539 sodium_bin2base64(ZSTR_VAL(b64), b64_len, bin, bin_len, (int) variant); in PHP_FUNCTION()
2550 zend_long variant; in PHP_FUNCTION() local
2557 &b64, &b64_len, &variant, in PHP_FUNCTION()
2562 if ((((unsigned int) variant) & ~ 0x6U) != 0x1U) { in PHP_FUNCTION()
2570 ignore, &bin_real_len, &end, (int) variant) != 0 || in PHP_FUNCTION()
/php-src/ext/intl/tests/
H A Dcalendar_set_error.phpt48 IntlCalendar::set() has no variant with exactly 4 parameters
H A Dgregoriancalendar___construct_error.phpt50 No variant with 4 arguments (excluding trailing NULLs)
53 No variant with 4 arguments (excluding trailing NULLs)
/php-src/ext/dom/tests/
H A DDOMDocument_loadXML_error1_gte2_12.phpt5 if (LIBXML_VERSION < 21200) die('skip libxml2 test variant for version >= 2.12');
H A DDOMDocument_loadXML_error2_gte2_11.phpt5 if (LIBXML_VERSION < 21100 || LIBXML_VERSION >= 21200) die('skip libxml2 test variant for version >…
H A DDOMDocument_loadXML_error2_gte2_12.phpt5 if (LIBXML_VERSION < 21200) die('skip libxml2 test variant for version >= 2.12');
H A DDOMDocument_loadXML_error1.phpt5 if (LIBXML_VERSION >= 21200) die('skip libxml2 test variant for version < 2.12');

Completed in 91 milliseconds

12345