Home
last modified time | relevance | path

Searched refs:A (Results 526 – 550 of 1571) sorted by relevance

1...<<21222324252627282930>>...63

/PHP-7.2/Zend/tests/
H A Dbug48248.phpt6 class A
14 class B extends A
H A Dbug71930.phpt12 class A {
18 $a[] = "A";
H A Dbug54910.phpt5 class A {
23 class B extends A {}
H A Dbug70805_2.phpt7 class A {
21 $a = new A;
H A Dbug70805.phpt5 class A {
20 $a = new A;
26 $c = new A;
H A Dbug70258.phpt14 class A {
24 $a = new A;
H A Dget_class_vars_003.phpt6 class A {
12 class B extends A {
H A Dself_and.phpt32 Warning: A non-numeric value encountered in %s on line %d
35 Notice: A non well formed numeric value encountered in %s on line %d
H A Dself_or.phpt32 Warning: A non-numeric value encountered in %s on line %d
35 Notice: A non well formed numeric value encountered in %s on line %d
H A Dself_xor.phpt32 Warning: A non-numeric value encountered in %s on line %d
35 Notice: A non well formed numeric value encountered in %s on line %d
/PHP-7.2/Zend/tests/traits/
H A Dbug60165c.phpt6 trait A {
15 use A, B {
/PHP-7.2/ext/standard/tests/serialize/
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-7.2/Zend/tests/try/
H A Dtry_finally_012.phpt5 class A {
13 foreach(new A() as $a) {
H A Dtry_finally_017.phpt6 class A {
18 foreach (new A as $value) {
/PHP-7.2/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-7.2/tests/lang/
H A D044.phpt5 class A {
8 $classname = 'A';
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c117 #define A(a) (reg_map[a] << 16) macro
645 FAIL_IF(push_inst(compiler, ADDI | D(TMP_ZERO) | A(0) | 0)); in sljit_emit_enter()
702 FAIL_IF(push_inst(compiler, ADD | D(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_return()
887 SLJIT_ASSERT(A(0) == 0); in getput_arg_fast()
1330 return push_inst(compiler, DCBT | A(0) | B(src & REG_MASK)); in emit_prefetch()
1334 return push_inst(compiler, DCBT | A(src & REG_MASK) | B(TMP_REG1)); in emit_prefetch()
1347 return push_inst(compiler, DCBT | A(src & REG_MASK) | B(TMP_REG1)); in emit_prefetch()
1851 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_conv_f64_from_sw()
1892 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG2) | A(0) | 0x4330)); in sljit_emit_fop1_conv_f64_from_sw()
1897 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG1) | A(0) | 0x8000)); in sljit_emit_fop1_conv_f64_from_sw()
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dsscanf_basic4.phpt13 $str = "X = A + B - C";
33 string(1) "A"
40 string(1) "A"
/PHP-7.2/ext/json/tests/
H A Dbug72069.phpt11 class A implements \JsonSerializable
18 $a = new A();
/PHP-7.2/ext/standard/tests/file/
H A Dbug43522.phpt22 234567890A
25 234567890A
/PHP-7.2/Zend/tests/traits/bugs/
H A Dcase-sensitive.phpt7 trait A {
18 use A;
/PHP-7.2/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-7.2/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

Completed in 32 milliseconds

1...<<21222324252627282930>>...63