Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/ffi/
H A Dffi.stub.php65 public static function isNull(FFI\CData $ptr): bool {} function in FFI
H A Dffi_arginfo.h141 ZEND_METHOD(FFI, isNull);
177 ZEND_ME(FFI, isNull, arginfo_class_FFI_isNull, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dffi.c4471 ZEND_METHOD(FFI, isNull) /* {{{ */ in ZEND_METHOD() argument
/PHP-8.1/build/
H A Dgen_stub.php258 public function isNull(): bool { function in SimpleType
488 if ($type->isNull()) {
501 return !$type->isNull();

Completed in 39 milliseconds