Home
last modified time | relevance | path

Searched refs:cast (Results 76 – 91 of 91) sorted by relevance

1234

/PHP-8.3/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt33 // Should Issue Needs Rehash, Since Foo is cast to 0...
/PHP-8.3/Zend/tests/float_to_int/
H A Dwarnings_float_vars.phpt149 Warning: String offset cast occurred in %s on line %d
152 Warning: String offset cast occurred in %s on line %d
/PHP-8.3/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-8.3/ext/soap/tests/
H A Dbug48557.phpt2 Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
/PHP-8.3/ext/standard/tests/file/
H A Dbug52820.phpt8 /* 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-8.3/ext/ffi/
H A Dffi.stub.php30 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {} function in FFI
H A Dffi_arginfo.h130 ZEND_METHOD(FFI, cast);
166 ZEND_ME(FFI, cast, arginfo_class_FFI_cast, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dffi.c3913 ZEND_METHOD(FFI, cast) /* {{{ */ in ZEND_METHOD() argument
/PHP-8.3/ext/ffi/tests/
H A D027.phpt46 var_dump(FFI::sizeof($ffi->cast("int[]", $ffi->new("int[2]"))));
/PHP-8.3/
H A DUPGRADING96 The value continues to be cast to the value 0.
99 * An E_WARNING is now emitted if $start or $end is cast to an integer
190 . Calling FFI::cast(), FFI::new(), and FFI::type() statically is now
376 whilst every other value was cast to int. Moreover, objects that define
377 a numeric cast (e.g. GMP) are now casted instead of ignored.
485 Internal objects that implement an _IS_NUMBER cast but not a do_operator
H A Dconfigure.ac1628 dnl cast to void*. In that case, set -fno-sanitize=function.
1730 PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \
H A DNEWS1012 . Fixed bug GH-12208 (SimpleXML infinite loop when a cast is used inside a
/PHP-8.3/ext/zlib/tests/
H A Ddata.inc32 Is sicklied o'er with the pale cast of thought,
/PHP-8.3/main/
H A Dphp_streams.h130 int (*cast)(php_stream *stream, int castas, void **ret); member
/PHP-8.3/win32/build/
H A Dconfig.w32308 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \

Completed in 71 milliseconds

1234