Home
last modified time | relevance | path

Searched refs:frameless (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/opcache/tests/
H A Dct_eval_frameless_003.phpt2 Test ct eval of frameless function
H A Dct_eval_frameless_001.phpt2 Test ct eval of frameless function
H A Dct_eval_frameless_002.phpt2 Test ct eval of frameless function
/php-src/Zend/tests/
H A Dframeless_undefined_var.phpt2 Undefined var in frameless call
/php-src/ext/opcache/tests/opt/
H A Dinference_frameless.phpt2 Type inference of frameless functions
/php-src/docs/source/miscellaneous/
H A Dstubs.rst623 In PHP 8.4, arity-based frameless functions were introduced. This is another optimization technique,
627 To take advantage of frameless functions, add the ``@frameless-function`` PHPDoc tag with some
630 Since only arity-based optimizations are supported, the tag has the form: ``@frameless-function
631 {"arity": NUM}``. ``NUM`` is the number of parameters for which a frameless function is available.
639 * @frameless-function {"arity": 2}
640 * @frameless-function {"arity": 3}
644 Apart from being compile-time evaluable, it has a frameless function counterpart for both the 2 and
655 /* The frameless version of the in_array() function when 2 arguments are passed */
668 /* The frameless version of the in_array() function when 3 arguments are passed */
/php-src/Zend/
H A Dzend_API.h2187 …l_ex(const zval *arg, bool *dest, bool *is_null, bool check_null, uint32_t arg_num, bool frameless) in zend_parse_arg_bool_ex() argument
2200 if (frameless) { in zend_parse_arg_bool_ex()
2214 …ng_ex(zval *arg, zend_long *dest, bool *is_null, bool check_null, uint32_t arg_num, bool frameless) in zend_parse_arg_long_ex() argument
2225 if (frameless) { in zend_parse_arg_long_ex()
2279 …_parse_arg_str_ex(zval *arg, zend_string **dest, bool check_null, uint32_t arg_num, bool frameless) in zend_parse_arg_str_ex() argument
2286 if (frameless) { in zend_parse_arg_str_ex()
/php-src/
H A DUPGRADING.INTERNALS278 that provide a frameless handler (search for usages of the

Completed in 36 milliseconds