Home
last modified time | relevance | path

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

12

/PHP-5.5/Zend/tests/
H A Dbug39018.phpt65 Notice: String offset cast occurred in %s on line %d
73 Notice: String offset cast occurred in %s on line %d
77 Notice: String offset cast occurred in %s on line %d
93 Notice: String offset cast occurred in %s on line %d
97 Notice: String offset cast occurred in %s on line %d
101 Notice: String offset cast occurred in %s on line %d
103 Notice: String offset cast occurred in %s on line %d
H A Doffset_string.phpt33 Notice: String offset cast occurred in %s on line %d
36 Notice: String offset cast occurred in %s on line %d
49 Notice: String offset cast occurred in %s on line %d
52 Notice: String offset cast occurred in %s on line %d
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.5/ext/simplexml/tests/
H A D034.phpt2 SimpleXML: cast to array
4 Length of cast array does not match expected length
H A Dbug62328.phpt2 Bug #62328 (implementing __toString and a cast to string fails)
/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/ext/spl/tests/
H A Dbug65213.phpt2 Bug #65213 (cannot cast SplFileInfo to boolean)
/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/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/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/standard/tests/file/
H A Dbug53241.phpt5 /* unfortunately no standard function does a cast to FILE*, so we need
H A Dbug52820.phpt7 /* 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/curl/tests/
H A Dbug52827.phpt17 * cast to a FILE* handle in curl_setopt already
/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/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/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/standard/tests/array/
H A Darray_key_exists_variation3.phpt12 * Pass floats as $key argument, then cast float values
/PHP-5.5/
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
/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/soap/tests/
H A Dbug48557.phpt2 Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
/PHP-5.5/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.5/ext/mysqli/tests/
H A Dmysqli_kill.phpt24 // Zend will cast the NULL to 0

Completed in 46 milliseconds

12