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.php67 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.c4637 ZEND_METHOD(FFI, isNull) /* {{{ */ in ZEND_METHOD() argument
/php-src/build/
H A Dgen_stub.php374 public function isNull(): bool { function in SimpleType
656 if ($type->isNull()) {
670 return !$type->isNull();
2305 if ($this->type->isNull()) {
2736 if ($value->type->isNull()) {
2841 if ($value->type->isNull()) {

Completed in 66 milliseconds