Home
last modified time | relevance | path

Searched refs:fixed (Results 26 – 50 of 79) sorted by relevance

1234

/PHP-5.4/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 …
/PHP-5.4/ext/standard/tests/array/
H A Darray_pad_variation7.phpt13 * The $pad_size and $pad_value arguments passed are fixed values.
H A Darray_intersect_assoc_variation6.phpt14 * The $arr1 argument passed is a fixed array.
H A Darray_intersect_variation6.phpt13 * The $arr1 argument is a fixed array.
H A Darray_intersect_assoc_variation5.phpt14 * The $arr2 argument passed is a fixed array
H A Darray_intersect_variation5.phpt13 * The $arr2 argument is a fixed array
H A Darray_unshift_variation6.phpt13 * The $var argument passed is a fixed value
H A Darray_intersect_assoc_variation7.phpt14 * The $arr2 argument passed is a fixed array
H A Darray_intersect_assoc_variation8.phpt14 * The $arr1 argument passed is a fixed array.
H A Darray_intersect_variation7.phpt13 * The $arr2 argument is a fixed array
H A Darray_intersect_variation8.phpt13 * The $arr1 argument is a fixed array.
H A Darray_pad_variation2.phpt13 * The $input and $pad_value arguments passed are fixed values.
H A Darray_unshift_variation4.phpt13 * The $var argument passed is a fixed value
H A Darray_unshift_variation5.phpt15 * The $var argument passed is a fixed value
H A Darray_combine_variation1.phpt14 * The $values argument passed is a fixed array.
/PHP-5.4/ext/soap/
H A Dphp_encoding.c1390 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1394 } else if (model->u.element->fixed) { in model_to_zval_object()
1396 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed)); in model_to_zval_object()
1415 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1419 } else if (model->u.element->fixed) { in model_to_zval_object()
1616 if ((*attr)->fixed && strcmp((*attr)->fixed, str_val) != 0) { in to_zval_object_ex()
1619 } else if ((*attr)->fixed) { in to_zval_object_ex()
1620 str_val = (*attr)->fixed; in to_zval_object_ex()
1731 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object()
1754 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object()
[all …]
H A Dphp_sdl.c1260 WSDL_CACHE_GET_1(x->fixed, char, in); in sdl_deserialize_resriction_int()
1274 WSDL_CACHE_GET_1(x->fixed, char, in); in sdl_deserialize_resriction_char()
1848 sdl_serialize_string(attr->fixed, out); in sdl_serialize_attribute()
1909 WSDL_CACHE_PUT_1(x->fixed, out); in sdl_serialize_resriction_int()
1920 WSDL_CACHE_PUT_1(x->fixed, out); in sdl_serialize_resriction_char()
1935 sdl_serialize_string(type->fixed, out); in sdl_serialize_type()
2405 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char()
2630 if (pattr->fixed) { in make_persistent_sdl_attribute()
2631 pattr->fixed = strdup(pattr->fixed); in make_persistent_sdl_attribute()
2740 if (ptype->fixed) { in make_persistent_sdl_type()
[all …]
/PHP-5.4/ext/pspell/
H A DREADME51 there was an error. This will be changed once pspell library is fixed.
/PHP-5.4/ext/mbstring/tests/
H A Dbug43994.phpt17 * Bug now seems to be fixed - error message is now generated when an 'empty'
/PHP-5.4/ext/pcre/pcrelib/
H A DNEWS24 minor improvements have been implemented and bugs fixed. There is a new callout
80 A number of bugs are fixed, and some performance improvements have been made.
125 . A number of issues in pcregrep have been fixed, making it more compatible
227 A number of bugs in the library and in pcregrep have been fixed. As always, see
251 of lesser new features, and several bugs have been fixed. A new option,
266 infelicities in the build system have been fixed.
272 Bugs have been fixed in the library and in pcregrep. There are also some
396 A few bugs are fixed (see ChangeLog for details), but the major change is a
517 In the code, some bugs have been fixed, and there are also some major changes
H A DChangeLog44 behaviour by pcre_exec(). This bug has been fixed.
1429 discovered and fixed:
1779 error: code overflow". This has been fixed.
2145 "sbody" failed. This bug has been fixed.
2887 condition was not nested. This bug has been fixed.
3427 fixed.
3691 (j) Added the -F (--fixed-strings) option.
3732 be recognized. This bug has been fixed.
5428 have now been fixed.
5491 setjmp(). Now fixed.
[all …]
/PHP-5.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt53 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
/PHP-5.4/ext/oci8/tests/
H A Derror_parse.phpt10 // was fixed and the behavior of oci_error() for all connections types
H A Dconn_attr_4.phpt13 // Bug fixed in 11.2 prevents client_info being rest
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DRE192 Subexp of look-behind must be fixed character length.
353 (?<=fixed-char-length-pattern), (?<!fixed-char-length-pattern)

Completed in 98 milliseconds

1234