Home
last modified time | relevance | path

Searched refs:cc (Results 76 – 83 of 83) sorted by last modified time

1234

/PHP-5.5/Zend/tests/
H A Dclosure_024.phpt9 $cc = clone $c;
12 echo $cc(10)."\n";
17 echo $cc(10)."\n";
H A Dget_class_vars_001.phpt15 static protected $cc = 6;
H A Dget_class_vars_007.phpt9 static protected $c, $cc;
38 ["cc"]=>
/PHP-5.5/TSRM/
H A Dthreads.m4103 dnl -Kthread UDK cc (UnixWare)
104 dnl -mt WorkShop cc (Solaris)
108 dnl -qthreaded AIX cc V5
/PHP-5.5/
H A DNEWS8671 - Fixed bug #37192 (cc may complain about non-constant initializers in
9052 - Added support for .cc files in extensions. (Brian)
9060 - Added support for .cc files in extensions. (Brian)
/PHP-5.5/ext/standard/tests/strings/
H A Dbug49785.phpt230 string(2) "cc"
/PHP-5.5/ext/standard/tests/array/
H A Dbug20381.phpt16 'c' => 'cc',
/PHP-5.5/ext/reflection/tests/
H A Dbug43926.phpt23 $cc = $rc->newInstance();
32 print("Is? A ". ($ra->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof A) ? …
33 print("Is? C ". ($rc->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof C) ? …
34 print("Is? D ". ($rd->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof D) ? …
35 print("Is? E ". ($re->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof E) ? …

Completed in 44 milliseconds

1234