Home
last modified time | relevance | path

Searched refs:p2 (Results 26 – 50 of 75) sorted by relevance

123

/php-src/ext/phar/tests/cache_list/files/
H A Dwrite8.phar.inc10 $p2 = new Phar(__FILE__);
12 echo $p2->getAlias(),"\n";
H A Dwrite11.phar.inc10 $p2 = new Phar(__FILE__);
12 echo strlen($p2->getStub()),"\n";
H A Dwrite9.phar.inc10 $p2 = new Phar(__FILE__);
12 echo $p2->getStub(),"\n";
H A Dwrite10.phar.inc10 $p2 = new Phar(__FILE__);
13 echo $p2->getStub(),"\n";
H A Dwrite12.phar4 $p2 = new Phar(__FILE__);
H A Dwrite13.phar4 $p2 = new Phar(__FILE__);
/php-src/ext/reflection/tests/
H A D023.phpt7 protected $p2 = 2;
26 ["p2"]=>
H A D020.phpt7 protected $p2;
17 var_dump($obj->hasProperty("p2"));
H A D024.phpt8 protected $p2 = 2;
34 Property [ protected $p2 = 2 ]
/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";
H A Dcopyonwrite10.phar.phpt15 $p2 = new Phar(__FILE__);
18 echo $p2->getStub(),"\n";
/php-src/ext/sodium/tests/
H A Dcrypto_scalarmult_ristretto255.phpt20 $p2 = sodium_crypto_scalarmult_ristretto255($n, $b);
28 $p2 = sodium_crypto_scalarmult_ristretto255($n, $b);
30 assert($p === $p2);
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddtoa.c83 uint64_t p2, tmp; in lexbor_grisu2_gen() local
103 p2 = Mp.significand & (one.significand - 1); in lexbor_grisu2_gen()
140 tmp = ((uint64_t) p1 << -one.exp) + p2; in lexbor_grisu2_gen()
153 p2 *= 10; in lexbor_grisu2_gen()
155 c = (char) (p2 >> -one.exp); in lexbor_grisu2_gen()
166 p2 &= one.significand - 1; in lexbor_grisu2_gen()
169 if (p2 < delta) { in lexbor_grisu2_gen()
172 lexbor_grisu2_round(begin, p - begin, delta, p2, one.significand, in lexbor_grisu2_gen()
/php-src/ext/spl/tests/
H A DarrayObject_clone_basic2.phpt15 $c->p2 = 'new prop added to c after clone';
24 ["p2"]=>
34 ["p2"]=>
H A DarrayObject_clone_basic1.phpt11 $a['p2'] = 'new element added to a after clone';
24 ["p2"]=>
/php-src/ext/standard/
H A Dquot_print.c54 unsigned char *p2; in php_quot_print_decode() local
96 i = length; p1 = str; p2 = (unsigned char*)ZSTR_VAL(retval); in php_quot_print_decode()
112 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
131 *(p2++) = (replace_us_by_ws == *p1 ? '\x20': *p1); in php_quot_print_decode()
136 *p2 = '\0'; in php_quot_print_decode()
/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()
/php-src/ext/phar/tests/zip/
H A Dlargezip.phpt20 $p2 = new Phar($fname2);
21 var_dump(strlen($p2['big']->getContent()));
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt35 $p2 = realpath($p);
36 var_dump($p2);
38 var_dump(substr($p, 0, strlen($p) - 1) == $p2);
/php-src/ext/standard/tests/array/
H A Dbug28739.phpt13 $p2 = array(new p(0), new p(2), new p(3));
18 print_r(array_udiff($p1,$p2, 'b'));
H A Dbug34227.phpt86 function p2()
93 p2();
/php-src/win32/
H A Dsendmail.c1016 char *p1 = address, *p2; in get_angle_addr() local
1033 p2 = ++p1; in get_angle_addr()
1034 while ((p2 = strpbrk(p2, ">\"\\")) != NULL) { in get_angle_addr()
1035 if (*p2 == '\\' && in_quotes) { in get_angle_addr()
1036 if (p2[1] == '\0') { in get_angle_addr()
1040 p2++; in get_angle_addr()
1041 } else if (*p2 == '"') { in get_angle_addr()
1043 } else if (*p2 == '>' && !in_quotes) { in get_angle_addr()
1046 p2++; in get_angle_addr()
1048 if (p2 == NULL) return NULL; in get_angle_addr()
[all …]
/php-src/ext/ffi/tests/
H A D033.phpt12 $p2 = $ffi->new("uint16_t[2]", true, true);
13 var_dump($p1, $p2);
/php-src/ext/soap/tests/bugs/
H A Dbug37013.phpt40 $p2 = new ThingWithParent( 2, $p );
43 $p->children = array( $p2, $p3 );
45 return $p2;

Completed in 26 milliseconds

123