Skip to content

Commit 8e81d91

Browse files
committed
re-enable cte
Can be evaluated as module registry happens prior to compilation.
1 parent a1fd74d commit 8e81d91

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,11 +3032,13 @@ function request_parse_body(?array $options = null): array {}
30323032
/* image.c */
30333033

30343034
/**
3035+
* @compile-time-eval
30353036
* @refcount 1
30363037
*/
30373038
function image_type_to_mime_type(int $image_type): string {}
30383039

30393040
/**
3041+
* @compile-time-eval
30403042
* @refcount 1
30413043
*/
30423044
function image_type_to_extension(int $image_type, bool $include_dot = true): string|false {}

ext/standard/basic_functions_arginfo.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)