Home
last modified time | relevance | path

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

123

/PHP-8.0/tests/classes/
H A Dclone_003.phpt7 public $p2 = 'base:2';
43 [p2] => base:2
53 [p2] => base:2
/PHP-8.0/Zend/
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()
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-8.0/ext/phar/tests/zip/
H A Dphar_setalias.phpt41 $p2 = new Phar($fname2);
42 echo $p2->getAlias(), "\n";
43 $p2->compressFiles(Phar::BZ2);
45 $p2->setAlias('unused2');
H A Dlargezip.phpt20 $p2 = new Phar($fname2);
21 var_dump(strlen($p2['big']->getContent()));
/PHP-8.0/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.phpt7 protected $p2 = 2;
33 Property [ protected $p2 = 2 ]
/PHP-8.0/ext/phar/tests/cache_list/files/
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-8.0/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-8.0/ext/spl/tests/
H A DarrayObject_clone_basic2.phpt13 $c->p2 = 'new prop added to c after clone';
22 ["p2"]=>
32 ["p2"]=>
H A DarrayObject_clone_basic1.phpt11 $a['p2'] = 'new element added to a after clone';
24 ["p2"]=>
/PHP-8.0/ext/standard/
H A Dquot_print.c54 register 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-8.0/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-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt33 $p2 = realpath($p);
34 var_dump($p2);
36 var_dump(substr($p, 0, strlen($p) - 1) == $p2);
/PHP-8.0/ext/pspell/tests/
H A D003.phpt17 $p2 = pspell_new_config($cfg2);
19 pspell_check($p2, 'yy');
/PHP-8.0/ext/ffi/tests/
H A D033.phpt10 $p2 = FFI::new("uint16_t[2]", true, true);
11 var_dump($p1, $p2);
/PHP-8.0/win32/
H A Dsendmail.c1017 char *p1 = address, *p2; in get_angle_addr() local
1034 p2 = ++p1; in get_angle_addr()
1035 while ((p2 = strpbrk(p2, ">\"\\")) != NULL) { in get_angle_addr()
1036 if (*p2 == '\\' && in_quotes) { in get_angle_addr()
1037 if (p2[1] == '\0') { in get_angle_addr()
1041 p2++; in get_angle_addr()
1042 } else if (*p2 == '"') { in get_angle_addr()
1044 } else if (*p2 == '>' && !in_quotes) { in get_angle_addr()
1047 p2++; in get_angle_addr()
1049 if (p2 == NULL) return NULL; in get_angle_addr()
[all …]
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug37013.phpt42 $p2 = new ThingWithParent( 2, $p );
45 $p->children = array( $p2, $p3 );
47 return $p2;
/PHP-8.0/ext/oci8/tests/
H A Dbug37581.phpt18 $p2 = "create or replace package body BUG37581_PKG as
28 $s2 = oci_parse($c, $p2);

Completed in 30 milliseconds

123