Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/tests/file/
H A Dbug53241.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.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/password/
H A Dpassword_needs_rehash.phpt29 // Should Issue Needs Rehash, Since Foo is cast to 0...
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc33 Is sicklied o'er with the pale cast of thought,
/PHP-5.5/main/
H A Dphp_streams.h127 int (*cast)(php_stream *stream, int castas, void **ret TSRMLS_DC); member
/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/win32/build/
H A Dconfig.w32385 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \
/PHP-5.5/win32/
H A Dphp5dllts.dsp2556 SOURCE=..\main\streams\cast.c

Completed in 26 milliseconds

12