Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/ffi/tests/
H A Dbug78762.phpt2 Bug #78762 (Failing FFI::cast() may leak memory)
8 FFI::cast('char[10]', FFI::new('char[1]'));
14 attempt to cast to larger type
H A D011.phpt2 FFI 011: cast()
12 var_dump(FFI::cast("uint16_t[2]", $a));
H A Dbug78761.phpt14 FFI::cast('char[10]', FFI::new('char[1]'));
20 attempt to cast to larger type
H A D038.phpt13 $p = FFI::cast("int*", $a);
H A D040.phpt18 var_dump(FFI::cast("int8_t[4]", $x));
34 var_dump(FFI::cast("int8_t[4]", $y[0]));
/PHP-7.4/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 Dreal_cast_deprecation.phpt2 The (real) cast is deprecated
10 Deprecated: The (real) cast is deprecated, use (float) instead 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)
/PHP-7.4/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.4/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.4/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()
302 } else if (stream->ops->cast && stream->ops->cast(stream, castas, ret) == SUCCESS) { in _php_stream_cast()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug66094.phpt2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
/PHP-7.4/ext/pdo_firebird/tests/
H A Ddialect_1.phpt22 cast(0.76 as numeric(15, 2)) as K,
23 cast(\'2019-06-12\' as date) as DT
/PHP-7.4/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.4/Zend/tests/type_declarations/
H A Dtyped_properties_072.phpt2 Typed property must cast when used with __get()
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_ctor_cast.phpt2 Test method name string cast in ReflectionParameter ctor
/PHP-7.4/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.4/ext/exif/tests/
H A Dbug79046.phpt2 Bug #79046: NaN to int cast undefined behavior in exif
H A Dfloat_cast_overflow.phpt2 Overflow in float to int cast

Completed in 31 milliseconds

123