Home
last modified time | relevance | path

Searched refs:A (Results 376 – 400 of 1323) sorted by relevance

1...<<11121314151617181920>>...53

/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug52138.phpt7 define('A', 'B');
29 ["A"]=>
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug62373.phpt5 class A {}
13 $a = new A();
H A Dbug64354_3.phpt5 class A {
20 $data = array(new A, new B);
H A Dbug62836_1.phpt5 $serialized_object='O:1:"A":4:{s:1:"b";O:1:"B":0:{}s:2:"b1";r:2;s:1:"c";O:1:"B":0:{}s:2:"c1";r:4;}';
15 A Object
H A Dbug62836_2.phpt5 $serialized_object='O:1:"A":4:{s:1:"b";O:1:"B":0:{}s:2:"b1";r:2;s:1:"c";O:1:"B":0:{}s:2:"c1";r:4;}';
18 A Object
/PHP-5.5/Zend/tests/
H A Dbug65322.phpt16 eval('class A { function a() {} function __construct() {} }');
20 string(50) "Redefining already defined constructor for class A"
H A Dbug48248.phpt6 class A
14 class B extends A
H A Dclosure_038.phpt6 class A {
17 class B extends A {
25 $a = new A(0);
H A Dbug54910.phpt5 class A {
23 class B extends A {}
H A Dget_class_vars_003.phpt6 class A {
12 class B extends A {
/PHP-5.5/Zend/tests/traits/
H A Dbug60165c.phpt6 trait A {
15 use A, B {
/PHP-5.5/ext/filter/tests/
H A D024.phpt19 string(74) "%21%40%23%24%25%5E%26%2A%28%29QWERTYUIOP%7BASDFGHJKL%3A%22ZXCVBNM%3C%3E%3F"
/PHP-5.5/ext/standard/tests/strings/
H A Dsscanf_basic4.phpt13 $str = "X = A + B - C";
33 string(1) "A"
40 string(1) "A"
H A Dstrcmp.phpt12 array("a", "A", 'a', 'A', chr(128), chr(255), chr(256)),
156 [1] => A
158 [3] => A
175 - strcmp of 'A' and 'A' is => int(0)
177 - strcmp of 'A' and 'A' is => int(0)
180 - strcmp of 'A' and '�' is => int(%d)
193 - strcmp of 'A' and 'A' is => int(0)
195 - strcmp of 'A' and 'A' is => int(0)
198 - strcmp of 'A' and '�' is => int(%d)
220 - strcmp of '�' and 'A' is => int(-%d)
[all …]
H A Dhtmlentities_html5.phpt125 &ast; U+0002A
130 &colon; U+0003A
252 &Cdot; U+0010A
311 &ENG; U+0014A
443 &NJcy; U+0040A
458 &Kcy; U+0041A
490 &kcy; U+0043A
521 &njcy; U+0045A
742 &cup; U+0222A
773 &ape; U+0224A
[all …]
H A Dprintf_basic5.phpt51 A
55 A B
59 A B C
/PHP-5.5/ext/standard/tests/file/
H A Dbug43522.phpt22 234567890A
25 234567890A
/PHP-5.5/Zend/tests/traits/bugs/
H A Dcase-sensitive.phpt7 trait A {
18 use A;
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c113 #define A(a) (reg_map[a] << 16) macro
607 FAIL_IF(push_inst(compiler, ADDI | D(TMP_ZERO) | A(0) | 0)); in sljit_emit_enter()
624 FAIL_IF(push_inst(compiler, STWUX | S(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_enter()
664 FAIL_IF(push_inst(compiler, ADD | D(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_return()
849 SLJIT_COMPILE_ASSERT(A(0) == 0, a0_must_be_0); in getput_arg_fast()
1005 FAIL_IF(push_inst(compiler, OR | S(reg) | A(tmp_r) | B(reg))); in getput_arg()
1796 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_convd_fromw()
1837 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG2) | A(0) | 0x4330)); in sljit_emit_fop1_convd_fromw()
1839 FAIL_IF(push_inst(compiler, XORIS | S(src) | A(TMP_REG1) | 0x8000)); in sljit_emit_fop1_convd_fromw()
1842 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG1) | A(0) | 0x8000)); in sljit_emit_fop1_convd_fromw()
[all …]
/PHP-5.5/ext/spl/tests/
H A Dobserver_008.phpt5 class A extends SplObjectStorage { }
11 $a = new A;
H A Dobserver_009.phpt11 echo ("Count storage A: " . count($storageA));
28 Count storage A: 2 x x
/PHP-5.5/ext/mbstring/tests/
H A Dbug49536.phpt8 var_dump(mb_detect_encoding("A\x81", "SJIS", false));
10 var_dump(mb_detect_encoding("A\x81", "SJIS", true));
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_002.phpt8 class A {
13 $rc = new ReflectionClass('A');
/PHP-5.5/ext/date/tests/
H A Dbug65184.phpt15 $s = strftime('%A', 1372884126);
22 echo strlen(strftime('%A')), "\n";
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic.phpt25 $message = 'A Message';
52 A Message
59 A Message

Completed in 41 milliseconds

1...<<11121314151617181920>>...53