Home
last modified time | relevance | path

Searched refs:function (Results 76 – 100 of 6887) sorted by last modified time

12345678910>>...276

/PHP-5.5/tests/lang/
H A Dfunc_get_args.002.phpt6 function foo($a)
H A Dfunc_get_args.003.phpt2 func_get_args() outside of a function declaration
10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
H A Dfunc_get_args.004.phpt5 function valRef($x, &$y) {
13 function refVal(&$x, $y) {
H A Dfunc_num_args.001.phpt6 function foo()
H A Dfunc_num_args.002.phpt6 function foo($a)
H A Dfunc_num_args.003.phpt2 func_num_args() outside of a function declaration
11 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dfunc_num_args.004.phpt5 function valRef($x, &$y) {
13 function refVal(&$x, $y) {
H A Dbug18872.phpt9 function foo($biff = FooBar::BIFF) {
H A Dbug20175.phpt12 * Storing the result of a function in a static variable.
20 function foo_global() {
26 function foo_static() {
40 * after the function call bar_global() is done in current local scope.
44 function bar_global() {
50 function bar_static() {
70 function &wow_global() {
77 function wow_static() {
100 function oop_class() {
110 function oop_test() {
[all …]
H A Dbug21094.phpt6 function hdlr($errno, $errstr, $errfile, $errline) {
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
19 function bar($text){
23 function fubar($text){
H A Dbug21849.phpt8 function foo($arg = self::bar) {
H A Dbug21961.phpt11 function man()
17 function getdrunk($where)
22 function getName()
32 function bar($w)
37 function getName()
42 function whosdrunk()
H A Dbug22231.phpt11 function &foo(){
H A Dbug22510.phpt11 function finalize() {
16 function &method1() {
21 function &method2() {
26 function method3() {
34 function run1() {
41 function run2() {
48 function run3() {
56 function ouch(&$bar) {
62 function ok1(&$bar) {
67 function ok2(&$bar) {
[all …]
H A Dbug22592.phpt5 function error_hdlr($errno, $errstr) {
H A Dbug23384.phpt10 function test($x = Foo::HUN) {
H A Dbug23489.phpt6 function Test() {
14 function transform($buffer) {
H A Dbug23922.phpt9 function as_string()
12 function as_expr()
H A Dbug24403.phpt9 function a()
H A Dbug24499.phpt8 public function tester($obj)
H A Dbug24573.phpt7 function Bar() {
H A Dbug24640.phpt8 function test($v)
H A Dbug24658.phpt6 function no_typehint($a) {
9 function typehint(foo $a) {
12 function no_typehint_ref(&$a) {
15 function typehint_ref(foo &$a) {
H A Dbug24908.phpt8 function __construct() {
11 function __destruct() {

Completed in 65 milliseconds

12345678910>>...276