Skip to content

Commit cfddbd1

Browse files
committed
Add EXTENSIONS section
1 parent efba966 commit cfddbd1

File tree

62 files changed

+124
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+124
-0
lines changed

ext/ffi/tests/jit/001_var_read_scalar.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 001: Read Variable (scalar)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/002_var_read_array.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 002: Read Variable (array)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/003_var_read_struct.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 003: Read Variable (struct)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/004_var_read_struct_ptr.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 004: Read Variable (struct ptr)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/005_var_read_func.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 005: Read Variable (func)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/006_var_write_scalar.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 006: Write Variable (scalar)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/007_var_write_scalar_cdata.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 007: Write Variable (scalar cdata)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/008_var_write_struct_ptr_null.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 008: Write Variable (struct ptr null)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/009_var_write_struct_ptr_cdata.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 009: Write Variable (struct ptr cdata)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

ext/ffi/tests/jit/010_var_modify_scalar.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
FFI/JIT 010: Modify Variable (scalar)
3+
--EXTENSIONS--
4+
ffi
35
--INI--
46
ffi.enable=1
57
;opcache.jit=tracing

0 commit comments

Comments
 (0)