Home
last modified time | relevance | path

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

/php-src/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-src/ext/ffi/
H A Dffi.stub.php70 public static function isNull(FFI\CData $ptr): bool {} function in FFI
H A Dffi_arginfo.h140 ZEND_METHOD(FFI, isNull);
175 ZEND_ME(FFI, isNull, arginfo_class_FFI_isNull, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dffi.c4591 ZEND_METHOD(FFI, isNull) /* {{{ */ in ZEND_METHOD() argument
/php-src/build/
H A Dgen_stub.php373 public function isNull(): bool { function in SimpleType
651 if ($type->isNull()) {
665 return !$type->isNull();
2283 if ($this->type->isNull()) {
2714 if ($value->type->isNull()) {
2819 if ($value->type->isNull()) {

Completed in 55 milliseconds