Searched refs:alignof (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/ffi/tests/ |
H A D | 034.phpt | 2 FFI 034: FFI::typeof(), FFI::sizeof(), FFI::alignof() 13 var_dump(FFI::alignof($p1), FFI::alignof($p2), FFI::alignof($p3)); 15 var_dump(FFI::alignof(FFI::typeof($p1)), FFI::alignof(FFI::typeof($p2)), FFI::alignof(FFI::typeof($…
|
H A D | 040.phpt | 25 var_dump(FFI::alignof($x)); 41 var_dump(FFI::alignof($y[0]));
|
H A D | 022.phpt | 16 if (FFI::alignof(FFI::new($type)) !== $align) { 17 echo "FAIL: alignof($type) != $align\n";
|
/PHP-8.1/ext/ffi/ |
H A D | ffi.stub.php | 41 public static function alignof(FFI\CData|FFI\CType $ptr): int {} function in FFI
|
H A D | ffi_arginfo.h | 136 ZEND_METHOD(FFI, alignof); 172 ZEND_ME(FFI, alignof, arginfo_class_FFI_alignof, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
H A D | ffi.c | 4241 ZEND_METHOD(FFI, alignof) /* {{{ */ in ZEND_METHOD() argument
|
Completed in 29 milliseconds