Home
last modified time | relevance | path

Searched refs:cast (Results 26 – 50 of 54) sorted by relevance

123

/PHP-7.4/ext/reflection/tests/
H A Dbug74673.phpt2 Bug #74673 (Segfault when cast Reflection object to string with undefined constant)
/PHP-7.4/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_073.phpt2 Typed property must cast when used with &__get()
/PHP-7.4/Zend/tests/
H A Dbug33999.phpt2 Bug #33999 (object remains object when cast to int)
/PHP-7.4/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-7.4/ext/pdo_firebird/tests/
H A Dbug_76488.phpt18 cast(lpad(\'A\', 8000, \'A\') as BLOB sub_type TEXT) as SRC
/PHP-7.4/ext/ffi/tests/
H A D041.phpt37 return FFI::cast(FFI::type($str), FFI::new($str));
40 return FFI::cast($type, FFI::new($str));
H A D027.phpt44 var_dump(FFI::sizeof(FFI::cast("int[]", FFI::new("int[2]"))));
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt24 //if we had a simple cast to unsigned char, this would be the same as 0
40 //if we had a simple cast to unsigned char, this would be the same as 0
/PHP-7.4/ext/intl/tests/
H A Dtimezone_getErrorCodeMessage_basic.phpt7 /* INF being an invalid offset depends on UB in float->int cast behavior. */
H A Dtimezone_getOffset_error.phpt8 /* INF being an invalid offset depends on UB in float->int cast behavior. */
/PHP-7.4/ext/curl/tests/
H A Dbug52827.phpt17 * cast to a FILE* handle in curl_setopt already
/PHP-7.4/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.4/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt33 // Should Issue Needs Rehash, Since Foo is cast to 0...
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt12 * Pass floats as $key argument, then cast float values
/PHP-7.4/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-7.4/ext/soap/tests/
H A Dbug48557.phpt2 Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
/PHP-7.4/docs/
H A Dstreams.md178 You need to "cast" the stream into a `FILE*`, and this is how you do it:
196 appropriate error message of type `E_WARNING` if the cast fails.
219 /* can safely cast to FILE* with no adverse side effects */
229 to find out if a stream can be cast, without actually performing the cast, so to
252 read, write, close, flush, seek, gets and cast operations. Of these, an
308 The mode parameter is passed on to `fdopen/fopencookie` when the stream is cast
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_kill.phpt24 // Zend will cast the NULL to 0
/PHP-7.4/Zend/
H A DZend.m4155 dnl Test whether double cast to long preserves least significant bits.
156 AC_MSG_CHECKING(whether double cast to long preserves least significant bits)
179 …AC_DEFINE([ZEND_DVAL_TO_LVAL_CAST_OK], 1, [Define if double cast to long preserves least significa…
/PHP-7.4/ext/zlib/tests/
H A Ddata.inc32 Is sicklied o'er with the pale cast of thought,
/PHP-7.4/main/
H A Dphp_streams.h127 int (*cast)(php_stream *stream, int castas, void **ret); member
/PHP-7.4/win32/build/
H A Dconfig.w32262 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \

Completed in 42 milliseconds

123