Home
last modified time | relevance | path

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

12

/PHP-7.2/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 Dunset_cast_deprecated.phpt2 The (unset) cast is deprecated
12 Deprecated: The (unset) cast is deprecated 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 Ddouble_array_cast.phpt2 Double array cast
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-7.2/ext/spl/tests/
H A Dbug71028.phpt5 function cast(&$a) {
13 cast($b);
H A Dbug65213.phpt2 Bug #65213 (cannot cast SplFileInfo to boolean)
/PHP-7.2/ext/pdo_dblib/tests/
H A Dbug_54648.phpt12 $rs = $db->query("select cast('1950-01-18 23:00:00' as smalldatetime) as sdt, cast('2030-01-01 23:5…
/PHP-7.2/main/streams/
H A Dcast.c220 stream->ops->cast && in _php_stream_cast()
222 stream->ops->cast(stream, castas, ret) == SUCCESS in _php_stream_cast()
263 …if (!php_stream_is_filtered(stream) && stream->ops->cast && stream->ops->cast(stream, castas, NULL… in _php_stream_cast()
264 if (FAILURE == stream->ops->cast(stream, castas, ret)) { in _php_stream_cast()
300 } else if (stream->ops->cast && stream->ops->cast(stream, castas, ret) == SUCCESS) { in _php_stream_cast()
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug66094.phpt2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
/PHP-7.2/ext/opcache/tests/
H A Dbug70111.phpt2 Bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast)
/PHP-7.2/ext/simplexml/tests/
H A Dbug62328.phpt2 Bug #62328 (implementing __toString and a cast to string fails)
H A D034.phpt2 SimpleXML: cast to array
/PHP-7.2/ext/reflection/tests/
H A Dbug74673.phpt2 Bug #74673 (Segfault when cast Reflection object to string with undefined constant)
/PHP-7.2/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
/PHP-7.2/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-7.2/ext/standard/tests/file/
H A Dbug53241.phpt5 /* unfortunately no standard function does a cast to FILE*, so we need
/PHP-7.2/ext/pdo_firebird/tests/
H A Dbug_76488.phpt17 cast(lpad(\'A\', 8000, \'A\') as BLOB sub_type TEXT) as SRC
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c903 #define DO_CVT(fld, cast) \ argument
907 p->fld &= cast m->num_mask; \
910 p->fld |= cast m->num_mask; \
913 p->fld ^= cast m->num_mask; \
916 p->fld += cast m->num_mask; \
919 p->fld -= cast m->num_mask; \
922 p->fld *= cast m->num_mask; \
925 if (cast m->num_mask == 0) \
930 if (cast m->num_mask == 0) \
966 #define DO_CVT2(fld, cast) \ argument
[all …]
/PHP-7.2/ext/curl/tests/
H A Dbug52827.phpt17 * cast to a FILE* handle in curl_setopt already
/PHP-7.2/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt29 // Should Issue Needs Rehash, Since Foo is cast to 0...
/PHP-7.2/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-7.2/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt12 * Pass floats as $key argument, then cast float values

Completed in 45 milliseconds

12