Home
last modified time | relevance | path

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

1234

/PHP-7.2/ext/soap/
H A Dphp_encoding.c1322 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1326 } else if (model->u.element->fixed) { in model_to_zval_object()
1328 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed)); in model_to_zval_object()
1347 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1351 } else if (model->u.element->fixed) { in model_to_zval_object()
1537 if (attr->fixed && strcmp(attr->fixed, str_val) != 0) { in to_zval_object_ex()
1540 } else if (attr->fixed) { in to_zval_object_ex()
1541 str_val = attr->fixed; in to_zval_object_ex()
1650 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object()
1672 …model->u.element->fixed && strcmp(model->u.element->fixed, (char*)property->children->content) != … in model_to_xml_object()
[all …]
H A Dphp_sdl.c1256 WSDL_CACHE_GET_1(x->fixed, char, in); in sdl_deserialize_resriction_int()
1270 WSDL_CACHE_GET_1(x->fixed, char, in); in sdl_deserialize_resriction_char()
1839 sdl_serialize_string(attr->fixed, out); in sdl_serialize_attribute()
1898 WSDL_CACHE_PUT_1(x->fixed, out); in sdl_serialize_resriction_int()
1909 WSDL_CACHE_PUT_1(x->fixed, out); in sdl_serialize_resriction_char()
1924 sdl_serialize_string(type->fixed, out); in sdl_serialize_type()
2395 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
2605 if (pattr->fixed) { in make_persistent_sdl_attribute()
2606 pattr->fixed = strdup(pattr->fixed); in make_persistent_sdl_attribute()
2709 if (ptype->fixed) { in make_persistent_sdl_type()
[all …]
/PHP-7.2/ext/sodium/tests/
H A Dcrypto_box.phpt37 "since they are derived from a fixed seeds";
/PHP-7.2/ext/standard/tests/array/
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.phpt15 * The $input and $pad_value arguments passed are fixed values.
H A Darray_combine_variation1.phpt14 * The $values argument passed is a fixed array.
H A Darray_combine_variation2.phpt14 * The $keys argument passed is a fixed array.
H A Darray_intersect_assoc_variation3.phpt14 * The $arr2 argument passed is a fixed array.
H A Darray_intersect_assoc_variation4.phpt14 * The $arr1 argument passed is a fixed array.
/PHP-7.2/ext/pspell/
H A DREADME51 there was an error. This will be changed once pspell library is fixed.
/PHP-7.2/ext/mbstring/tests/
H A Dbug43994.phpt17 * Bug now seems to be fixed - error message is now generated when an 'empty'
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS53 minor improvements have been implemented and bugs fixed. There is a new callout
109 A number of bugs are fixed, and some performance improvements have been made.
154 . A number of issues in pcregrep have been fixed, making it more compatible
256 A number of bugs in the library and in pcregrep have been fixed. As always, see
280 of lesser new features, and several bugs have been fixed. A new option,
295 infelicities in the build system have been fixed.
301 Bugs have been fixed in the library and in pcregrep. There are also some
425 A few bugs are fixed (see ChangeLog for details), but the major change is a
546 In the code, some bugs have been fixed, and there are also some major changes
H A DChangeLog28 are fixed:
406 behaviour by pcre_exec(). This bug has been fixed.
1791 discovered and fixed:
2141 error: code overflow". This has been fixed.
2507 "sbody" failed. This bug has been fixed.
3789 fixed.
4053 (j) Added the -F (--fixed-strings) option.
4094 be recognized. This bug has been fixed.
5790 have now been fixed.
5853 setjmp(). Now fixed.
[all …]
/PHP-7.2/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.phpt17 // Bug fixed in 11.2 prevents client_info being reset
/PHP-7.2/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-7.2/ext/mbstring/oniguruma/doc/
H A DRE212 Subexp of look-behind must be fixed-width.
376 (?<=fixed-width-pattern), (?<!fixed-width-pattern)

Completed in 103 milliseconds

1234