Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 76) sorted by relevance

1234

/php-src/ext/soap/tests/schema/
H A Dschema068.phpt2 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 Dschema066.phpt2 SOAP XML Schema 66: Attribute with fixed value (1)
12 <attribute name="int" type="int" fixed="5"/>
H A Dschema067.phpt2 SOAP XML Schema 67: Attribute with fixed value (2)
12 <attribute name="int" type="int" fixed="5"/>
/php-src/ext/soap/
H A Dphp_sdl.h126 char fixed; member
131 char fixed; member
207 char *fixed; member
246 char *fixed; member
H A Dphp_schema.c822 if (fixed != NULL) { in schema_restriction_var_int()
849 if (fixed != NULL) { in schema_restriction_var_char()
2111 if (tmp->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup()
2112 attr->fixed = estrdup(tmp->fixed); in schema_attribute_fixup()
2162 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2252 type->fixed = estrdup(tmp->fixed); in schema_type_fixup()
2398 if (type->fixed) { in delete_type()
2447 if (type->fixed) { in delete_type_persistent()
2448 free(type->fixed); in delete_type_persistent()
2515 if (attr->fixed) { in delete_attribute()
[all …]
/php-src/Zend/tests/
H A Dgh12457.phpt5 echo "Test case to ensure the issue is fixed.\n";
21 Test case to ensure the issue is fixed.
/php-src/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt15 // Use a fixed prefix so we can ensure length of o/p id is fixed
/php-src/ext/random/tests/02_engine/
H A Dmt19937_value.phpt2 Random: Engine: Mt19937: For a reference seed a fixed reference value must be generated
H A Dpcgoneseq128xslrr64_value.phpt2 Random: Engine: PcgOneseq128XslRr64: For a reference seed a fixed reference value must be generated
H A Dxoshiro256starstar_value.phpt2 Random: Engine: Xoshiro256StarStar: For a reference seed a fixed reference value must be generated
/php-src/ext/gd/tests/
H A Dbug72512.phpt2 Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd))
H A Dbug77391.phpt7 if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.5', '<=')) die('skip upstream not yet fixed');
H A Dbug73279_old.phpt19 Bug #330 has not yet been fixed
H A Dgh10344.phpt11 die("skip Not (yet) fixed in libgd itself");
/php-src/ext/pcntl/tests/
H A Dbug81577_3.phpt7 leaks are not fixed yet
/php-src/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.phpt2 Op array fixed up multiple times during preloading
/php-src/ext/spl/tests/
H A DSplTempFileObject_constructor_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
H A DSplFixedArray_offsetUnset_string.phpt7 // Create a fixed array
/php-src/ext/standard/tests/file/windows_acls/
H A Dbug44859_3.phpt15 //'tiny.bat' => true, To be fixed in _access
/php-src/ext/iconv/tests/
H A Dtranslit-failure.phpt21 * The bug (fixed in libiconv 1.8) was confirmed that iconv goes into an
/php-src/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt2 ReflectionClass::isSubclassOf() - fixed crash for unbound anonymous class
/php-src/ext/dom/tests/
H A Dspecific_namespace_behaviour.phpt2 DOM: specific namespace behaviour for applications with fixed serialization requirements
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_004.phpt2 Stack limit 004 - Stack limit checks with fixed max_allowed_stack_size (fibers)
/php-src/ext/standard/tests/array/
H A Darray_pad_variation4.phpt8 * The $input and $pad_size arguments passed are fixed values.
/php-src/ext/gettext/tests/
H A Dbug66267.phpt10 should be even XFAIL till it's fixed there */

Completed in 29 milliseconds

1234