Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/phar/tests/cache_list/files/
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__);
H A Dwrite14.phar4 $p2 = new Phar(__FILE__);
H A Dwrite12.phar.inc10 $p2 = new Phar(__FILE__);
H A Dwrite13.phar.inc10 $p2 = new Phar(__FILE__);
H A Dwrite14.phar.inc10 $p2 = new Phar(__FILE__);
H A Dfrontcontroller4.phar12 …�ж���������a.phps���?�kJ���l�`�������hiohio<?php function hio(){}*��*��\x����,:~p2���GBMB
/PHP-5.5/ext/standard/
H A Dquot_print.c58 register unsigned char *p2; in php_quot_print_decode() local
100 i = length; p1 = str; p2 = retval; in php_quot_print_decode()
116 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
135 *(p2++) = (replace_us_by_ws == *p1 ? '\x20': *p1); in php_quot_print_decode()
140 *p2 = '\0'; in php_quot_print_decode()
/PHP-5.5/ext/reflection/tests/
H A D023.phpt9 protected $p2 = 2;
28 ["p2"]=>
H A D020.phpt9 protected $p2;
19 var_dump($obj->hasProperty("p2"));
H A D024.phpt9 protected $p2 = 2;
35 Property [ <default> protected $p2 ]
/PHP-5.5/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-5.5/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-5.5/ext/phar/tests/zip/
H A Dlargezip.phpt20 $p2 = new Phar($fname2);
21 var_dump(strlen($p2['big']->getContent()));
/PHP-5.5/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-5.5/ext/pspell/tests/
H A D003.phpt17 $p2 = pspell_new_config($cfg2);
18 var_dump(pspell_check($p2, 'yy'));
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37013.phpt42 $p2 = new ThingWithParent( 2, $p );
45 $p->children = array( $p2, $p3 );
47 return $p2;
/PHP-5.5/ext/oci8/tests/
H A Dbug37581.phpt18 $p2 = "create or replace package body ARRAYBINDPKG1 as
28 $s2 = oci_parse($c, $p2);

Completed in 52 milliseconds

123