Home
last modified time | relevance | path

Searched refs:C (Results 76 – 100 of 763) sorted by relevance

12345678910>>...31

/PHP-7.0/Zend/tests/
H A Dself_in_eval.phpt6 class C {
20 C::f();
26 string(1) "C"
27 string(1) "C"
H A Dbug64239_4.phpt9 class C extends A {
24 C::Bmethod();
25 C::t2method();
30 #0 C::Bmethod() called at [%sbug64239_4.php:%d]
H A Dns_089.phpt12 class C { function __construct() {echo __METHOD__,"\n";} }
20 C as AC,
29 class C { function __construct() {echo __METHOD__,"\n";}}
37 new C;
49 Foo\Bar\Baz\C::__construct
51 Fiz\Biz\Buz\C::__construct
H A Dns_090.phpt12 class C { function __construct() {echo __METHOD__,"\n";} }
17 use Foo\Bar\Baz\{ A, B, C as AC, D };
20 class C { function __construct() {echo __METHOD__,"\n";}}
28 new C;
40 Foo\Bar\Baz\C::__construct
42 Fiz\Biz\Buz\C::__construct
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt40 class C extends B {
41 function C() {}
44 class D1 extends C {
48 class D2 extends C {
52 'OldAndNewCtor', 'NewAndOldCtor', 'B', 'C', 'D1', 'D2', 'X', 'Y');
71 …me name as their class will not be constructors in a future version of PHP; C has a deprecated con…
79 Constructor of C: C
81 Constructor of D2: C
H A DReflectionObject_getConstructor_basic.phpt40 class C extends B {
41 function C() {}
44 class D1 extends C {
48 class D2 extends C {
52 'OldAndNewCtor', 'NewAndOldCtor', 'B', 'C', 'D1', 'D2', 'X', 'Y');
71 …me name as their class will not be constructors in a future version of PHP; C has a deprecated con…
79 Constructor of C: C
81 Constructor of D2: C
H A DReflectionClass_getDefaultProperties_001.phpt46 class C extends B {
51 public $pubC = "pubC in C";
52 protected $protC = "protC in C";
53 private $privC = "privC in C";
143 ---- Static properties in C ----
146 [statPubC] => stat pubC in C
156 ---- Default properties in C ----
159 [statPubC] => stat pubC in C
166 [pubC] => pubC in C
167 [protC] => protC in C
[all …]
H A DReflectionClass_isInstance_basic.phpt9 class C implements I {}
13 $classes = array("A", "B", "C", "I", "X");
17 "myC" => new C,
40 is myA a C? bool(false)
41 is myB a C? bool(false)
42 is myC a C? bool(true)
43 is myX a C? bool(false)
H A DReflectionClass_toString_003.phpt14 Class C extends B {
17 Class D extends C {
20 foreach (array('A', 'B', 'C', 'D') as $class) {
78 ----( Reflection class C: )----
79 Class [ <user> class C extends B ] {
100 Class [ <user> class D extends C ] {
/PHP-7.0/tests/lang/operators/
H A Doverloaded_property_ref.phpt5 class C {
10 $x = new C;
12 $x = new C;
14 $x = new C;
/PHP-7.0/win32/build/
H A Dphpize.js.in218 C.WriteLine("var PHP_PGO = 'no';");
219 C.WriteLine("var PHP_PGI = 'no';");
244 C.WriteLine("try {");
245 C.WriteLine(item);
246 C.WriteLine("} catch (e) {");
248 C.WriteLine("}");
251 C.WriteBlankLines(1);
252 C.WriteLine("conf_process_args();");
253 C.WriteBlankLines(1);
257 C.Write(modules);
[all …]
/PHP-7.0/ext/pdo_firebird/tests/
H A Dbug_73087.phpt8 $C = new PDO('firebird:dbname='.$test_base, $user, $password) or die;
9 @$C->exec('drop table atable');
10 $C->exec('create table atable (id integer not null, content blob sub_type 1 segment size 80)');
11 $S = $C->prepare('insert into atable (id, content) values (:id, :content)');
22 unset($C);
H A Dbug_53280.phpt14 $dbh->exec('CREATE TABLE testz(A VARCHAR(30), B VARCHAR(30), C VARCHAR(30))');
15 $dbh->exec("INSERT INTO testz VALUES ('A', 'B', 'C')");
19 $stmt2 = "SELECT B, C FROM testz WHERE A = ? AND B = ?";
49 ["C"]=>
50 string(1) "C"
52 string(1) "C"
/PHP-7.0/ext/mbstring/tests/
H A Dphp_gr_jp_dev_884-2.phpt10 var_dump(mb_ereg_replace("C?$", "Z", "ABC"));
11 var_dump(preg_replace("/C?$/", "Z", "ABC"));
12 var_dump(mb_ereg_replace("C*$", "Z", "ABC"));
13 var_dump(preg_replace("/C*$/", "Z", "ABC"));
/PHP-7.0/ext/standard/tests/strings/
H A Dconvert_uuencode_basic.phpt50 string(8) "#86)C
54 string(12) "&,6$R8C-C
58 string(82) "M2&5R92!I<R!A('-I;7!L92!S=')I;F<@=&\@=&5S="!C;VYV97)T7W5U96YC
63 string(74) "M"2!4:&ES(%-T<FEN9R!C;VYT86EN<R`)"2!S;VUE(&-O;G1R;VP@8VAA<F%C
76 string(8) "#86)C
80 string(12) "&,6$R8C-C
85 +<F%C=&5R<UQR7&X`
/PHP-7.0/ext/pdo/tests/
H A Dpdo_007.phpt20 $db->exec("INSERT INTO test VALUES('C', 'C')");
43 ["C"]=>
46 string(1) "C"
60 ["C"]=>
63 string(1) "C"
H A Dpdo_011.phpt123 test(3,C)
139 string(1) "C"
151 Test1::factory(3,C)
152 Test1::__construct(3,C)
175 string(1) "C"
189 Test1::factory(3,C)
190 Test1::__construct(3,C)
213 string(1) "C"
242 string(1) "C"
268 string(1) "C"
[all …]
/PHP-7.0/tests/lang/
H A DforeachLoopObjects.004.phpt6 class C {
15 $obj = new C;
37 Notice: Undefined property: C::$b in %s on line %d
40 Notice: Undefined property: C::$b in %s on line %d
43 Notice: Undefined property: C::$b in %s on line %d
45 object(C)#%d (4) {
/PHP-7.0/tests/classes/
H A Dstatic_properties_003_error1.phpt5 class C {
6 protected static $y = 'C::$y';
8 $c = new C;
18 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error2.phpt5 class C {
6 protected static $y = 'C::$y';
8 $c = new C;
18 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error3.phpt5 class C {
6 protected static $y = 'C::$y';
8 $c = new C;
18 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dtype_hinting_005a.phpt5 Class C { function f(array $a) {} }
8 Class D1 extends C { function f(array $a) {} }
11 Class D2 extends C { function f(SomeClass $a) {} }
15 Warning: Declaration of D2::f(SomeClass $a) should be compatible with C::f(array $a) in %s on line 8
/PHP-7.0/tests/output/
H A Dob_start_basic_005.phpt10 Class C {
23 var_dump(ob_start('C::h'));
28 Warning: ob_start(): non-static method C::h() should not be called statically in %s on line 20
32 [0] => C::h
/PHP-7.0/Zend/tests/assert/
H A Dexpect_015.phpt55 $x->a = C::C;
56 ${$a . "_1"}->a = ${$a . "_1"}::C;
57 $x->{a . "_1"} = C::C;
58 $x = C::$z;
60 $x = C::${$z . "_1"};
123 declare(C=1) { echo 1; }
194 $x->a = C::C;
196 $x->{a . '_1'} = C::C;
197 $x = C::$z;
199 $x = C::${$z . '_1'};
[all …]
/PHP-7.0/ext/spl/tests/
H A Dbug54323.phpt5 class C {
6 public $prop = 'C::prop.orig';
10 $c = new C;
20 Notice: Undefined property: C::$prop in %sbug54323.php on line 14

Completed in 28 milliseconds

12345678910>>...31