Home
last modified time | relevance | path

Searched refs:C (Results 226 – 250 of 676) sorted by relevance

12345678910>>...28

/PHP-5.5/tests/classes/
H A Dmethod_override_optional_arg_001.phpt20 class C extends A {
31 Strict Standards: Declaration of C::foo() should be compatible with A::foo($arg1 = 1) in %s on line…
H A Dclone_001.phpt17 $copy->p3 = 'C';
41 string(1) "C"
H A Dclone_002.phpt19 $copy->p3 = 'C';
43 string(1) "C"
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_getName_error.phpt5 class C { }
6 $myInstance = new C;
H A DReflectionObject_getConstructor_error.phpt5 class C {}
6 $rc = new ReflectionObject(new C);
H A DReflectionClass_getConstructor_error.phpt5 class C {}
6 $rc = new ReflectionClass('C');
H A DReflectionClass_newInstance_001.phpt20 class C {
22 echo "In constructor of class C\n";
37 $rcC = new ReflectionClass('C');
94 Access to non-public constructor of class C
H A DReflectionProperty_getDocComment_error.phpt6 class C {
10 $rc = new ReflectionProperty('C', 'a');
H A DReflectionClass_getDocComment_002.phpt8 class C {}
9 $rc = new ReflectionClass('C');
H A DReflectionClass_modifiers_001.phpt10 class C {}
14 $classes = array("A", "B", "C", "D", "I");
H A DReflectionClass_modifiers_002.phpt8 class C {}
9 $rc = new ReflectionClass("C");
/PHP-5.5/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
/PHP-5.5/ext/spl/tests/
H A Dbug45826.phpt72 string(84) "C:11:"ArrayObject":60:{x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:4;i:2;r:1;};m:a:0:{}}"
73 string(125) "x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:3;i:2;C:11:"ArrayObject":45:{x:i:0;a:3:{i:0;r:…
82 string(85) "C:12:"ArrayObject2":60:{x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:4;i:2;r:1;};m:a:0:{}}"
83 string(126) "x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:3;i:2;C:12:"ArrayObject2":45:{x:i:0;a:3:{i:0;r…
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1811 /X(\C{3})/8
15 /X(\C{4})/8
19 /X\C*/8
22 /X\C*?/8
25 /X\C{3,5}/8
33 /X\C{3,5}?/8
45 /a\C\Cb/8
98 /X(\C)(.*)/8
/PHP-5.5/ext/openssl/tests/
H A Dcve2013_4073.phpt15 'subjectKeyIdentifier' => '88:5A:55:C0:52:FF:61:CD:52:A3:35:0F:EA:5A:9C:24:38:22:F7:5C',
/PHP-5.5/ext/pcre/tests/
H A Dlocales.phpt16 setlocale(LC_ALL, 'C', 'POSIX');
22 setlocale(LC_ALL, 'C', 'POSIX');
/PHP-5.5/ext/pdo/tests/
H A Dpdo_032.phpt20 $db->exec("INSERT INTO test VALUES(3, 'C')");
58 string(1) "C"
81 string(1) "C"
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug36424.phpt48 C:1:"c":108:{a:1:{s:1:"a";C:1:"a":81:{a:3:{s:1:"b";C:1:"b":30:{a:2:{s:1:"c";r:1;s:1:"a";r:3;}}s:1:"…
H A Dbug70219_1.phpt19 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;C:3:"obj":'.strlen($inner).':{'.$…
H A Dbug64146.phpt25 $this->b = new C($c);
39 class C
/PHP-5.5/Zend/tests/
H A Dbug38772.phpt22 class C extends A {
36 $c = new C();
H A Dbug64239_2.phpt14 class C extends A {
31 $c = new C();
H A Dfunction_exists_basic.phpt26 Class C {
29 var_dump(function_exists('C::f'));
/PHP-5.5/tests/lang/
H A DpassByReference_007.phpt5 class C {
58 foo(C::sreturnVal());
63 foo(C::sreturnReference());
67 $myC = new C;
/PHP-5.5/ext/intl/tests/
H A Dbug62915-2.phpt16 class C extends MessageFormatter {
32 string(1) "C"

Completed in 24 milliseconds

12345678910>>...28