Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dlines.phpt21 $p3 = true;
23 $p3 = $p3 && (imagecolorat($im, $x,5)==0x00ff00);
35 $p3 = true;
37 $p3 = $p3 && (imagecolorat($im, 0,$y)==0x00ff00);
54 $p3 = true;
57 $p3 = $p3 && (imagecolorat($im, $x,$y)==0x00ff00);
69 $p3 = true;
72 $p3 = $p3 && (imagecolorat($im, $x,$y)!=0x00ff00);
75 if ($p3) {
88 if ($p3) {
[all …]
H A Ddashedlines.phpt22 $p3 = imagecolorat($im, 2,5) == $r;
28 if ($p1 && $p2 && $p3 && $p4 && $p5) {
43 $p3 = imagecolorat($im, 2,2) == $r;
48 if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
63 $p3 = imagecolorat($im, 2,2) == $r;
68 if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
H A Dcopy.phpt21 $p3 = imagecolorat($dst_tc, 4,4) == 0x00ff00;
23 if ($p1 && $p2 && $p3) {
46 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
48 if ($p1 && $p2 && $p3) {
75 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
78 if ($p1 && $p2 && $p3) {
99 $p3 = imagecolorat($dst_tc, 4,4) == 0x00ff00;
101 if ($p1 && $p2 && $p3) {
/PHP-5.5/tests/classes/
H A Dclone_001.phpt10 public $p3;
15 $obj->p3 = 'B';
17 $copy->p3 = 'C';
31 ["p3"]=>
40 ["p3"]=>
H A Dclone_002.phpt10 public $p3;
17 $obj->p3 = 'B';
19 $copy->p3 = 'C';
33 ["p3"]=>
42 ["p3"]=>
H A Dclone_003.phpt10 public $p3 = 'base:3';
20 public $p3 = 'test:3';
42 [p3] => test:3
52 [p3] => test:3
/PHP-5.5/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt19 …r2, p2 IN varchar2, p3 IN varchar2, p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_636…
21 $stmt = $dbh->prepare("call bug_6364_sp('p1','p2','p3',?,?)");
59 string(2) "p3"
61 string(2) "p3"
/PHP-5.5/ext/reflection/tests/
H A D024.phpt10 public $p3 = 3;
15 $x->p3 = 5;
36 Property [ <default> public $p3 ]
H A D023.phpt10 public $p3 = 3;
30 ["p3"]=>
H A D020.phpt10 private $p3;
20 var_dump($obj->hasProperty("p3"));
/PHP-5.5/ext/standard/tests/array/
H A Dbug34227.phpt81 function p3()
88 p3();
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_setalias.phpt46 $p3 = new Phar($fname3);
47 echo $p3->getAlias(), "\n";
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37013.phpt43 $p3 = new ThingWithParent( 3, $p );
45 $p->children = array( $p2, $p3 );
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10899 const CaseUnfold_13_Type *p3; in init_case_fold_table() local
10951 p3 = &CaseUnfold_13[i]; in init_case_fold_table()
10952 st_add_direct(Unfold3Table, (st_data_t )p3->from, (st_data_t )(&p3->to)); in init_case_fold_table()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c64949 pOp->p3 = p3;
65362 pOut->p3 = pIn->p3;
71507 REGISTER_TRACE(pOp->p3, &aMem[pOp->p3]);
71657 assert( pOp->p3>=0 && pOp->p3<p->nOp );
72413 assert( pOp->p3>0 && pOp->p3<=(p->nMem-p->nCursor) );
72418 assert( pOp->p3<pOp->p2 || pOp->p3>=pOp->p2+n );
73150 assert( pOp->p3>0 && pOp->p3<=(p->nMem-p->nCursor) );
73560 assert( pOp->p3>0 && pOp->p3<=(p->nMem-p->nCursor) );
74469 assert( pOp[1].p3==pOp[0].p3 );
76089 assert( pOp->p3>0 && pOp->p3<=(p->nMem-p->nCursor) );
[all …]

Completed in 372 milliseconds