/PHP-5.3/main/streams/ |
H A D | cast.c | 229 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 D | bug42772.phpt | 2 Bug #42772 (Storing $this in a static var fails while handling a cast to string)
|
H A D | bug34199.phpt | 2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
|
H A D | bug33999.phpt | 2 Bug #33999 (object remains object when cast to int)
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | bug53241.phpt | 5 /* unfortunately no standard function does a cast to FILE*, so we need
|
H A D | bug52820.phpt | 5 /* unfortunately no standard function does a cast to FILE*, so we need
|
H A D | fopencookie.phpt | 2 fopencookie detected and working (or cast mechanism works)
|
/PHP-5.3/ext/curl/tests/ |
H A D | bug52827.phpt | 17 * cast to a FILE* handle in curl_setopt already
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 661 #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 D | bug_33876.phpt | 38 # 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 D | array_key_exists_variation3.phpt | 12 * Pass floats as $key argument, then cast float values
|
/PHP-5.3/ |
H A D | README.STREAMS | 169 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 D | UPGRADING | 51 If you need to use them to access an object's properties, you must cast the
|
H A D | configure.in | 1411 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
|
H A D | NEWS | 3286 - 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 D | bug48557.phpt | 2 Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
|
/PHP-5.3/ext/imap/tests/ |
H A D | imap_fetchbody_variation4.phpt | 29 //Note: the first four values are valid as they will all be cast to 1L.
|
/PHP-5.3/Zend/ |
H A D | Zend.m4 | 109 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 D | mysqli_kill.phpt | 24 // Zend will cast the NULL to 0
|
/PHP-5.3/ext/zlib/tests/ |
H A D | data.inc | 33 Is sicklied o'er with the pale cast of thought,
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 2886 - 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 D | php_streams.h | 127 int (*cast)(php_stream *stream, int castas, void **ret TSRMLS_DC); member
|
/PHP-5.3/win32/build/ |
H A D | config.w32 | 351 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 191 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 D | ChangeLog | 175 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
|