Home
last modified time | relevance | path

Searched refs:function (Results 101 – 125 of 9018) sorted by last modified time

12345678910>>...361

/php-src/ext/bcmath/tests/
H A Dbcround_half_even.phpt2 bcround() function PHP_ROUND_HALF_EVEN
H A Dbcround_half_odd.phpt2 bcround() function PHP_ROUND_HALF_ODD
H A Dbcround_half_up.phpt2 bcround() function PHP_ROUND_HALF_UP
H A Dbcround_test_helper.inc3 function printResult (array $cases, int $mode)
11 function run_round_test(int $mode)
H A Dbcround_toward_zero.phpt2 bcround() function PHP_ROUND_TOWARD_ZERO
H A Dbcceil.phpt2 bcceil() function
H A Dbcceil_error.phpt2 bcceil() function with error
H A Dbcfloor.phpt2 bcfloor() function
H A Dbcfloor_error.phpt2 bcfloor() function with error
H A Dbcround_away_from_zero.phpt2 bcround() function PHP_ROUND_AWAY_FROM_ZERO
/php-src/ext/reflection/
H A Dphp_reflection.stub.php122 public function __construct(Closure|string $function) {} argument
572 /** @param string|array|object $function */
573 public function __construct($function, int|string $param) {} argument
H A Dphp_reflection_arginfo.h90 ZEND_ARG_OBJ_TYPE_MASK(0, function, Closure, MAY_BE_STRING, NULL)
430 ZEND_ARG_INFO(0, function)
/php-src/ext/filter/
H A Dfilter.c34 void (*function)(PHP_INPUT_FILTER_PARAM_DECL); member
273 filter_func.function(value, flags, options, charset); in php_zval_filter()
/php-src/Zend/tests/
H A Dclosure_068.phpt7 function foo() {
H A Dname_collision_08.phpt7 function bar() {}
11 use function Foo\bar;
12 function bar() {}
16 Fatal error: Cannot redeclare function Bazzle\bar() (previously declared as local import) in %s on …
H A Dfunction_redecl.phpt5 function f() {}
6 function f() {}
9 Fatal error: Cannot redeclare function f() (previously declared in %s:%d) in %s on line %d
H A Ddeclare_already_in_use.phpt6 function test() {
/php-src/ext/opcache/tests/
H A Dbug73583.phpt2 Bug #73583 (Segfaults when conditionally declared class and function have the same name)
14 function A() { }
15 function A() { }
19 Fatal error: Cannot redeclare function A() (previously declared in %sbug73583.php:4) in %sbug73583.…
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c92 zend_function *function; in zend_accel_move_user_functions() local
107 function = Z_PTR(p->val); in zend_accel_move_user_functions()
108 if (EXPECTED(function->type == ZEND_USER_FUNCTION) in zend_accel_move_user_functions()
109 && EXPECTED(function->op_array.filename == filename)) { in zend_accel_move_user_functions()
110 _zend_hash_append_ptr(dst, p->key, function); in zend_accel_move_user_functions()
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_fatal_error_leak.phpt6 function test() {}
8 preg_replace_callback('/a/', function($matches) {
9 preg_replace_callback('/x/', function($matches) {
10 function test() {} // Trigger a fatal error.
18 Fatal error: Cannot redeclare function test() (previously declared in %s:%d) in %s on line %d
/php-src/Zend/tests/use_function/
H A Ddefine_imported.phpt2 defining function with same name as imported should fail
7 use function foo\bar;
9 function bar() {}
14 Fatal error: Cannot redeclare function bar() (previously declared as local import) in %s on line %d
/php-src/Zend/
H A Dzend_API.c2857 zend_function function; in zend_register_functions() local
2858 zend_internal_function *reg_function, *internal_function = (zend_internal_function *)&function; in zend_register_functions()
2984 memcpy(reg_function, &function, sizeof(zend_internal_function)); in zend_register_functions()
/php-src/ext/odbc/tests/
H A Dodbc_non_persistent_connection_reuse.phpt32 function set_context_info($conn, $string) {
37 function fetch_context_info($conn) {
H A Dodbc_persistent_close_all.phpt32 function set_context_info($conn, $string) {
37 function fetch_context_info($conn) {
/php-src/build/
H A Dlibtool.m42414 # func_win32_libid is a shell function defined in ltmain.sh
2421 # func_win32_libid shell function, so use a weaker test based on 'objdump',

Completed in 76 milliseconds

12345678910>>...361