Home
last modified time | relevance | path

Searched refs:a (Results 226 – 250 of 6311) sorted by last modified time

12345678910>>...253

/PHP-5.5/tests/classes/
H A Dbug27504.phpt23 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
H A Dclone_004.phpt6 public $a = 'base';
25 $o1->a = array(1,2);
34 $o2->a = 5;
50 ["a"]=>
67 ["a"]=>
79 ["a"]=>
H A Dclone_005.phpt6 public $a = 'base';
H A Dconstants_basic_002.phpt2 Basic class support - defining and reading a class constant.
H A Dconstants_basic_003.phpt8 public static $a = A::MY_CONST;
19 var_dump(B::$a);
H A Dconstants_basic_006.phpt2 Ensure class constants are not evaluated when a class is looked up to resolve inheritance during ru…
8 public static $a = array(K => D::V, E::A => K);
20 var_dump(C::X, C::$a, D::X, D::$a, E::X, E::$a);
H A Dconstants_error_003.phpt2 Basic class support - attempting to pass a class constant by reference.
10 function f(&$a)
12 $a = "changed";
H A Dconstants_error_004.phpt2 Class constant whose initial value refereces a non-existent class
10 $a = new C();
H A Dconstants_error_005.phpt2 Error case: class constant as an encapsed containing a variable
H A Dconstants_error_006.phpt2 Basic class support - attempting to modify a class constant by assignment
10 echo "\nTrying to modify a class constant directly - should be parse error.\n";
H A Dconstants_error_007.phpt2 Basic class support - attempting to create a reference to a class constant
10 echo "\nAttempting to create a reference to a class constant - should be parse error.\n";
11 $a = &aclass::myConst;
H A Dctor_in_interface_01.phpt12 function __construct($a)
H A Dctor_in_interface_03.phpt16 function __construct($a)
H A Dctor_in_interface_04.phpt19 function __construct($a)
H A Dctor_name_clash.phpt2 ZE2 The child class can re-use the parent class name for a function member
H A Ddestructor_and_exceptions.phpt20 $a = new FailClass;
21 unset($a);
/PHP-5.5/
H A Dserver-tests.php48 | with --with-pcre-regex or if you have compiled pcre as a |
729 function test_sort($a, $b) { argument
730 …$ta = strpos($a, "{$this->cwd}/tests")===0 ? 1 + (strpos($a, "{$this->cwd}/tests/run-test")===0 ? …
733 return strcmp($a, $b);
/PHP-5.5/tests/basic/
H A D003.phpt4 a=Hello+World
10 echo "post-a=({$_POST['a']}) get-b=({$_GET['b']}) get-c=({$_GET['c']})"?>
12 post-a=(Hello World) get-b=(Hello Again World) get-c=(Hi Mom)
H A D004.phpt4 a=Hello+World&b=Hello+Again+World
8 echo "{$_POST['a']} {$_POST['b']}" ?>
H A D005.phpt4 a=Hello+World&b=Hello+Again+World&c=1
8 echo "{$_POST['a']} {$_POST['b']} {$_POST['c']}"?>
H A D013.phpt4 a[]=1
7 var_dump($_POST['a']);
H A D014.phpt4 a[]=1&a[]=1
7 var_dump($_POST['a']);
H A D015.phpt4 a[]=1&a[0]=5
7 var_dump($_POST['a']);
H A D016.phpt4 a[a]=1&a[b]=3
7 var_dump($_POST['a']);
11 ["a"]=>
H A D017.phpt4 a[]=1&a[a]=1&a[b]=3
7 var_dump($_POST['a']);
13 ["a"]=>

Completed in 29 milliseconds

12345678910>>...253