Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-7.0/ext/reflection/tests/
H A Dbug30856.phpt6 const C = 'test';
7 static $a = bogus::C;
H A DReflectionClass_hasConstant_001.phpt8 class C {
12 class D extends C {
16 $rc = new ReflectionClass("C");
H A DReflectionClass_setStaticPropertyValue_002.phpt8 class C {
12 $rc = new ReflectionClass('C');
56 Class C does not have a property named
57 Class C does not have a property named 1.5
H A DReflectionObject_getConstant_error.phpt5 class C {
9 $rc = new ReflectionObject(new C);
17 var_dump($rc->getConstant(new C));
H A DReflectionClass_getConstant_error.phpt5 class C {
9 $rc = new ReflectionClass("C");
18 var_dump($rc->getConstant(new C));
/PHP-7.0/ext/filter/tests/
H A D027.phpt23 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
26 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
29 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
/PHP-7.0/Zend/tests/
H A Dbug42937.phpt11 class C {
24 C::test6();
42 Fatal error: Uncaught Error: Call to undefined method C::test6() in %sbug42937.php:21
H A Dbug68370.phpt5 class C {
11 $c = new C();
H A Dbug55825.phpt11 class C { use T1; }
12 $c1 = new C;
H A Dbug52051.phpt19 class C extends B {
20 function C() { parent::B(); }
22 new C();
32 …me name as their class will not be constructors in a future version of PHP; C has a deprecated con…
H A Dbug67922.phpt6 class C {
13 $b->c = new C;
H A Dbug68262.phpt6 class C {
10 $first = new C;
H A Dbug43200_2.phpt14 class C extends B {
20 $o = new C();
/PHP-7.0/Zend/tests/anon/
H A D010.phpt10 class C {
18 $c = new C;
/PHP-7.0/tests/classes/
H A Dconstants_error_004.phpt5 class C
10 $a = new C();
H A Dinterface_optional_arg_003.phpt7 class C implements I {
13 $c = new C;
/PHP-7.0/tests/lang/
H A DreturnByReference.007.phpt7 class C {
21 return C::$functionToCall();
28 $b = &C::returnFunctionCallByRef('returnConstantByValue');
35 $b = &C::returnFunctionCallByRef('returnConstantByRef');
42 $b = &C::returnFunctionCallByRef('returnVariableByRef');
/PHP-7.0/ext/pgsql/tests/
H A Dlcmess.inc3 function _skip_lc_messages($lc_messages = 'C')
10 function _set_lc_messages($lc_messages = 'C')
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
129 C = (filter->cache) & 0xff; in mbfl_filt_conv_uudec()
134 CK((*filter->output_function)( (B << 4) | (C >> 2), filter->data)); in mbfl_filt_conv_uudec()
136 CK((*filter->output_function)( (C << 6) | D, filter->data)); in mbfl_filt_conv_uudec()
/PHP-7.0/ext/standard/tests/strings/
H A Dpack.phpt16 print_r(unpack("C", pack("C", -127)));
17 print_r(unpack("C", pack("C", 127)));
18 print_r(unpack("C", pack("C", 255)));
19 print_r(unpack("C", pack("C", -129)));
/PHP-7.0/ext/spl/tests/
H A Diterator_013.phpt33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D')));
59 2=>C
64 2=>C
H A Diterator_020.phpt33 $it->append(new ArrayIterator(array(2 => 'C', 3 => 'D')));
59 2=>C
64 2=>C
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_objects_010.phpt18 Class C implements Serializable {
28 var_dump(serialize(new C));
36 C::serialize() must return a string or NULL
/PHP-7.0/ext/pcre/tests/
H A Dbug73483.phpt6 setlocale(LC_ALL, "C");
10 setlocale(LC_ALL, "C");
/PHP-7.0/ext/standard/tests/file/
H A Dbasename-win32.phpt58 array("C:\\temp\\bar"),
59 array("C:\\temp\\bar", ""),
60 array("C:\\temp\\bar", NULL),
61 array("C:\\temp\\bar", ' '),
62 array("C:\\temp\\bar.tar", ".tar"),
63 array("C:\\temp\\bar.tar", "~"),
64 array("C:\\temp\\bar.tar\\", "~"),
65 array("C:\\temp\\bar.tar\\", ""),
66 array("C:\\temp\\bar.tar", NULL),
67 array("C:\\temp\\bar.tar", ''),
[all …]

Completed in 67 milliseconds

12345678910>>...31