Home
last modified time | relevance | path

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

/PHP-8.3/ext/ffi/tests/
H A D045.phpt2 FFI 045: FFI::isNull()
9 var_dump(FFI::isNull(FFI::cdef()->new("int*")));
11 var_dump(FFI::isNull(FFI::addr($i)));
13 var_dump(FFI::isNull(null));
18 var_dump(FFI::isNull(FFI::cdef()->new("int[0]")));
26 TypeError: FFI::isNull(): Argument #1 ($ptr) must be of type FFI\CData, null given
/PHP-8.3/ext/ffi/
H A Dffi.stub.php70 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.c4594 ZEND_METHOD(FFI, isNull) /* {{{ */ in ZEND_METHOD() argument
/PHP-8.3/build/
H A Dgen_stub.php362 public function isNull(): bool { function in SimpleType
640 if ($type->isNull()) {
654 return !$type->isNull();
1732 if ($this->type->isNull()) {
2122 if ($value->type->isNull()) {
2219 if ($value->type->isNull()) {

Completed in 55 milliseconds