Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...39

/PHP-8.2/Zend/tests/
H A Dgh15907.phpt10 class C implements Serializable {
17 Fatal error: During inheritance of C, while implementing Serializable: Uncaught Exception: C implem…
H A Dconst_eval_and.phpt5 const C = 0 && __namespace__;
6 var_dump(C);
H A Dget_class_vars_004.phpt14 static protected $C = 6;
50 ["C"]=>
64 ["C"]=>
H A Dbug78868.phpt5 class C {
9 $this->private++; //fails with EG(fake_scope) != NULL && EG(fake_scope) != "C"
18 $c = new C;
H A Djump14.phpt10 goto C;
20 C:
H A Dconstant_expressions_classes.phpt14 'space1\C' => 'namespace space1; class C { const HW = "this is space1\C"; }',
15 'D' => 'class D { const HW = \space1\C::HW." extended by D"; }',
39 D::HW = this is space1\C extended by D
/PHP-8.2/ext/mbstring/tests/data/
H A DISO-2022-JP-2004-JISX0213.txt36 0-2C U+002C # COMMA
52 0-3C U+003C # LESS-THAN SIGN
84 0-5C U+005C # REVERSE SOLIDUS
116 0-7C U+007C # VERTICAL LINE
1761 3-324C U+679C # <cjk>
3187 3-415C U+635C # <cjk>
3375 3-435C U+755C # <cjk>
3531 3-453C U+751C # <cjk>
3829 3-484C U+822C # <cjk>
3923 3-494C U+658C # <cjk>
[all …]
/PHP-8.2/ext/reflection/tests/
H A DReflectionProperty_error.phpt6 class C {
16 new ReflectionProperty('C::p');
22 new ReflectionProperty('C', 'p', 'x');
H A DReflectionObject_isSubclassOf.002.phpt8 class C {}
9 $ro = new ReflectionObject(new C);
18 $ro->isSubclassOf('C', 'C');
H A DReflectionClass_isInstantiable_basic.phpt5 class C {
25 $classes = array("C", "iface", "ifaceImpl", "abstractClass", "D");
36 Is C instantiable? bool(true)
H A DReflectionObject_isSubclassOf_basic.phpt7 class C extends B {}
12 $classNames = array('A', 'B', 'C', 'I', 'X');
49 Is A a subclass of C?
68 Is B a subclass of C?
79 Is C a subclass of A?
83 Is C a subclass of B?
87 Is C a subclass of C?
91 Is C a subclass of I?
94 Is C a subclass of X?
106 Is X a subclass of C?
/PHP-8.2/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid1.phpt8 interface C {}
10 class Test implements A, B, C {}
25 public function foo(): A&B&C {
/PHP-8.2/Zend/tests/type_declarations/literal_types/
H A Dtrue_no_coercion_on_overload.phpt12 class C {
19 $c = new C();
31 C::foo(): Return value must be of type array|true, int returned
H A Dfalse_no_coercion_on_overload.phpt12 class C {
19 $c = new C();
31 C::foo(): Return value must be of type array|false, int returned
/PHP-8.2/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid1.phpt8 interface C {}
10 class Test implements A, B, C {}
25 public function foo(): A&B&C {
/PHP-8.2/tests/classes/
H A Dstatic_properties_undeclared_isset.phpt5 Class C {}
6 var_dump(isset(C::$p));
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt22 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange…
25 ["C"]=>
40 ["C"]=>
158 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
160 string(%d) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
161 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
169 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange…
305 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
307 string(%d) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
308 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
H A Dpublic.crt2 localKeyID: E1 BC BF 63 1E 2A A4 F6 4C 71 6B E7 CE E2 6D 4A 95 CD 26 5B
3 subject=/C=PL/ST=Some-State/O=Internet Widgits Pty Ltd
4 issuer=/C=PL/ST=Some-State/O=Internet Widgits Pty Ltd
/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_objects_010.phpt5 Class C implements Serializable {
15 var_dump(serialize(new C));
24 C::serialize() must return a string or NULL
/PHP-8.2/ext/mbstring/tests/
H A Diso2022kr_encoding.phpt29 if (strpos($from, "\x1B\$)C") === false && $from !== '')
30 $from = "\x1B\$)C" . $from;
59 testValid("\x1B$)C\x0E" . $ksx, $utf16BE, false);
60 testValid("\x1B$)C\x0E" . $ksx . "\x0F", $utf16BE);
69 testInvalid("\x1B$)C\x0E" . $badChar, "\x00%");
74 testInvalid("\x1B$)C\x0E" . $badChar, "\x00%");
92 if (chr($i) != 'C')
102 convertValidString("\x76\x20\x00a\x00b", "\x1B$)C\x0E\x74\x30\x0Fab", "UTF-16BE", "ISO-2022-KR", fa…
111 convertInvalidString("\xFF\x86", "\x1B\$)C%", "UTF-16BE", "ISO-2022-KR");
115 convertValidString("\x68\x46\x00a", "\x1B\$)C\x0E\x68\x46\x0Fa", "UTF-16BE", "ISO-2022-KR", false);
[all …]
/PHP-8.2/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt43 class C {
49 C::${f()} = g();
50 var_dump(C::$name);
53 C::$a[f()] = g();
54 var_dump(C::$a);
70 C::$string[getOffset()] = newChar();
71 var_dump(C::$string);
H A DforeachLoopObjects.005.phpt6 class C {
15 $obj = new C;
30 $obj = new C;
51 object(C)#%d (4) {
68 object(C)#%d (4) {
/PHP-8.2/ext/intl/tests/
H A Dgh7734.phpt30 string(1) "C"
36 string(1) "C"
42 string(1) "C"
/PHP-8.2/ext/opcache/tests/jit/
H A Dtrampoline_002.phpt20 class C extends A {
22 echo "C";
31 $c = new C;
/PHP-8.2/ext/pdo_odbc/
H A Dodbc_stmt.c652 pdo_odbc_column *C = &S->cols[colno]; in odbc_stmt_get_col() local
655 if (C->is_long) { in odbc_stmt_get_col()
663 rc = SQLGetData(S->stmt, colno+1, C->is_unicode ? SQL_C_BINARY : SQL_C_CHAR, C->data, in odbc_stmt_get_col()
664 256, &C->fetched_len); in odbc_stmt_get_col()
665 orig_fetched_len = C->fetched_len; in odbc_stmt_get_col()
688 C->fetched_len = 0; in odbc_stmt_get_col()
710 used = used + C->fetched_len; in odbc_stmt_get_col()
723 if (C->is_unicode) { in odbc_stmt_get_col()
739 } else if (C->fetched_len >= 0) { in odbc_stmt_get_col()
741 ZVAL_STRINGL_FAST(result, C->data, C->fetched_len); in odbc_stmt_get_col()
[all …]

Completed in 57 milliseconds

1...<<11121314151617181920>>...39