Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 34) sorted by path

12

/PHP-5.5/
H A DNEWS774 . Fixed bug #65213 (cannot cast SplFileInfo to boolean) (Tjerk)
1446 . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
1531 . Fixed bug #65708 (dba functions cast $key param to string in-place,
2684 . Fixed bug #62328 (implementing __toString and a cast to string fails)
6336 - Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to
6345 - Fixed bug #48448 (Compile failure under IRIX 6.5.30 building cast.c).
7763 - Added forward support for (binary) cast. (Derick)
8297 - Fixed bug #38985 (Can't cast COM objects). (Wez)
9419 - Fixed bug #34068 (Numeric string as array key not cast to integer in
9428 - Fixed bug #33999 (object remains object when cast to int). (Dmitry)
[all …]
H A DREADME.STREAMS169 You need to "cast" the stream into a FILE*, and this is how you do it:
184 appropriate error message of type E_WARNING if the cast fails.
204 /* can safely cast to FILE* with no adverse side effects */
211 to find out if a stream can be cast, without actually performing the cast, so
233 read, write, close, flush, seek, gets and cast operations. Of these, an
284 The mode parameter is passed on to fdopen/fopencookie when the stream is cast
H A Dconfigure.in1463 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
/PHP-5.5/Zend/
H A DZend.m4109 dnl test whether double cast to long preserves least significant bits
110 AC_MSG_CHECKING(whether double cast to long preserves least significant bits)
133 …AC_DEFINE([ZEND_DVAL_TO_LVAL_CAST_OK], 1, [Define if double cast to long preserves least significa…
/PHP-5.5/Zend/tests/
H A Dbug33999.phpt2 Bug #33999 (object remains object when cast to int)
H A Dbug34199.phpt2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
H A Dbug39018.phpt65 Notice: String offset cast occurred in %s on line %d
73 Notice: String offset cast occurred in %s on line %d
77 Notice: String offset cast occurred in %s on line %d
93 Notice: String offset cast occurred in %s on line %d
97 Notice: String offset cast occurred in %s on line %d
101 Notice: String offset cast occurred in %s on line %d
103 Notice: String offset cast occurred in %s on line %d
H A Dbug42772.phpt2 Bug #42772 (Storing $this in a static var fails while handling a cast to string)
H A Doffset_string.phpt33 Notice: String offset cast occurred in %s on line %d
36 Notice: String offset cast occurred in %s on line %d
49 Notice: String offset cast occurred in %s on line %d
52 Notice: String offset cast occurred in %s on line %d
/PHP-5.5/ext/curl/tests/
H A Dbug52827.phpt17 * cast to a FILE* handle in curl_setopt already
/PHP-5.5/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3025 - p->fld += cast m->num_mask; \
3026 + p->fld += cast (int64_t)m->num_mask; \
3029 - p->fld -= cast m->num_mask; \
3030 + p->fld -= cast (int64_t)m->num_mask; \
3033 - p->fld *= cast m->num_mask; \
3034 + p->fld *= cast (int64_t)m->num_mask; \
3037 - p->fld /= cast m->num_mask; \
3038 + p->fld /= cast (int64_t)m->num_mask; \
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c764 #define DO_CVT(fld, cast) \ argument
768 p->fld &= cast m->num_mask; \
771 p->fld |= cast m->num_mask; \
774 p->fld ^= cast m->num_mask; \
777 p->fld += cast m->num_mask; \
780 p->fld -= cast m->num_mask; \
783 p->fld *= cast m->num_mask; \
786 p->fld /= cast m->num_mask; \
789 p->fld %= cast m->num_mask; \
819 #define DO_CVT2(fld, cast) \ argument
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt29 //Note: the first four values are valid as they will all be cast to 1L.
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY396 remove cast in va_init_list() for Intel C Compiler.
414 fix cast from char* to const char*
416 fix cast from char* to const char*
774 2004/12/01: [impl] double cast for escape warning in Cygwin.
847 2004/11/09: [impl] type cast in regexec() for remove compile time warning.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_kill.phpt24 // Zend will cast the NULL to 0
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog428 a cast that removes "const" from an lvalue by using an intermediate
1111 3. Add a cast to pcre_exec.c to fix the warning "unary minus operator applied
1358 10. Add a cast and remove a redundant test from the code.
2168 cast potentially large values to (double). This has been changed to that
4269 12. Missing cast in pcre_study().
4689 . In pcretest the fact that a const uschar * doesn't automatically cast to
4791 (size_t) cast to one statement in pcretest and one in pcreposix to avoid
5432 3. Typo on pcretest.c; a cast of (unsigned char *) in the POSIX regexec() call
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt38 # true gets cast to string (because the implied default is string)
74 # true gets cast to string (because the implied default is string)
/PHP-5.5/ext/simplexml/tests/
H A D034.phpt2 SimpleXML: cast to array
4 Length of cast array does not match expected length
H A Dbug62328.phpt2 Bug #62328 (implementing __toString and a cast to string fails)
/PHP-5.5/ext/soap/tests/
H A Dbug48557.phpt2 Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt18 //if we had a simple cast to unsigned char, this would be the same as 0
34 //if we had a simple cast to unsigned char, this would be the same as 0
/PHP-5.5/ext/spl/tests/
H A Dbug65213.phpt2 Bug #65213 (cannot cast SplFileInfo to boolean)
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt12 * Pass floats as $key argument, then cast float values
/PHP-5.5/ext/standard/tests/file/
H A Dbug52820.phpt7 /* unfortunately no standard function does a cast to FILE*, so we need

Completed in 111 milliseconds

12