Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dlines.phpt15 $p3 = true;
17 $p3 = $p3 && (imagecolorat($im, $x,5)==0x00ff00);
29 $p3 = true;
31 $p3 = $p3 && (imagecolorat($im, 0,$y)==0x00ff00);
48 $p3 = true;
51 $p3 = $p3 && (imagecolorat($im, $x,$y)==0x00ff00);
63 $p3 = true;
69 if ($p3) {
76 $p3 = true;
82 if ($p3) {
[all …]
H A Ddashedlines.phpt20 $p3 = imagecolorat($im, 2,5) == $r;
26 if ($p1 && $p2 && $p3 && $p4 && $p5) {
41 $p3 = imagecolorat($im, 2,2) == $r;
46 if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
61 $p3 = imagecolorat($im, 2,2) == $r;
66 if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
H A Dcopy.phpt19 $p3 = imagecolorat($dst_tc, 4,4) == 0x00ff00;
21 if ($p1 && $p2 && $p3) {
44 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
46 if ($p1 && $p2 && $p3) {
73 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
76 if ($p1 && $p2 && $p3) {
97 $p3 = imagecolorat($dst_tc, 4,4) == 0x00ff00;
99 if ($p1 && $p2 && $p3) {
/php-src/tests/classes/
H A Dclone_001.phpt8 public $p3;
13 $obj->p3 = 'B';
15 $copy->p3 = 'C';
29 ["p3"]=>
38 ["p3"]=>
H A Dclone_002.phpt8 public $p3;
15 $obj->p3 = 'B';
17 $copy->p3 = 'C';
31 ["p3"]=>
40 ["p3"]=>
H A Dclone_003.phpt8 public $p3 = 'base:3';
18 public $p3 = 'test:3';
41 [p3] => test:3
51 [p3] => test:3
/php-src/ext/ffi/tests/
H A D034.phpt13 $p3 = $ffi->new("uint32_t[2]");
14 var_dump(FFI::sizeof($p1), FFI::sizeof($p2), FFI::sizeof($p3));
15 var_dump(FFI::alignof($p1), FFI::alignof($p2), FFI::alignof($p3));
16 var_dump(FFI::sizeof(FFI::typeof($p1)), FFI::sizeof(FFI::typeof($p2)), FFI::sizeof(FFI::typeof($p3)…
17 …mp(FFI::alignof(FFI::typeof($p1)), FFI::alignof(FFI::typeof($p2)), FFI::alignof(FFI::typeof($p3)));
/php-src/ext/reflection/tests/
H A D024.phpt9 public $p3 = 3;
14 $x->p3 = 5;
35 Property [ public $p3 = 3 ]
H A D023.phpt8 public $p3 = 3;
28 ["p3"]=>
H A D020.phpt8 private $p3;
18 var_dump($obj->hasProperty("p3"));
/php-src/Zend/tests/attributes/override/
H A D001.phpt18 public function p3() {}
27 public function p3() {}
37 public function p3() {}
/php-src/ext/standard/tests/array/
H A Dbug34227.phpt81 function p3()
88 p3();
/php-src/ext/phar/tests/zip/
H A Dphar_setalias.phpt46 $p3 = new Phar($fname3);
47 echo $p3->getAlias(), "\n";
/php-src/ext/soap/tests/bugs/
H A Dbug37013.phpt41 $p3 = new ThingWithParent( 3, $p );
43 $p->children = array( $p2, $p3 );
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua751 local p3 = params[n+2]
756 if p3 then werror("too many parameters") end
762 if p3 then op = op + parse_shift(p3) end
773 local p2a, p3 = match(p2, "^,%s*([^,%s]*)%s*,?%s*(.*)$")
777 if p3 ~= "" then
779 op = op + parse_shift(p3)
H A Dminilua.c4724 const TValue*p2,const TValue*p3){
4728 setobj(L,L->top+3,p3);
/php-src/ext/mbstring/
H A Dmbstring.c4138 uint32_t value = 0, *p3 = p + 3; in html_numeric_entity_decode() local
4139 while (p3 < p2) { in html_numeric_entity_decode()
4140 w = *p3++; in html_numeric_entity_decode()
4175 uint32_t value = 0, *p3 = p + 2; in html_numeric_entity_decode() local
4176 while (p3 < p2) { in html_numeric_entity_decode()
4185 value = (value * 10) + (*p3++ - '0'); in html_numeric_entity_decode()

Completed in 78 milliseconds