Home
last modified time | relevance | path

Searched refs:C (Results 176 – 200 of 676) sorted by relevance

12345678910>>...28

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getConstant_error.phpt5 class C {
9 $rc = new ReflectionClass("C");
18 var_dump($rc->getConstant(new C));
H A DReflectionClass_isInternal_basic.phpt5 class C {
12 $r5 = new ReflectionClass("C");
H A DReflectionClass_isUserDefined_basic.phpt5 class C {
12 $r5 = new ReflectionClass("C");
H A DReflectionProperty_error.phpt6 class C {
11 var_dump(new ReflectionProperty('C::p'));
12 var_dump(new ReflectionProperty('C', 'p', 'x'));
13 $rp = new ReflectionProperty('C', 'p');
H A DReflectionMethod_getDocComment_error.phpt5 class C { function f() {} }
6 $rc = new ReflectionMethod('C::f');
H A DReflectionClass_hasConstant_002.phpt8 class C {
12 $rc = new ReflectionClass("C");
21 var_dump($rc->hasConstant(new C));
H A DReflectionClass_hasMethod_002.phpt8 class C {
12 $rc = new ReflectionClass("C");
21 var_dump($rc->hasMethod(new C));
H A DReflectionClass_hasProperty_002.phpt8 class C {
12 $rc = new ReflectionClass("C");
21 var_dump($rc->hasProperty(new C));
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.001.phpt6 class C {
16 $obj = new C;
28 foreach (new C as $v) {
31 foreach (new C as $k => $v) {
H A DreturnByReference.004.phpt5 Class C {
22 $b = &C::returnConstantByValue();
29 $b = &C::returnConstantByRef();
36 $b = &C::returnVariableByRef();
H A DforeachLoopObjects.006.phpt6 class C {
15 $obj = new C;
38 $obj = new C;
56 $obj = new C;
136 object(C)#%d (5) {
/PHP-5.5/Zend/tests/
H A Dbug30707.phpt5 class C {
25 $x = new C;
H A Dbug41929.phpt5 class C {
16 class D extends C {
H A Dbug43483.phpt5 class C {
11 class D extends C {
H A Dbug44414.phpt11 class C extends A implements B {
15 Fatal error: Class C contains 2 abstract methods and must therefore be declared abstract or impleme…
/PHP-5.5/tests/classes/
H A D__call_003.phpt5 class C
18 $c = new C;
/PHP-5.5/ext/pdo/tests/
H A Dpdo_003.phpt20 $db->exec("INSERT INTO test VALUES(3, 'C')");
58 string(1) "C"
60 string(1) "C"
/PHP-5.5/ext/ldap/
H A DLDAP_Win32_HOWTO.txt13 Select the C/C++ tab, and select 'Code Generation' in the Category box.
24 Select the C/C++ tab, and select 'Code Generation' in the Category box.
/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_variation9.phpt20 "%+c %-c %C",
64C
68 � c, � C
89 A B C D
H A Dvsprintf_variation9.phpt20 "%+c %-c %C",
62 string(4) "� C "
65 string(8) "� c, � C"
81 string(7) "A B C D"
/PHP-5.5/ext/spl/tests/
H A Diterator_012.phpt8 $it = new NoRewindIterator(new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C')));
32 2=>C
H A Diterator_019.phpt8 $it = new NoRewindIterator(new ArrayIterator(array(0 => 'A', 1 => 'B', 2 => 'C')));
32 2=>C
/PHP-5.5/Zend/tests/traits/
H A Dlanguage015.phpt11 class C {
17 Fatal error: Required Trait T2 wasn't added to C in %slanguage015.php on line %d
H A Dlanguage016.phpt11 class C {
17 Fatal error: Required Trait T2 wasn't added to C in %slanguage016.php on line %d
H A Dlanguage017.phpt11 class C {
17 Fatal error: Required Trait T2 wasn't added to C in %slanguage017.php on line %d

Completed in 22 milliseconds

12345678910>>...28