Home
last modified time | relevance | path

Searched refs:func (Results 76 – 100 of 318) sorted by relevance

12345678910>>...13

/php-src/ext/spl/tests/
H A Dbug61697.phpt14 foreach (spl_autoload_functions() AS $func)
16 spl_autoload_unregister($func);
H A Dspl_autoload_008.phpt41 foreach($funcs as $idx => $func)
45 var_dump($func);
47 spl_autoload_register($func);
64 spl_autoload_unregister($func);
H A Diterator_041a.phpt62 static function test($func, $skip = null)
64 echo "===$func===\n";
70 var_dump($func(new MyArrayIterator()));
H A Diterator_041.phpt62 static function test($func, $skip = null)
64 echo "===$func===\n";
70 var_dump($func(new MyArrayIterator()));
/php-src/Zend/tests/
H A Dfunc_sig_trailing_comma.phpt26 $func = function(
35 $func = fn(
H A Dns_trailing_comma_01.phpt8 echo "Foo func\n";
29 Foo func
H A Dbug64966.phpt5 function test($func) {
7 $a = $func("");
H A Dbug63741.phpt12 static function func ()
35 ClassToLoad::func();
H A Dbug73663.phpt10 $func = function (&$ref) {
21 $func(list(&$val) = $array);
H A Dget_defined_vars.phpt17 public function func() {
24 function func() {
43 func();
47 $sample_obj->func();
H A Daccess_modifiers_011.phpt22 public function __call($func, array $args = array())
24 return call_user_func_array(array($this, $func), $args);
/php-src/ext/soap/tests/bugs/
H A Dbug29830.phpt20 foreach($functions as $func) {
21 echo $func . "\n";
/php-src/ext/sqlite3/
H A Dsqlite3.c875 sqlite3_do_callback(&func->func, argc, argv, context, 0); in php_sqlite3_callback_func()
965 func = (php_sqlite3_func *)ecalloc(1, sizeof(*func)); in PHP_METHOD()
969 zend_fcc_dup(&func->func, &fcc); in PHP_METHOD()
977 efree(func); in PHP_METHOD()
1014 func = (php_sqlite3_func *)ecalloc(1, sizeof(*func)); in PHP_METHOD()
1028 efree(func); in PHP_METHOD()
2202 if (ZEND_FCC_INITIALIZED(func->func)) { in php_sqlite3_object_free_storage()
2203 zend_fcc_dtor(&func->func); in php_sqlite3_object_free_storage()
2211 efree(func); in php_sqlite3_object_free_storage()
2257 php_sqlite3_gc_buffer_add_fcc(gc_buffer, &func->func); in php_sqlite3_get_gc()
[all …]
/php-src/Zend/
H A Dzend_llist.c164 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del()
171 if (func(element->data)) { in zend_llist_apply_with_del()
179 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func) in zend_llist_apply() argument
184 func(element->data); in zend_llist_apply()
231 ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void … in zend_llist_apply_with_argument() argument
236 func(element->data, arg); in zend_llist_apply_with_argument()
241 ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func, int… in zend_llist_apply_with_arguments() argument
248 func(element->data, num_args, args); in zend_llist_apply_with_arguments()
H A Dzend_dtrace.c34 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in dtrace_get_executed_filename()
38 return ZSTR_VAL(ex->func->op_array.filename); in dtrace_get_executed_filename()
/php-src/Zend/Optimizer/
H A Dzend_call_graph.c50 zend_function *func; in zend_analyze_calls() local
65 func = zend_optimizer_get_called_func( in zend_analyze_calls()
67 if (func) { in zend_analyze_calls()
72 call_info->callee_func = func; in zend_analyze_calls()
81 } else if (func->type == ZEND_INTERNAL_FUNCTION) { in zend_analyze_calls()
84 zend_func_info *callee_func_info = ZEND_FUNC_INFO(&func->op_array); in zend_analyze_calls()
110 func = ZEND_FLF_FUNC(opline); in zend_analyze_calls()
115 call_info->callee_func = func; in zend_analyze_calls()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_call_user_func.phpt59 print "Call user func, procedural, using references for everything\n";
87 print "Call user func, object oriented, using references for everything\n";
115 …print "Call user func, object oriented, using variable for types. using references for bound param…
171 …print "Call user func, procedural, using references for everything but using variable for types\n";
335 Call user func, procedural, using references for everything
338 Call user func, object oriented, using references for everything
341 Call user func, object oriented, using variable for types. using references for bound parameter
344 Call user func, object oriented, using constant for types. using references for bound parameter
347 Call user func, procedural, using references for everything but using variable for types
350 Call user func, procedural, using references for bound parameter, using variables for resource and …
[all …]
/php-src/Zend/tests/generators/
H A Dyield_in_parenthesis.phpt14 func(yield $foo);
15 $foo->func(yield $foo);
/php-src/ext/reflection/tests/internal_parameter_default_value/
H A Dcheck_all.phpt18 foreach (get_defined_functions()["internal"] as $func) {
19 $rf = new ReflectionFunction($func);
/php-src/ext/standard/tests/
H A Dbug75220.phpt12 function bar($func)
19 function __call($func, $args)
/php-src/Zend/tests/return_types/
H A D013.phpt15 var_dump($func=$baz->bar(), $func());
/php-src/tests/classes/
H A Dabstract_static.phpt23 abstract static function func();
34 … therefore be declared abstract or implement the remaining methods (fail::func) in %sabstract_stat…
/php-src/ext/ffi/tests/
H A Dbug_gh9090.phpt48 [ $func, $argv ] = $func_argv;
52 $ffi->$func_ptr = $ffi->$func;
58 printf("%-36s = %-36s ? %s\n", $func_ptr, $func, $ok ? 'yes' : 'no');
/php-src/ext/intl/timezone/
H A Dtimezone_class.h67 …_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const char *func, zval *ret);
68 TimeZone *timezone_process_timezone_argument(zval *zv_timezone, intl_error *error, const char *func
/php-src/ext/reflection/tests/
H A Dbug71767.phpt24 $func = function(
38 $reflectionClosure = new ReflectionFunction($func);

Completed in 51 milliseconds

12345678910>>...13