Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/zlib/tests/
H A Ddata.inc33 Is sicklied o'er with the pale cast of thought,
/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/main/
H A Dphp_streams.h127 int (*cast)(php_stream *stream, int castas, void **ret TSRMLS_DC); member
/PHP-5.5/win32/build/
H A Dconfig.w32385 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \
/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/
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 Dconfigure.in1463 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
/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/win32/
H A Dphp5dllts.dsp2556 SOURCE=..\main\streams\cast.c

Completed in 135 milliseconds

12