/PHP-7.2/Zend/tests/ |
H A D | bug39018.phpt | 65 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 D | unset_cast_deprecated.phpt | 2 The (unset) cast is deprecated 12 Deprecated: The (unset) cast is deprecated in %s on line %d
|
H A D | offset_string.phpt | 33 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 D | double_array_cast.phpt | 2 Double array cast
|
H A D | bug42772.phpt | 2 Bug #42772 (Storing $this in a static var fails while handling a cast to string)
|
H A D | bug34199.phpt | 2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
|
H A D | bug33999.phpt | 2 Bug #33999 (object remains object when cast to int)
|
/PHP-7.2/ext/spl/tests/ |
H A D | bug71028.phpt | 5 function cast(&$a) { 13 cast($b);
|
H A D | bug65213.phpt | 2 Bug #65213 (cannot cast SplFileInfo to boolean)
|
/PHP-7.2/ext/pdo_dblib/tests/ |
H A D | bug_54648.phpt | 12 $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 D | cast.c | 220 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 D | bug66094.phpt | 2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
|
/PHP-7.2/ext/opcache/tests/ |
H A D | bug70111.phpt | 2 Bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast)
|
/PHP-7.2/ext/simplexml/tests/ |
H A D | bug62328.phpt | 2 Bug #62328 (implementing __toString and a cast to string fails)
|
H A D | 034.phpt | 2 SimpleXML: cast to array
|
/PHP-7.2/ext/reflection/tests/ |
H A D | bug74673.phpt | 2 Bug #74673 (Segfault when cast Reflection object to string with undefined constant)
|
/PHP-7.2/ext/dba/tests/ |
H A D | bug65708.phpt | 2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
|
/PHP-7.2/ext/sockets/tests/ |
H A D | mcast_ipv4_send_error.phpt | 18 //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 D | bug53241.phpt | 5 /* unfortunately no standard function does a cast to FILE*, so we need
|
/PHP-7.2/ext/pdo_firebird/tests/ |
H A D | bug_76488.phpt | 17 cast(lpad(\'A\', 8000, \'A\') as BLOB sub_type TEXT) as SRC
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 903 #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 D | bug52827.phpt | 17 * cast to a FILE* handle in curl_setopt already
|
/PHP-7.2/ext/standard/tests/password/ |
H A D | password_needs_rehash.phpt | 29 // Should Issue Needs Rehash, Since Foo is cast to 0...
|
/PHP-7.2/ext/pdo_pgsql/tests/ |
H A D | bug_33876.phpt | 38 # 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 D | array_key_exists_variation3.phpt | 12 * Pass floats as $key argument, then cast float values
|