Searched refs:CData (Results 1 – 25 of 43) sorted by relevance
12
/PHP-8.1/ext/ffi/ |
H A D | ffi.stub.php | 19 public static function free(FFI\CData $ptr): void {} 25 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {} 30 public static function typeof(FFI\CData $ptr): FFI\CType {} 35 public static function addr(FFI\CData $ptr): FFI\CData {} 38 public static function sizeof(FFI\CData|FFI\CType $ptr): int {} 41 public static function alignof(FFI\CData|FFI\CType $ptr): int {} 48 public static function memcpy(FFI\CData $to, $from, int $size): void {} 59 public static function memset(FFI\CData $ptr, int $value, int $size): void {} 62 public static function string(FFI\CData $ptr, ?int $size = null): string {} 65 public static function isNull(FFI\CData $ptr): bool {} [all …]
|
H A D | ffi_arginfo.h | 17 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_FFI_new, 0, 1, FFI\\CData, 1) 24 ZEND_ARG_OBJ_INFO(ZEND_SEND_PREFER_REF, ptr, FFI\\CData, 0) 27 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_FFI_cast, 0, 2, FFI\\CData, 1) 37 ZEND_ARG_OBJ_INFO(ZEND_SEND_PREFER_REF, ptr, FFI\\CData, 0) 45 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_FFI_addr, 0, 1, FFI\\CData, 0) 46 ZEND_ARG_OBJ_INFO(ZEND_SEND_PREFER_REF, ptr, FFI\\CData, 0) 50 ZEND_ARG_OBJ_TYPE_MASK(ZEND_SEND_PREFER_REF, ptr, FFI\\CData|FFI\\CType, 0, NULL) 56 ZEND_ARG_OBJ_INFO(ZEND_SEND_PREFER_REF, to, FFI\\CData, 0) 68 ZEND_ARG_OBJ_INFO(ZEND_SEND_PREFER_REF, ptr, FFI\\CData, 0) 74 ZEND_ARG_OBJ_INFO(ZEND_SEND_PREFER_REF, ptr, FFI\\CData, 0) [all …]
|
/PHP-8.1/ext/ffi/tests/ |
H A D | gh7867.phpt | 26 object(FFI\CData:char*)#%d (1) { 30 object(FFI\CData:char[4])#%d (4) { 40 object(FFI\CData:char[4])#%d (4) { 52 object(FFI\CData:char*)#%d (1) { 56 object(FFI\CData:char[4])#%d (4) { 66 object(FFI\CData:char[4])#%d (4) {
|
H A D | bug80847.phpt | 43 object(FFI\CData:struct bug80847_02)#%d (1) { 45 object(FFI\CData:struct bug80847_01)#%d (2) { 52 object(FFI\CData:struct bug80847_02)#%d (1) { 54 object(FFI\CData:struct bug80847_01)#%d (2) { 61 object(FFI\CData:struct bug80847_02)#%d (1) { 63 object(FFI\CData:struct bug80847_01)#%d (2) {
|
H A D | 004.phpt | 55 object(FFI\CData:enum _a)#%d (1) { 59 object(FFI\CData:enum _b)#%d (1) { 63 object(FFI\CData:enum _c)#%d (1) { 67 object(FFI\CData:enum _d)#%d (1) { 71 object(FFI\CData:int32_t[1])#%d (1) { 75 object(FFI\CData:int32_t[1])#%d (1) { 79 object(FFI\CData:int32_t[2])#%d (2) {
|
H A D | 041.phpt | 62 object(FFI\CData:int32_t)#%d (1) { 66 object(FFI\CData:int32_t[2])#%d (2) { 72 object(FFI\CData:int32_t)#%d (1) { 76 object(FFI\CData:int32_t[2])#%d (2) { 90 object(FFI\CData:int32_t)#%d (1) { 94 object(FFI\CData:int32_t[2])#%d (2) { 100 object(FFI\CData:int32_t)#%d (1) { 104 object(FFI\CData:int32_t[2])#%d (2) {
|
H A D | 025.phpt | 26 object(FFI\CData:int32_t)#%d (1) { 30 object(FFI\CData:int32_t)#%d (1) { 36 object(FFI\CData:char)#%d (1) { 40 object(FFI\CData:char)#%d (1) {
|
H A D | 005.phpt | 16 object(FFI\CData:int32_t[2][2])#%d (2) { 18 object(FFI\CData:int32_t[2])#%d (2) { 25 object(FFI\CData:int32_t[2])#%d (2) {
|
H A D | 040.phpt | 52 object(FFI\CData:int32_t)#%d (1) { 58 object(FFI\CData:int8_t[4])#%d (4) { 68 object(FFI\CData:int32_t*)#%d (1) { 72 object(FFI\CData:int32_t)#%d (1) { 83 object(FFI\CData:int8_t[4])#%d (4) { 93 object(FFI\CData:int32_t*)#%d (1) {
|
H A D | 006.phpt | 17 object(FFI\CData:int32_t*[2])#%d (2) { 21 object(FFI\CData:int32_t*)#%d (1) { 26 object(FFI\CData:int32_t*[2])#%d (2) {
|
H A D | 033.phpt | 30 object(FFI\CData:uint8_t[2])#%d (2) { 36 object(FFI\CData:uint16_t[2])#%d (2) { 44 object(FFI\CData:uint8_t[2])#%d (2) { 52 object(FFI\CData:uint16_t[2])#%d (2) {
|
H A D | 047.phpt | 2 FFI 047: FFI::CData->cdata meaning 30 object(FFI\CData:int32_t)#%d (1) { 35 object(FFI\CData:struct <anonymous>)#%d (1) {
|
H A D | 003.phpt | 45 object(FFI\CData:struct _a)#%d (1) { 49 object(FFI\CData:struct _b)#%d (1) { 53 object(FFI\CData:struct _c)#%d (1) { 57 object(FFI\CData:struct _d)#%d (1) {
|
H A D | 026.phpt | 19 object(FFI\CData:int32_t[3])#%d (3) { 27 object(FFI\CData:int32_t[3])#%d (3) {
|
H A D | 035.phpt | 20 object(FFI\CData:uint16_t[2])#%d (2) { 26 object(FFI\CData:uint16_t[2])#%d (0) {
|
H A D | 039.phpt | 30 object(FFI\CData:int32_t*)#%d (1) { 34 object(FFI\CData:int32_t*)#%d (1) {
|
H A D | 009.phpt | 22 object(FFI\CData:int32_t[4])#%d (4) { 33 object(FFI\CData:int32_t[3])#%d (3) {
|
H A D | 045.phpt | 26 TypeError: FFI::isNull(): Argument #1 ($ptr) must be of type FFI\CData, null given 27 FFI\Exception: Cannot instantiate FFI\CData of zero size
|
H A D | 100.phpt | 45 object(FFI\CData:uint%d_t(*)())#%d (1) { 47 object(FFI\CData:uint%d_t())#%d (0) {
|
H A D | 101.phpt | 48 object(FFI\CData:uint%d_t(*)())#%d (1) { 50 object(FFI\CData:uint%d_t())#%d (0) {
|
H A D | 011.phpt | 15 object(FFI\CData:uint16_t[2])#%d (2) {
|
/PHP-8.1/ext/dom/tests/ |
H A D | bug52656.phpt | 7 $CData = new DOMCdataSection('splithere!'); 8 $CDataSplit = $CData->splitText(5);
|
/PHP-8.1/ext/xmlwriter/tests/ |
H A D | OO_013.phpt | 10 $cDataString = "<cdataElement><![CDATA[Text for inclusion within CData tags can include characters … 17 // CData output 28 <myDocumentRoot><myElement><cdataElement><![CDATA[Text for inclusion within CData tags can include …
|
H A D | OO_012.phpt | 10 $cDataString = "Text for inclusion within CData tags can include characters like <, >, &, and quote… 17 // CData output 30 <myDocumentRoot><myElement><cdataElement><![CDATA[Text for inclusion within CData tags can include …
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | bug77638_2.phpt | 10 FFI\CData::__set_state(array(
|
Completed in 36 milliseconds
12