Home
last modified time | relevance | path

Searched refs:c (Results 201 – 225 of 4053) sorted by path

12345678910>>...163

/PHP-7.4/Zend/tests/
H A Dgc_017.phpt28 $c = new Node('C');
30 $a->insert($c);
33 unset($c);
H A Dget_class_methods_001.phpt9 protected function c() { }
44 string(1) "c"
54 string(1) "c"
H A Dget_class_methods_003.phpt15 private function c() { }
H A Dget_class_vars_001.phpt9 private $c = 3;
H A Dget_class_vars_002.phpt9 private $c = 3;
23 var_dump($this->a, $this->b, $this->c);
46 Notice: Undefined property: C::$c in %s on line %d
H A Dget_class_vars_003.phpt9 private $c = 3;
H A Dget_class_vars_004.phpt13 protected $c = 5;
44 ["c"]=>
58 ["c"]=>
H A Dget_class_vars_005.phpt12 private $c = 3;
35 ["c"]=>
H A Dget_class_vars_007.phpt9 static protected $c, $cc;
36 ["c"]=>
H A Dget_defined_functions_basic.phpt8 * Source code: Zend/zend_builtin_functions.c
H A Dget_defined_vars.phpt14 $assoc_array = array( 'a'=>97, 'c'=>99, 'A'=>65, 'C'=>67, 1=>"string1" ); //associative array
89 ["c"]=>
H A Dheredoc_005.phpt9 This is heredoc test #s $a, $b, $c['c'], and $d->d.
14 This is heredoc test #s $a, $b, $c['c'], and $d->d.
H A Dheredoc_006.phpt9 This is heredoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is heredoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
H A Dheredoc_007.phpt9 This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
H A Dinstanceof_001.phpt14 $c = array(new stdClass);
15 var_dump($c[0] instanceof stdClass);
H A Dinter_007.phpt10 interface c {
14 class_alias('c', 'w');
20 Fatal error: Cannot make non static method c::B() static in class d in %s on line 4
H A Dinter_03.phpt11 const c = self::b;
14 var_dump(b::c, a::b);
H A Dinter_04.phpt14 interface c extends a, b {
H A Disset_002.phpt6 var_dump(isset($a, ${$b}, $$c, $$$$d, $e[$f->g]->d));
H A Disset_003.phpt15 var_dump(isset($c[0][1][2]->a->b->c->d));
17 var_dump(isset(${$a}->{$b->{$c[$d]}}));
32 Notice: Undefined variable: c in %s on line %d
H A Djump12.phpt6 goto c;
12 c:
H A Djump13.phpt12 goto c;
15 c: print 3;
/PHP-7.4/Zend/tests/generators/
H A Dbug74157.phpt7 $a = $b = $c = 2;
H A Dyield_during_method_call.phpt7 public function b($c) {
8 echo $c, "\n";
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_006.phpt14 static $list = ['a' => ['b' => ['c']]];
70 string(1) "c"

Completed in 87 milliseconds

12345678910>>...163