Home
last modified time | relevance | path

Searched refs:A (Results 576 – 600 of 1571) sorted by relevance

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

/PHP-7.2/Zend/tests/
H A Dthis_in_isset.phpt22 class A extends ArrayObject {
31 $a = new A();
H A Dclosure_038.phpt6 class A {
17 class B extends A {
25 $a = new A(0);
H A Dbug39449.phpt5 class A {
15 $a =new A();
H A Dbug45180.phpt28 $x::A();
53 string(1) "A"
/PHP-7.2/ext/pdo/tests/
H A Dpdo_032.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A')");
44 string(1) "A"
67 string(1) "A"
H A Dpdo_014.phpt20 $db->exec('INSERT INTO test VALUES(1, \'A\', \'Group1\')');
26 function __construct($name = 'N/A')
76 string(1) "A"
93 string(1) "A"
H A Dpdo_005.phpt18 $db->exec("INSERT INTO test VALUES(1, 'A', 'AA')");
59 string(1) "A"
88 string(1) "A"
122 string(1) "A"
/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
127 A = (filter->cache >> 16) & 0xff; in mbfl_filt_conv_uudec()
132 CK((*filter->output_function)( (A << 2) | (B >> 4), filter->data)); in mbfl_filt_conv_uudec()
/PHP-7.2/ext/ldap/tests/
H A Dldap_mod_del_basic.phpt17 "description" => "user A"
24 ldap_search($link, "$base", "(description=user A)")
/PHP-7.2/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt9 echo addcslashes('foo[ ]', 'A..z')."\n";
10 echo @addcslashes("zoo['.']", 'z..A')."\n";
H A Dvprintf_variation10.phpt83 A � B
87 B ] A
91 A � B
95 B � A
H A Dlevenshtein.phpt58 …ijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsu", "A");
59 …jklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuvwxyzAbcdefghijklmnopqrtsuv", "A");
61 $n += test_me("lt maxlength2", 254, "A", "AbcdefghijklmnopqrstuvwxyzAbcdefghijklmnopqrstuvwxyzAbcde…
62 $n += test_me("gt maxlength2", -1, "A", "AbcdefghijklmnopqrstuvwxyzAbcdefghijklmnopqrstuvwxyzAbcde…
H A Dsprintf_variation36.phpt27 "%30x", "%[0-9A-Fa-f]", "%*x"
61 string(10) "0-9A-Fa-f]"
76 string(10) "0-9A-Fa-f]"
H A Dvfprintf_variation10.phpt92 A � B
96 B ] A
98 A � B
102 B � A
/PHP-7.2/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt9 'data://,A%20brief%20note',
34 string(12) "A brief note"
H A Dstream_rfc2397_005.phpt9 'data:,A%20brief%20note',
29 string(12) "A brief note"
/PHP-7.2/ext/intl/tests/
H A Dbreakiter_setText_basic.phpt11 class A {
20 var_dump($bi->setText(new A));
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c276 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_Nrounds()
278 copyToState(stateAsLanes, A) in KeccakP1600_Permute_Nrounds()
292 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_24rounds()
294 copyToState(stateAsLanes, A) in KeccakP1600_Permute_24rounds()
307 copyFromState(A, stateAsLanes) in KeccakP1600_Permute_12rounds()
309 copyToState(stateAsLanes, A) in KeccakP1600_Permute_12rounds()
475 copyFromState(A, stateAsLanes) in KeccakF1600_FastLoop_Absorb()
477 addInput(A, inDataAsLanes, laneCount) in KeccakF1600_FastLoop_Absorb()
482 copyToState(stateAsLanes, A) in KeccakF1600_FastLoop_Absorb()
/PHP-7.2/ext/reflection/tests/
H A DReflectionClassConstant_getValue.phpt7 class A {
20 var_dump((new ReflectionClassConstant('A', 'X'))->getValue());
H A Dbug49719.phpt6 class A {
9 class B extends A {
/PHP-7.2/ext/pdo_firebird/tests/
H A Dbug_76488.phpt17 cast(lpad(\'A\', 8000, \'A\') as BLOB sub_type TEXT) as SRC
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug64146.phpt8 class A
49 $a = unserialize(serialize(new A()));
/PHP-7.2/ext/mysqli/tests/
H A Dbug36949.phpt11 class A {
47 $A = new A();
/PHP-7.2/ext/standard/tests/array/
H A Darray_count_values_variation.phpt17 class A {
23 $ob = new A();
/PHP-7.2/ext/exif/tests/
H A Dbug68799.phpt10 class A {
19 $a = new A;

Completed in 35 milliseconds

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