Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-7.0/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-7.0/ext/spl/tests/
H A Dbug70868.phpt14 new \ArrayIterator(['A.phpt', 'B.phpt', 'C.phpt']),
31 string(6) "C.phpt"
H A DarrayObject___construct_error2.phpt6 Class C implements Iterator {
15 var_dump(new ArrayObject(new stdClass, 0, "C", "extra"));
/PHP-7.0/Zend/tests/
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…
H A Ddebug_info-error-0.0.phpt6 class C {
16 $c = new C(0.0);
H A Ddebug_info-error-1.0.phpt6 class C {
16 $c = new C(1.0);
H A Ddebug_info-error-empty_str.phpt6 class C {
16 $c = new C("");
H A Ddebug_info-error-false.phpt6 class C {
16 $c = new C(false);
H A Ddebug_info-error-str.phpt6 class C {
16 $c = new C("foo");
H A Ddebug_info-error-true.phpt6 class C {
16 $c = new C(true);
H A Dbug65108.phpt5 class C {
12 $isCallable = is_callable(array(new C, 'f'));
H A Ddebug_info-error-object.phpt6 class C {
16 $c = new C(new stdClass);
H A Dbug34310.phpt6 class C
11 $c = new C();
H A Dbug50174.phpt11 const C = 0;
22 const C = 0;
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_hasProperty_002.phpt8 class C {
12 $rc = new ReflectionClass("C");
21 var_dump($rc->hasProperty(new C));
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 DReflectionObject_FileInfo_basic.phpt5 $rc = new ReflectionObject(new C);
15 Class C {
H A DReflectionClass_getStaticPropertyValue_002.phpt8 class C {
12 $rc = new ReflectionClass('C');
48 Class C does not have a property named
/PHP-7.0/tests/lang/
H A DforeachLoopObjects.006.phpt6 class C {
15 $obj = new C;
38 $obj = new C;
56 $obj = new C;
128 object(C)#%d (5) {
/PHP-7.0/sapi/phpdbg/tests/
H A Dinfo_002.phpt25 const B = C::D * A;
27 class C {
/PHP-7.0/ext/filter/tests/
H A D024.phpt16 string(26) "%22%3Cbr%3Eblah%3C%2Fph%3E"
19 string(74) "%21%40%23%24%25%5E%26%2A%28%29QWERTYUIOP%7BASDFGHJKL%3A%22ZXCVBNM%3C%3E%3F"
/PHP-7.0/ext/standard/tests/strings/
H A Dbug68636.phpt15 var_dump(setlocale(LC_NUMERIC, 'C'));
20 string(1) "C"
H A Dsscanf_basic4.phpt13 $str = "X = A + B - C";
35 string(1) "C"
42 string(1) "C"
/PHP-7.0/ext/pdo/tests/
H A Dpdo_006.phpt20 $db->exec("INSERT INTO test VALUES(3, 'C')");
46 ["C"]=>
69 ["C"]=>

Completed in 30 milliseconds

12345678910>>...31