Searched refs:CData (Results 1 – 25 of 52) sorted by relevance
123
/PHP-8.3/ext/ffi/ |
H A D | ffi.stub.php | 24 public static function free(FFI\CData $ptr): void {} 30 public static function cast(FFI\CType|string $type, $ptr): ?FFI\CData {} 35 public static function typeof(FFI\CData $ptr): FFI\CType {} 40 public static function addr(FFI\CData $ptr): FFI\CData {} 43 public static function sizeof(FFI\CData|FFI\CType $ptr): int {} 46 public static function alignof(FFI\CData|FFI\CType $ptr): int {} 53 public static function memcpy(FFI\CData $to, $from, int $size): void {} 64 public static function memset(FFI\CData $ptr, int $value, int $size): void {} 67 public static function string(FFI\CData $ptr, ?int $size = null): string {} 70 public static function isNull(FFI\CData $ptr): bool {} [all …]
|
/PHP-8.3/ext/ffi/tests/ |
H A D | gh11934.phpt | 2 Feature GH-11934 (Allow to pass CData into struct and/or union fields) 98 echo "--- Other FFI\CData assignment ---\n"; 136 Warning: Object of class FFI\CData could not be converted to int in %s on line %d 138 Warning: Object of class FFI\CData could not be converted to int in %s on line %d 140 Warning: Object of class FFI\CData could not be converted to int in %s on line %d 142 Warning: Object of class FFI\CData could not be converted to int in %s on line %d 144 Warning: Object of class FFI\CData could not be converted to int in %s on line %d 146 Warning: Object of class FFI\CData could not be converted to int in %s on line %d 148 Warning: Object of class FFI\CData could not be converted to int in %s on line %d 150 Warning: Object of class FFI\CData could not be converted to int in %s on line %d [all …]
|
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 | 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 | 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 | 28 object(FFI\CData:int32_t)#%d (1) { 32 object(FFI\CData:int32_t)#%d (1) { 38 object(FFI\CData:char)#%d (1) { 42 object(FFI\CData:char)#%d (1) {
|
H A D | gh9698.phpt | 2 GH-9698 (stream_wrapper_register crashes with FFI\CData provided as class) 11 stream_wrapper_register('badffi', 'FFI\CData'); 20 Attempt to assign field 'context' to uninitialized FFI\CData object
|
H A D | 005.phpt | 18 object(FFI\CData:int32_t[2][2])#%d (2) { 20 object(FFI\CData:int32_t[2])#%d (2) { 27 object(FFI\CData:int32_t[2])#%d (2) {
|
H A D | 006.phpt | 19 object(FFI\CData:int32_t*[2])#%d (2) { 23 object(FFI\CData:int32_t*)#%d (1) { 28 object(FFI\CData:int32_t*[2])#%d (2) {
|
H A D | 040.phpt | 54 object(FFI\CData:int32_t)#%d (1) { 60 object(FFI\CData:int8_t[4])#%d (4) { 70 object(FFI\CData:int32_t*)#%d (1) { 74 object(FFI\CData:int32_t)#%d (1) { 85 object(FFI\CData:int8_t[4])#%d (4) { 95 object(FFI\CData:int32_t*)#%d (1) {
|
H A D | 033.phpt | 32 object(FFI\CData:uint8_t[2])#%d (2) { 38 object(FFI\CData:uint16_t[2])#%d (2) { 46 object(FFI\CData:uint8_t[2])#%d (2) { 54 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 | addr_in_lval.phpt | 13 function &getBar() { return $this->data->bar; } // return by ref to get CData instead of null 24 object(FFI\CData:struct <anonymous>)#3 (1) { 26 object(FFI\CData:char*)#6 (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 | addr_to_owned.phpt | 18 object(FFI\CData:struct <anonymous>*)#3 (1) { 20 object(FFI\CData:struct <anonymous>)#2 (1) {
|
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 | 24 object(FFI\CData:int32_t[4])#%d (4) { 35 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
|
/PHP-8.3/ext/dom/tests/ |
H A D | bug52656.phpt | 7 $CData = new DOMCdataSection('splithere!'); 8 $CDataSplit = $CData->splitText(5);
|
/PHP-8.3/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.3/ext/standard/tests/array/ |
H A D | array_sum_objects_operation_no_cast_FFI.phpt | 23 Warning: array_sum(): Addition is not supported on type FFI\CData in %s on line %d 26 object(FFI\CData:int32_t*)#4 (1) {
|
Completed in 21 milliseconds
123