Searched defs:cast (Results 1 – 5 of 5) sorted by relevance
27 public static function cast(FFI\CType|string $type, $ptr): FFI\CData {} function in FFI
3956 ZEND_METHOD(FFI, cast) /* {{{ */ in ZEND_METHOD() argument
188 def cast(self): member in ZendAstPrettyPrinter
126 int (*cast)(php_stream *stream, int castas, void **ret); member
215 #define cast(t,exp)((t)(exp)) macro
Completed in 40 milliseconds