/PHP-7.1/ext/soap/tests/schema/ |
H A D | schema068.phpt | 2 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 D | schema066.phpt | 2 SOAP XML Schema 66: Attribute with fixed value (1) 11 <attribute name="int" type="int" fixed="5"/>
|
H A D | schema067.phpt | 2 SOAP XML Schema 67: Attribute with fixed value (2) 11 <attribute name="int" type="int" fixed="5"/>
|
/PHP-7.1/ext/soap/ |
H A D | php_sdl.h | 129 char fixed; member 134 char fixed; member 210 char *fixed; member 249 char *fixed; member
|
H A D | php_schema.c | 816 if (fixed != NULL) { in schema_restriction_var_int() 843 if (fixed != NULL) { in schema_restriction_var_char() 2103 if (tmp->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup() 2104 attr->fixed = estrdup(tmp->fixed); in schema_attribute_fixup() 2154 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup() 2243 type->fixed = estrdup(tmp->fixed); in schema_type_fixup() 2383 if (type->fixed) { in delete_type() 2432 if (type->fixed) { in delete_type_persistent() 2433 free(type->fixed); in delete_type_persistent() 2500 if (attr->fixed) { in delete_attribute() [all …]
|
H A D | php_encoding.c | 1334 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object() 1338 } else if (model->u.element->fixed) { in model_to_zval_object() 1340 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed)); in model_to_zval_object() 1359 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object() 1363 } else if (model->u.element->fixed) { in model_to_zval_object() 1549 if (attr->fixed && strcmp(attr->fixed, str_val) != 0) { in to_zval_object_ex() 1552 } else if (attr->fixed) { in to_zval_object_ex() 1553 str_val = attr->fixed; in to_zval_object_ex() 1662 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object() 1684 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object() [all …]
|
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | uniqid_basic.phpt | 19 // Use a fixed prefix so we can ensure length of o/p id is fixed
|
/PHP-7.1/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_toArray_with-params.phpt | 7 // Create a fixed array
|
H A D | SplFixedArray_offsetUnset_string.phpt | 7 // Create a fixed array
|
/PHP-7.1/ext/gd/tests/ |
H A D | bug72512.phpt | 2 Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd))
|
H A D | bug73279_old.phpt | 19 Bug #330 has not yet been fixed
|
H A D | bug19366.phpt | 2 Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd))
|
/PHP-7.1/ext/standard/tests/file/windows_acls/ |
H A D | bug44859_3.phpt | 15 //'tiny.bat' => true, To be fixed in _access
|
/PHP-7.1/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-7.1/ext/gettext/tests/ |
H A D | bug66267.phpt | 10 should be even XFAIL till it's fixed there */
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | array_pad_variation4.phpt | 13 * The $input and $pad_size arguments passed are fixed values.
|
H A D | array_pad_variation5.phpt | 13 * The $input and $pad_size arguments passed are fixed values.
|
H A D | array_pad_variation7.phpt | 13 * The $pad_size and $pad_value arguments passed are fixed values.
|
H A D | array_intersect_variation6.phpt | 13 * The $arr1 argument is a fixed array.
|
/PHP-7.1/ext/mbstring/libmbfl/ |
H A D | NEWS | 20 - fixed encoding conversion of cp5022x for user defined area (rui).
|
/PHP-7.1/ext/bcmath/libbcmath/ |
H A D | FAQ | 19 "fixed, but arbitrary" mantissa and so multiplying two floats will end
|
/PHP-7.1/ext/standard/tests/network/ |
H A D | news.rss | 24 … the immediate availability of PHP 5.4.37. Six security-related bugs were fixed in this release, i…
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | bug45019.phpt | 43 …printf("[005] Got '%s'. Please check if http://bugs.mysql.com/bug.php?id=47483 has been fixed and …
|
/PHP-7.1/ext/mbstring/tests/ |
H A D | bug43998.phpt | 17 * Bug now appears to be fixed
|