Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 26) sorted by relevance

12

/PHP-5.3/main/streams/
H A Dcast.c229 stream->ops->cast && in _php_stream_cast()
231 stream->ops->cast(stream, castas, ret TSRMLS_CC) == SUCCESS in _php_stream_cast()
272 …if (!php_stream_is_filtered(stream) && stream->ops->cast && stream->ops->cast(stream, castas, NULL… in _php_stream_cast()
273 if (FAILURE == stream->ops->cast(stream, castas, ret TSRMLS_CC)) { in _php_stream_cast()
309 } else if (stream->ops->cast && stream->ops->cast(stream, castas, ret TSRMLS_CC) == SUCCESS) { in _php_stream_cast()
/PHP-5.3/Zend/tests/
H A Dbug42772.phpt2 Bug #42772 (Storing $this in a static var fails while handling a cast to string)
H A Dbug34199.phpt2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
H A Dbug33999.phpt2 Bug #33999 (object remains object when cast to int)
/PHP-5.3/ext/standard/tests/file/
H A Dbug53241.phpt5 /* unfortunately no standard function does a cast to FILE*, so we need
H A Dbug52820.phpt5 /* unfortunately no standard function does a cast to FILE*, so we need
H A Dfopencookie.phpt2 fopencookie detected and working (or cast mechanism works)
/PHP-5.3/ext/curl/tests/
H A Dbug52827.phpt17 * cast to a FILE* handle in curl_setopt already
/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c661 #define DO_CVT(fld, cast) \ argument
665 p->fld &= cast m->num_mask; \
668 p->fld |= cast m->num_mask; \
671 p->fld ^= cast m->num_mask; \
674 p->fld += cast m->num_mask; \
677 p->fld -= cast m->num_mask; \
680 p->fld *= cast m->num_mask; \
683 p->fld /= cast m->num_mask; \
686 p->fld %= cast m->num_mask; \
716 #define DO_CVT2(fld, cast) \ argument
[all …]
/PHP-5.3/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.3/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt12 * Pass floats as $key argument, then cast float values
/PHP-5.3/
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 DUPGRADING51 If you need to use them to access an object's properties, you must cast the
H A Dconfigure.in1411 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
H A DNEWS3286 - Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to
3295 - Fixed bug #48448 (Compile failure under IRIX 6.5.30 building cast.c).
4059 - Fixed bug #42772 (Storing $this in a static var fails while handling a cast
4713 - Added forward support for (binary) cast. (Derick)
5247 - Fixed bug #38985 (Can't cast COM objects). (Wez)
6358 - Fixed bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler).
6369 - Fixed bug #34068 (Numeric string as array key not cast to integer in
6378 - Fixed bug #33999 (object remains object when cast to int). (Dmitry)
6743 . bug #30573 (compiler warnings in libmbfl due to invalid type cast)
/PHP-5.3/ext/soap/tests/
H A Dbug48557.phpt2 Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
/PHP-5.3/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.3/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.3/ext/mysqli/tests/
H A Dmysqli_kill.phpt24 // Zend will cast the NULL to 0
/PHP-5.3/ext/zlib/tests/
H A Ddata.inc33 Is sicklied o'er with the pale cast of thought,
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2886 - p->fld += cast m->num_mask; \
2887 + p->fld += cast (int64_t)m->num_mask; \
2890 - p->fld -= cast m->num_mask; \
2891 + p->fld -= cast (int64_t)m->num_mask; \
2894 - p->fld *= cast m->num_mask; \
2895 + p->fld *= cast (int64_t)m->num_mask; \
2898 - p->fld /= cast m->num_mask; \
2899 + p->fld /= cast (int64_t)m->num_mask; \
/PHP-5.3/main/
H A Dphp_streams.h127 int (*cast)(php_stream *stream, int castas, void **ret TSRMLS_DC); member
/PHP-5.3/win32/build/
H A Dconfig.w32351 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY191 remove cast in va_init_list() for Intel C Compiler.
209 fix cast from char* to const char*
211 fix cast from char* to const char*
569 2004/12/01: [impl] double cast for escape warning in Cygwin.
642 2004/11/09: [impl] type cast in regexec() for remove compile time warning.
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog175 3. Add a cast to pcre_exec.c to fix the warning "unary minus operator applied
422 10. Add a cast and remove a redundant test from the code.
1232 cast potentially large values to (double). This has been changed to that
3332 12. Missing cast in pcre_study().
3752 . In pcretest the fact that a const uschar * doesn't automatically cast to
3854 (size_t) cast to one statement in pcretest and one in pcreposix to avoid
4495 3. Typo on pcretest.c; a cast of (unsigned char *) in the POSIX regexec() call

Completed in 139 milliseconds

12