Home
last modified time | relevance | path

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

1234

/PHP-5.3/sapi/caudium/
H A DTODO8 + => fixed
9 - => not fixed and no fix planned
10 ? => Maybe fixed, maybe not.
13 This is now fixed.
15 Uses th_farm, thus problem is fixed
27 Dunno if this is fixed. Major rewrite so it would have to be
/PHP-5.3/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-5.3/ext/soap/
H A Dphp_sdl.h129 char fixed; member
134 char fixed; member
210 char *fixed; member
249 char *fixed; member
H A Dphp_schema.c814 if (fixed != NULL) { in schema_restriction_var_int()
841 if (fixed != NULL) { in schema_restriction_var_char()
2056 if ((*tmp)->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup()
2057 attr->fixed = estrdup((*tmp)->fixed); in schema_attribute_fixup()
2109 if (newAttr->fixed) {newAttr->fixed = estrdup(newAttr->fixed);} in schema_attributegroup_fixup()
2203 type->fixed = estrdup((*tmp)->fixed); in schema_type_fixup()
2353 if (type->fixed) { in delete_type()
2400 if (type->fixed) { in delete_type_persistent()
2401 free(type->fixed); in delete_type_persistent()
2468 if (attr->fixed) { in delete_attribute()
[all …]
H A Dphp_encoding.c1398 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1402 } else if (model->u.element->fixed) { in model_to_zval_object()
1404 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed)); in model_to_zval_object()
1423 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1427 } else if (model->u.element->fixed) { in model_to_zval_object()
1625 if ((*attr)->fixed && strcmp((*attr)->fixed, str_val) != 0) { in to_zval_object_ex()
1628 } else if ((*attr)->fixed) { in to_zval_object_ex()
1629 str_val = (*attr)->fixed; in to_zval_object_ex()
1740 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object()
1763 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object()
[all …]
/PHP-5.3/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-5.3/ext/spl/tests/
H A DSplTempFileObject_constructor_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
H A DSplFixedArray_toArray_with-params.phpt7 // Create a fixed array
H A DSplFixedArray_offsetUnset_string.phpt7 // Create a fixed array
/PHP-5.3/tests/lang/
H A D034.phpt8 /* skip on windows until #63688 was fixed */
H A Dbug30638.phpt6 /* skip on windows until #63688 was fixed */
/PHP-5.3/ext/standard/tests/file/windows_acls/
H A Dbug44859_3.phpt15 //'tiny.bat' => true, To be fixed in _access
/PHP-5.3/ext/iconv/tests/
H A Dtranslit-failure.phpt21 * The bug (fixed in libiconv 1.8) was confirmed that iconv goes into an
/PHP-5.3/ext/ereg/regex/
H A DWHATSNEW1 New in alpha3.4: The complex bug alluded to below has been fixed (in a
58 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now.
68 have been fixed (and the regression test now checks for them), as has a
89 in the manpages have been fixed.
/PHP-5.3/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-5.3/ext/gd/tests/
H A Dbug19366.phpt2 Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd))
/PHP-5.3/ext/bcmath/libbcmath/
H A DFAQ19 "fixed, but arbitrary" mantissa and so multiplying two floats will end
/PHP-5.3/ext/oci8/tests/
H A Dpassword_new.phpt11 // connecting to Oracle Database 11 (Oracle bug 6277160, fixed 10.2.0.5)
H A Dpassword_old.phpt11 // connecting to Oracle Database 11 (Oracle bug 6277160, fixed 10.2.0.5)
/PHP-5.3/ext/mbstring/tests/
H A Dbug43998.phpt17 * Bug now appears to be fixed
/PHP-5.3/ext/mysqli/tests/
H A Dbug45019.phpt43 …printf("[005] Got '%s'. Please check if http://bugs.mysql.com/bug.php?id=47483 has been fixed and …

Completed in 46 milliseconds

1234