Home
last modified time | relevance | path

Searched refs:p2 (Results 51 – 75 of 75) sorted by last modified time

123

/php-src/ext/phar/tests/cache_list/files/
H A Dwrite10.phar4 $p2 = new Phar(__FILE__);
7 echo $p2->getStub(),"\n";
H A Dwrite10.phar.inc10 $p2 = new Phar(__FILE__);
13 echo $p2->getStub(),"\n";
H A Dwrite11.phar4 $p2 = new Phar(__FILE__);
6 echo strlen($p2->getStub()),"\n";
H A Dwrite11.phar.inc10 $p2 = new Phar(__FILE__);
12 echo strlen($p2->getStub()),"\n";
H A Dwrite12.phar4 $p2 = new Phar(__FILE__);
H A Dwrite12.phar.inc10 $p2 = new Phar(__FILE__);
H A Dwrite13.phar4 $p2 = new Phar(__FILE__);
H A Dwrite13.phar.inc10 $p2 = new Phar(__FILE__);
H A Dwrite14.phar4 $p2 = new Phar(__FILE__);
H A Dwrite14.phar.inc10 $p2 = new Phar(__FILE__);
H A Dwrite8.phar4 $p2 = new Phar(__FILE__);
6 echo $p2->getAlias(),"\n";
H A Dwrite8.phar.inc10 $p2 = new Phar(__FILE__);
12 echo $p2->getAlias(),"\n";
H A Dwrite9.phar4 $p2 = new Phar(__FILE__);
6 echo $p2->getStub(),"\n";
H A Dwrite9.phar.inc10 $p2 = new Phar(__FILE__);
12 echo $p2->getStub(),"\n";
/php-src/ext/phar/tests/cache_list/
H A Dcopyonwrite11.phar.phpt15 $p2 = new Phar(__FILE__);
17 echo strlen($p2->getStub()),"\n";
H A Dcopyonwrite9.phar.phpt15 $p2 = new Phar(__FILE__);
17 echo $p2->getStub(),"\n";
/php-src/ext/pcre/tests/
H A D005.phpt88 [2] => /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c
91 [5] => /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c
103 [2] => /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c
106 [5] => /p2/var/php_gcov/PHP_4_4/ext/ming/ming.c
119 [5] => /p2/var/php_gcov/PHP_4_4/ext/oci8/oci8.c
222 [5] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c
305 [2] => /p2/var/php_gcov/PHP_4_4/ext/yp/yp.c
308 [5] => /p2/var/php_gcov/PHP_4_4/ext/yp/yp.c
402 [5] => /p2/var/php_gcov/PHP_4_4/Zend/zend_ini.c
449 [5] => /p2/var/php_gcov/PHP_5_2/ext/ming/ming.c
[all …]
/php-src/ext/intl/collator/
H A Dcollator_sort.c222 static int collator_cmp_sort_keys( const void *p1, const void *p2 ) in collator_cmp_sort_keys() argument
225 char* key2 = ((collator_sort_key_index_t*)p2)->key; in collator_cmp_sort_keys()
/php-src/ext/gd/tests/
H A Dlines.phpt14 $p2 = imagecolorat($im, 5,5)==0x00ff00;
19 if ($p1 && $p2 && $p3) {
28 $p2 = imagecolorat($im, 0,5)==0x00ff00;
34 if ($p1 && $p2 && $p3) {
46 $p2 = imagecolorat($im, 5,5)==0x00ff00;
55 if ($p1 && $p2 && $p3) {
H A Dcopy.phpt18 $p2 = imagecolorat($dst_tc, 0,0) == 0x0000ff;
21 if ($p1 && $p2 && $p3) {
43 $p2 = $c2['red'] == 0x00 && $c2['blue']==0xff && $c2['green']==0x00;
46 if ($p1 && $p2 && $p3) {
72 $p2 = $c2['red'] == 0x00 && $c2['blue']==0xff && $c2['green']==0x00;
76 if ($p1 && $p2 && $p3) {
96 $p2 = imagecolorat($dst_tc, 0,0) == 0x0000ff;
99 if ($p1 && $p2 && $p3) {
H A Dcopyresized.phpt28 $p2 = imagecolorat($dst, $x, $y);
29 if (get_hexcolor($im, $p1) != get_hexcolor($dst, $p2)) {
H A Ddashedlines.phpt19 $p2 = imagecolorat($im, 1,5) == $b;
26 if ($p1 && $p2 && $p3 && $p4 && $p5) {
40 $p2 = imagecolorat($im, 2,1) == $b;
46 if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
60 $p2 = imagecolorat($im, 1,1) == $b;
66 if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
/php-src/ext/gd/libgd/
H A Dgdkanji.c237 *p2 -= cellOffset; in SJIStoJIS()
328 if ((*p2 >= 74 && *p2 <= 103) || (*p2 >= 110 && *p2 <= 122)) in han2zen()
329 (*p2)++; in han2zen()
330 else if (*p2 == 131 || *p2 == 69) in han2zen()
331 *p2 = 148; in han2zen()
333 else if (handaku && *p2 >= 110 && *p2 <= 122) in han2zen()
334 (*p2) += 2; in han2zen()
379 int p1, p2, i, j; in do_convert()
522 if (p2 == 222 || p2 == 223) in do_check_and_conv()
525 p2 = 0; in do_check_and_conv()
[all …]
/php-src/Zend/
H A Dzend_vm_trace_handlers.h54 static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) in zend_vm_trace_compare() argument
56 if (Z_LVAL(p1->val) < Z_LVAL(p2->val)) { in zend_vm_trace_compare()
58 } else if (Z_LVAL(p1->val) > Z_LVAL(p2->val)) { in zend_vm_trace_compare()
H A Dzend_vm_trace_map.h46 static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) in zend_vm_trace_compare() argument
48 if (Z_LVAL(p1->val) > Z_LVAL(p2->val)) { in zend_vm_trace_compare()
50 } else if (Z_LVAL(p1->val) < Z_LVAL(p2->val)) { in zend_vm_trace_compare()

Completed in 79 milliseconds

123