diff --git a/docs/capabilities.md b/docs/capabilities.md index 10aec1fb..b6c72142 100644 --- a/docs/capabilities.md +++ b/docs/capabilities.md @@ -21,7 +21,7 @@ Auto-generated by `script/capability-matrix.php`. Do not edit by hand. | `array_unique` | yes | no | no | standard | doc: VM only; not implemented for JIT in this compiler build | | `array_values` | yes | yes | yes | standard | JIT PHPT; AOT PHPT | | `basename` | yes | yes | yes | standard | AOT PHPT | -| `bin2hex` | yes | yes | yes | standard | | +| `bin2hex` | yes | yes | yes | standard | AOT PHPT | | `bindec` | yes | yes | yes | standard | | | `boolval` | yes | yes | yes | standard | AOT PHPT | | `ceil` | yes | yes | yes | standard | | diff --git a/test/fixtures/aot/cases/bin2hex.phpt b/test/fixtures/aot/cases/bin2hex.phpt new file mode 100644 index 00000000..612344fd --- /dev/null +++ b/test/fixtures/aot/cases/bin2hex.phpt @@ -0,0 +1,13 @@ +--TEST-- +AOT: bin2hex() empty and binary strings +--FILE-- +