Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 34) sorted by last modified time

12

/PHP-5.5/win32/
H A Dphp5dllts.dsp2556 SOURCE=..\main\streams\cast.c
/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/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.5/main/
H A Dphp_streams.h127 int (*cast)(php_stream *stream, int castas, void **ret TSRMLS_DC); member
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc33 Is sicklied o'er with the pale cast of thought,
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt29 // Should Issue Needs Rehash, Since Foo is cast to 0...
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug66094.phpt2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
/PHP-5.5/ext/standard/tests/file/
H A Dfopencookie.phpt2 fopencookie detected and working (or cast mechanism works)
H A Dbug52820.phpt7 /* unfortunately no standard function does a cast to FILE*, so we need
H A Dbug53241.phpt5 /* unfortunately no standard function does a cast to FILE*, so we need
/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/spl/tests/
H A Dbug65213.phpt2 Bug #65213 (cannot cast SplFileInfo to boolean)
/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/soap/tests/
H A Dbug48557.phpt2 Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
/PHP-5.5/ext/simplexml/tests/
H A D034.phpt2 SimpleXML: cast to array
4 Length of cast array does not match expected length
/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/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/mysqli/tests/
H A Dmysqli_kill.phpt24 // Zend will cast the NULL to 0
/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/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/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/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/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/curl/tests/
H A Dbug52827.phpt17 * cast to a FILE* handle in curl_setopt already
/PHP-5.5/
H A Dconfigure.in1463 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \

Completed in 66 milliseconds

12