/PHP-8.0/ext/com_dotnet/ |
H A D | com_extension.stub.php | 5 function variant_set(variant $variant, mixed $value): void {} argument 33 function variant_abs(mixed $value): variant {} 35 function variant_fix(mixed $value): variant {} 37 function variant_int(mixed $value): variant {} 39 function variant_neg(mixed $value): variant {} 47 function variant_date_to_timestamp(variant $variant): ?int {} argument 51 function variant_get_type(variant $variant): int {} argument 53 function variant_set_type(variant $variant, int $type): void {} argument 55 function variant_cast(variant $variant, int $type): variant {} argument 61 function com_event_sink(variant $variant, object $sink_object, array|string|null $sink_interface = … argument [all …]
|
H A D | com_extension_arginfo.h | 5 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 D | com_persist.stub.php | 7 public function __construct(?variant $variant = null) {} argument
|
H A D | com_persist_arginfo.h | 5 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, variant, variant, 1, "null")
|
/PHP-8.0/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 56 int variant; in _php_intlgregcal_constructor_body() local 66 for (variant = ZEND_NUM_ARGS(); in _php_intlgregcal_constructor_body() 67 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body() 68 variant--) {} in _php_intlgregcal_constructor_body() 69 if (variant == 4) { in _php_intlgregcal_constructor_body() 75 if (variant <= 2) { in _php_intlgregcal_constructor_body() 96 if (variant <= 2) { in _php_intlgregcal_constructor_body() 132 for (int i = 0; i < variant; i++) { in _php_intlgregcal_constructor_body() 140 if (variant == 3) { in _php_intlgregcal_constructor_body() 143 } else if (variant == 5) { in _php_intlgregcal_constructor_body() [all …]
|
/PHP-8.0/ext/com_dotnet/tests/ |
H A D | bug62474.phpt | 9 var_dump(com_event_sink(new variant, function() {}, array())); 10 var_dump(com_event_sink(new variant, new variant, 'a'));
|
H A D | bug77177.phpt | 11 $variant = new VARIANT; 12 foreach ([$com, $dotnet, $variant] as $object) { 20 $strings = ['C:3:"com":0:{}', 'C:6:"dotnet":0:{}', 'C:7:"variant":0:{}']; 29 $strings = ['O:3:"com":0:{}', 'O:6:"dotnet":0:{}', 'O:7:"variant":0:{}']; 37 Exception: Serialization of 'variant' is not allowed 40 Exception: Unserialization of 'variant' is not allowed 52 Warning: Erroneous data format for unserializing 'variant' in %s on line %d
|
H A D | bug79247.phpt | 2 Bug #79247 (Garbage collecting variant objects segfaults) 9 $keep = new variant(null);
|
H A D | bug63208.phpt | 10 $variant = new VARIANT($string, VT_ARRAY | VT_UI1, CP_UTF8); // Array of bytes 11 $converted = (string) $variant;
|
H A D | bug78694.phpt | 2 Bug #78694 (Appending to a variant array causes segfault) 9 foreach ([new com('WScript.Shell'), new variant([])] as $var) {
|
H A D | bug79248.phpt | 9 $v = new variant([], VT_ARRAY);
|
H A D | gh8778.phpt | 13 new variant($int) + 1
|
/PHP-8.0/ext/intl/tests/ |
H A D | idn_uts46_errors.phpt | 14 echo "bad variant:", "\n"; 39 bad variant: 41 Warning: idn_to_ascii(): idn_to_ascii: invalid variant, must be INTL_IDNA_VARIANT_UTS46 in %s on li…
|
H A D | gregoriancalendar___construct_error.phpt | 47 No variant with 4 arguments (excluding trailing NULLs) 48 No variant with 4 arguments (excluding trailing NULLs)
|
H A D | locale_get_all_variants.phpt | 33 foreach($variants_arr as $variant){ 34 $res_str .= "'$variant',";
|
H A D | timezone_createEnumeration_variation1.phpt | 2 IntlTimeZone::createEnumeration(): variant with offset
|
H A D | timezone_createEnumeration_variation2.phpt | 2 IntlTimeZone::createEnumeration(): variant with country
|
/PHP-8.0/Zend/tests/ |
H A D | bug78335_2.phpt | 2 Bug #78335: Static properties containing cycles report as leak (internal class variant)
|
H A D | ctor_promotion_interface.phpt | 2 Constructor promotion cannot be used inside an abstract constructor (interface variant)
|
H A D | exception_019.phpt | 2 Testing throw exception doesn't crash with wrong params, variant 2
|
H A D | exception_022.phpt | 2 Testing throw exception doesn't crash with wrong params, variant 4
|
/PHP-8.0/Zend/tests/type_declarations/ |
H A D | typed_properties_054.phpt | 2 Typed properties disallow callable (nullable variant)
|
/PHP-8.0/ext/intl/idn/ |
H A D | idn.c | 179 variant = INTL_IDN_VARIANT_UTS46; in php_intl_idn_handoff() local 185 &domain, &option, &variant, &idna_info) == FAILURE) { in php_intl_idn_handoff() 189 if (variant != INTL_IDN_VARIANT_UTS46) { in php_intl_idn_handoff()
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | bug50006_1.phpt | 2 Bug #50006 (Segfault caused by uksort()) - usort variant
|
H A D | bug50006_2.phpt | 2 Bug #50006 (Segfault caused by uksort()) - uasort variant
|