Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/soap/tests/schema/
H A Dschema068.phpt2 SOAP XML Schema 68: Attribute with fixed value (3)
11 <attribute name="int" type="int" fixed="5"/>
18 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)
11 <attribute name="int" type="int" fixed="5"/>
H A Dschema067.phpt2 SOAP XML Schema 67: Attribute with fixed value (2)
11 <attribute name="int" type="int" fixed="5"/>
/PHP-7.4/ext/soap/
H A Dphp_sdl.h128 char fixed; member
133 char fixed; member
209 char *fixed; member
248 char *fixed; member
H A Dphp_schema.c815 if (fixed != NULL) { in schema_restriction_var_int()
842 if (fixed != NULL) { in schema_restriction_var_char()
2101 if (tmp->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup()
2102 attr->fixed = estrdup(tmp->fixed); in schema_attribute_fixup()
2152 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2241 type->fixed = estrdup(tmp->fixed); in schema_type_fixup()
2381 if (type->fixed) { in delete_type()
2430 if (type->fixed) { in delete_type_persistent()
2431 free(type->fixed); in delete_type_persistent()
2498 if (attr->fixed) { in delete_attribute()
[all …]
H A Dphp_encoding.c1291 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1295 } else if (model->u.element->fixed) { in model_to_zval_object()
1297 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed)); in model_to_zval_object()
1316 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1320 } else if (model->u.element->fixed) { in model_to_zval_object()
1506 if (attr->fixed && strcmp(attr->fixed, str_val) != 0) { in to_zval_object_ex()
1509 } else if (attr->fixed) { in to_zval_object_ex()
1510 str_val = attr->fixed; in to_zval_object_ex()
1625 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object()
1647 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object()
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt19 // Use a fixed prefix so we can ensure length of o/p id is fixed
/PHP-7.4/ext/gd/tests/
H A Dbug77391.phpt6 if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.5', '<=')) die('skip upstream not yet fixed');
H A Dbug72512.phpt2 Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd))
H A Dbug73279_old.phpt19 Bug #330 has not yet been fixed
H A Dbug19366.phpt2 Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd))
/PHP-7.4/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-7.4/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.phpt2 Op array fixed up multiple times during preloading
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dbug44859_3.phpt15 //'tiny.bat' => true, To be fixed in _access
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt2 ReflectionClass::isSubclassOf() - fixed crash for unbound anonymous class
/PHP-7.4/ext/iconv/tests/
H A Dtranslit-failure.phpt20 * The bug (fixed in libiconv 1.8) was confirmed that iconv goes into an
/PHP-7.4/ext/gettext/tests/
H A Dbug66267.phpt10 should be even XFAIL till it's fixed there */
/PHP-7.4/ext/standard/tests/array/
H A Darray_pad_variation4.phpt13 * The $input and $pad_size arguments passed are fixed values.
H A Darray_pad_variation5.phpt13 * The $input and $pad_size arguments passed are fixed values.
H A Darray_pad_variation7.phpt13 * The $pad_size and $pad_value arguments passed are fixed values.
/PHP-7.4/ext/standard/tests/network/
H A Dnews.rss24 … the immediate availability of PHP 5.4.37. Six security-related bugs were fixed in this release, i…
/PHP-7.4/ext/mbstring/tests/
H A Dbug43998.phpt17 * Bug now appears to be fixed
/PHP-7.4/ext/mysqli/tests/
H A Dbug45019.phpt43 …Got '%s'. Please check if http://bugs.mysql.com/bug.php?id=47483 has been fixed and adapt tests bu…
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_sign.phpt38 "since they are derived from a fixed seed";

Completed in 55 milliseconds

123