/PHP-8.4/ext/soap/tests/schema/ |
H A D | schema068.phpt | 2 SOAP XML Schema 68: Attribute with fixed value (3) 12 <attribute name="int" type="int" fixed="5"/> 19 Fatal error: SOAP-ERROR: Encoding: Attribute 'int' has fixed value '5' (value '4' is not allowed) i…
|
H A D | schema066.phpt | 2 SOAP XML Schema 66: Attribute with fixed value (1) 12 <attribute name="int" type="int" fixed="5"/>
|
H A D | schema067.phpt | 2 SOAP XML Schema 67: Attribute with fixed value (2) 12 <attribute name="int" type="int" fixed="5"/>
|
/PHP-8.4/ext/soap/ |
H A D | php_sdl.h | 126 char fixed; member 131 char fixed; member 207 char *fixed; member 246 char *fixed; member
|
H A D | php_schema.c | 836 if (fixed != NULL) { in schema_restriction_var_int() 863 if (fixed != NULL) { in schema_restriction_var_char() 2125 if (tmp->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup() 2126 attr->fixed = estrdup(tmp->fixed); in schema_attribute_fixup() 2176 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup() 2266 type->fixed = estrdup(tmp->fixed); in schema_type_fixup() 2412 if (type->fixed) { in delete_type() 2461 if (type->fixed) { in delete_type_persistent() 2462 free(type->fixed); in delete_type_persistent() 2529 if (attr->fixed) { in delete_attribute() [all …]
|
/PHP-8.4/Zend/tests/ |
H A D | gh12457.phpt | 5 echo "Test case to ensure the issue is fixed.\n"; 21 Test case to ensure the issue is fixed.
|
/PHP-8.4/ext/standard/tests/general_functions/ |
H A D | uniqid_basic.phpt | 15 // Use a fixed prefix so we can ensure length of o/p id is fixed
|
/PHP-8.4/ext/random/tests/02_engine/ |
H A D | mt19937_value.phpt | 2 Random: Engine: Mt19937: For a reference seed a fixed reference value must be generated
|
H A D | pcgoneseq128xslrr64_value.phpt | 2 Random: Engine: PcgOneseq128XslRr64: For a reference seed a fixed reference value must be generated
|
H A D | xoshiro256starstar_value.phpt | 2 Random: Engine: Xoshiro256StarStar: For a reference seed a fixed reference value must be generated
|
/PHP-8.4/ext/gd/tests/ |
H A D | bug72512.phpt | 2 Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd))
|
H A D | bug77391.phpt | 7 if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.5', '<=')) die('skip upstream not yet fixed');
|
H A D | bug73279_old.phpt | 19 Bug #330 has not yet been fixed
|
H A D | gh10344.phpt | 11 die("skip Not (yet) fixed in libgd itself");
|
/PHP-8.4/ext/pcntl/tests/ |
H A D | bug81577_3.phpt | 7 leaks are not fixed yet
|
/PHP-8.4/ext/opcache/tests/ |
H A D | preload_trait_multiple_fixup.phpt | 2 Op array fixed up multiple times during preloading
|
/PHP-8.4/ext/spl/tests/ |
H A D | SplTempFileObject_constructor_maxmemory_basic.phpt | 2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
|
H A D | SplFixedArray_offsetUnset_string.phpt | 7 // Create a fixed array
|
/PHP-8.4/ext/standard/tests/file/windows_acls/ |
H A D | bug44859_3.phpt | 15 //'tiny.bat' => true, To be fixed in _access
|
/PHP-8.4/ext/reflection/tests/ |
H A D | ReflectionClass_isSubclassOf_error2.phpt | 2 ReflectionClass::isSubclassOf() - fixed crash for unbound anonymous class
|
/PHP-8.4/ext/dom/tests/ |
H A D | specific_namespace_behaviour.phpt | 2 DOM: specific namespace behaviour for applications with fixed serialization requirements
|
/PHP-8.4/ext/iconv/tests/ |
H A D | translit-failure.phpt | 21 * The bug (fixed in libiconv 1.8) was confirmed that iconv goes into an
|
/PHP-8.4/Zend/tests/stack_limit/ |
H A D | stack_limit_004.phpt | 2 Stack limit 004 - Stack limit checks with fixed max_allowed_stack_size (fibers)
|
/PHP-8.4/ext/standard/tests/array/ |
H A D | array_pad_variation4.phpt | 8 * The $input and $pad_size arguments passed are fixed values.
|
/PHP-8.4/ext/gettext/tests/ |
H A D | bug66267.phpt | 10 should be even XFAIL till it's fixed there */
|