Searched refs:p3 (Results 1 – 15 of 15) sorted by relevance
/PHP-7.1/ext/gd/tests/ |
H A D | lines.phpt | 21 $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 D | dashedlines.phpt | 22 $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 D | copy.phpt | 21 $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-7.1/tests/classes/ |
H A D | clone_001.phpt | 10 public $p3; 15 $obj->p3 = 'B'; 17 $copy->p3 = 'C'; 31 ["p3"]=> 40 ["p3"]=>
|
H A D | clone_002.phpt | 10 public $p3; 17 $obj->p3 = 'B'; 19 $copy->p3 = 'C'; 33 ["p3"]=> 42 ["p3"]=>
|
H A D | clone_003.phpt | 10 public $p3 = 'base:3'; 20 public $p3 = 'test:3'; 42 [p3] => test:3 52 [p3] => test:3
|
/PHP-7.1/ext/pdo_oci/tests/ |
H A D | pecl_bug_6364.phpt | 19 …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',?,?)"); 58 string(2) "p3" 60 string(2) "p3"
|
/PHP-7.1/ext/reflection/tests/ |
H A D | 024.phpt | 10 public $p3 = 3; 15 $x->p3 = 5; 36 Property [ <default> public $p3 ]
|
H A D | 023.phpt | 10 public $p3 = 3; 30 ["p3"]=>
|
H A D | 020.phpt | 10 private $p3; 20 var_dump($obj->hasProperty("p3"));
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | bug34227.phpt | 81 function p3() 88 p3();
|
/PHP-7.1/ext/phar/tests/zip/ |
H A D | phar_setalias.phpt | 46 $p3 = new Phar($fname3); 47 echo $p3->getAlias(), "\n";
|
/PHP-7.1/ext/soap/tests/bugs/ |
H A D | bug37013.phpt | 43 $p3 = new ThingWithParent( 3, $p ); 45 $p->children = array( $p2, $p3 );
|
/PHP-7.1/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 10914 const CaseUnfold_13_Type *p3; in init_case_fold_table() local 10966 p3 = &CaseUnfold_13[i]; in init_case_fold_table() 10967 st_add_direct(Unfold3Table, (st_data_t )p3->from, (st_data_t )(&p3->to)); in init_case_fold_table()
|
/PHP-7.1/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 76547 pOp->p3 = p3; 77231 pOut->p3 = aOp->p3; 84324 REGISTER_TRACE(pOp->p3, &aMem[pOp->p3]); 84476 assert( pOp->p3>=0 && pOp->p3<p->nOp ); 85848 assert( pOp->p3==0 || pOp->p3==1 ); 87592 assert( pOp[1].p3==pOp[0].p3 ); 89032 assert( pOp->p3>=0 && pOp->p3<p->nCursor ); 89131 REGISTER_TRACE(pOp->p3+i, &aMem[pOp->p3+i]); 90002 assert( pOp->p3<pOp->p2 || pOp->p3>=pOp->p2+n ); 90880 assert( pOp->p3<pOp->p2 || pOp->p3>=pOp->p2+n ); [all …]
|
Completed in 497 milliseconds