Home
last modified time | relevance | path

Searched refs:C (Results 251 – 275 of 763) sorted by relevance

1...<<11121314151617181920>>...31

/PHP-7.0/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt32 Class C extends B {
33 private $hiddenPriv = 'C::hiddenPriv';
55 C::test($b);
83 C::test
H A Dget_class_methods_basic_001.phpt17 class C {
24 var_dump( get_class_methods("C") );
26 $c = new C;
H A Dbug71442.phpt30 echo "C ".join(',', $args)." \n";
37 C other,args
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_variation9.phpt20 "%+c %-c %C",
71C
73 � c, � C
84 A B C D
H A Dhtmlentities_html5.phpt127 &comma; U+0002C
132 &lt; U+0003C
138 &bsol; U+0005C
144 &vert; U+0007C
359 &zdot; U+0017C
386 &Mu; U+0039C
460 &Mcy; U+0041C
492 &mcy; U+0043C
581 &Hfr; U+0210C
596 &Rfr; U+0211C
[all …]
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt19 echo "\n\nObtain the array of interfaces implemented by C.\n";
21 class C implements I {}
22 $rc = new ReflectionClass('C');
50 Obtain the array of interfaces implemented by C.
H A DReflectionProperty_constructor_variation1.phpt6 class C {
19 class D extends C{
39 C::testFromC();
H A DReflectionObject_getName_error.phpt5 class C { }
6 $myInstance = new C;
/PHP-7.0/Zend/tests/
H A Dbug70805_2.phpt11 class C {
30 $t = [new C];
H A Ddebug_info-error-resource.phpt8 class C {
18 $c = new C(fopen("data:text/plain,Foo", 'r'));
H A Dlsb_015.phpt8 class C {
20 C::bla();
23 throw C::getException();
H A Daccess_modifiers_012.phpt5 class C {
13 $c = new C;
H A Dbug68412.phpt11 class C {
17 $z = new C;
H A Dbug70805_1.phpt11 class C {
35 $t = [new C];
/PHP-7.0/tests/strings/
H A D001.phpt96 $correct = '%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
97 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
98 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~'
116 $correct = '+%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
117 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
118 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E'
/PHP-7.0/tests/classes/
H A Dmethod_override_optional_arg_001.phpt20 class C extends A {
31 Warning: Declaration of C::foo() should be compatible with A::foo($arg1 = 1) in %s on line %d
H A Dmethod_call_variation_001.phpt5 class C {}
13 $c = new C;
/PHP-7.0/tests/output/
H A Dob_start_error_003.phpt10 Class C {
13 $c = new C;
/PHP-7.0/Zend/tests/traits/
H A Dbug61052.phpt11 class C {
16 C::foo();
/PHP-7.0/ext/spl/tests/
H A Darray_025.phpt27 C:11:"ArrayObject":76:{x:i:0;C:11:"ArrayObject":37:{x:i:0;a:2:{i:0;i:1;i:1;i:2;};m:a:0:{}};m:a:0:{}}
/PHP-7.0/ext/oci8/tests/
H A Dbug37581.phpt34 $strings = array('A','B','C','D','E');
54 string(1) "C"
66 string(1) "C"
/PHP-7.0/ext/standard/html_tables/
H A Dents_html401.txt110 Mu 039C
159 real 211C
195 sim 223C
224 lt 003C
236 zwnj 200C
245 ldquo 201C
H A Dents_xhtml.txt99 lt 003C
112 zwnj 200C
121 ldquo 201C
142 Mu 039C
191 real 211C
227 sim 223C
/PHP-7.0/
H A DREADME.namespaces52 namespace or class. The simple form of statement "use A\B\C\D;" is
53 equivalent to "use A\B\C\D as D;". The use statement can be used at any
64 namespace A\B\C;
73 namespace A\B\C;
86 current import rules. So if we have "use A\B\C" and then "C\D\e()"
87 it is translated to "A\B\C\D\e()".
89 current import rules. So if we have "use A\B\C" and then "new C()" it
90 is translated to "new A\B\C()".
111 namespace. So "new A\B\C()" refers to class C from namespace A\B.
/PHP-7.0/ext/date/tests/
H A Dbug52342.phpt12 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
16 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C

Completed in 41 milliseconds

1...<<11121314151617181920>>...31