Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/ffi/tests/
H A D045.phpt2 FFI 045: FFI::isNull()
9 var_dump(FFI::isNull(FFI::new("int*")));
11 var_dump(FFI::isNull(FFI::addr($i)));
13 var_dump(FFI::isNull(null));
18 var_dump(FFI::isNull(FFI::new("int[0]")));
26 TypeError: FFI::isNull(): Argument #1 ($ptr) must be of type FFI\CData, null given
/PHP-8.0/ext/ffi/
H A Dffi.stub.php64 public static function isNull(FFI\CData $ptr): bool {} function in FFI
H A Dffi_arginfo.h102 ZEND_METHOD(FFI, isNull);
123 ZEND_ME(FFI, isNull, arginfo_class_FFI_isNull, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dffi.c4456 ZEND_METHOD(FFI, isNull) /* {{{ */ in ZEND_METHOD() argument
/PHP-8.0/build/
H A Dgen_stub.php172 public function isNull(): bool { function in SimpleType
280 if ($type->isNull()) {
289 return !$type->isNull();

Completed in 34 milliseconds