Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 25 of 57) sorted by relevance

123

/PHP-5.5/ext/standard/
H A Dquot_print.c90 if (*p1 == '=') { in php_quot_print_decode()
92 p1++; in php_quot_print_decode()
95 p1++; in php_quot_print_decode()
104 if (*p1 == '=') { in php_quot_print_decode()
105 i--, p1++; in php_quot_print_decode()
109 h_nbl = hexval_tbl[*p1]; in php_quot_print_decode()
117 i--, p1++; in php_quot_print_decode()
126 if (p1[0] == '\r' && i >= 2 && p1[1] == '\n') { in php_quot_print_decode()
127 i--, p1++; in php_quot_print_decode()
129 i--, p1++; in php_quot_print_decode()
[all …]
H A Dlevenshtein.c32 int *p1, *p2, *tmp; in reference_levdist() local
45 p1 = safe_emalloc((l2 + 1), sizeof(int), 0); in reference_levdist()
49 p1[i2] = i2 * cost_ins; in reference_levdist()
52 p2[0] = p1[0] + cost_del; in reference_levdist()
55 c0 = p1[i2] + ((s1[i1] == s2[i2]) ? 0 : cost_rep); in reference_levdist()
56 c1 = p1[i2 + 1] + cost_del; in reference_levdist()
66 tmp = p1; in reference_levdist()
67 p1 = p2; in reference_levdist()
70 c0 = p1[l2]; in reference_levdist()
72 efree(p1); in reference_levdist()
H A Dversioning.c131 char *p1, *p2, *n1, *n2; in php_version_compare() local
152 p1 = n1 = ver1; in php_version_compare()
154 while (*p1 && *p2 && n1 && n2) { in php_version_compare()
155 if ((n1 = strchr(p1, '.')) != NULL) { in php_version_compare()
161 if (isdigit(*p1) && isdigit(*p2)) { in php_version_compare()
163 l1 = strtol(p1, NULL, 10); in php_version_compare()
166 } else if (!isdigit(*p1) && !isdigit(*p2)) { in php_version_compare()
171 if (isdigit(*p1)) { in php_version_compare()
181 p1 = n1 + 1; in php_version_compare()
189 if (isdigit(*p1)) { in php_version_compare()
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dbind_sqltint.phpt129 unset($p1);
131 oci_bind_by_name($s, ":p1", $p1, 10);
138 unset($p1);
140 oci_bind_by_name($s, ":p1", $p1, 10);
149 oci_bind_by_name($s, ":p1", $p1, 10);
158 oci_bind_by_name($s, ":p1", $p1, 10);
167 oci_bind_by_name($s, ":p1", $p1, 10);
176 oci_bind_by_name($s, ":p1", $p1, 10);
185 oci_bind_by_name($s, ":p1", $p1, 10);
194 oci_bind_by_name($s, ":p1", $p1, 10);
[all …]
H A Dbug46994.phpt16 "create or replace procedure bug46994_proc1(p1 in out nocopy clob) is
18 dbms_lob.trim(p1, 0);
19 dbms_lob.writeappend(p1, 26, 'This should be the output.');
21 "create or replace procedure bug46994_proc2(p1 in out nocopy clob) is
23 dbms_lob.trim(p1, 0);
24 dbms_lob.writeappend(p1, 37, 'The output should be even longer now.');
H A Ddrcp_characterset.phpt17 $p1 = oci_pconnect($user,$password,$dbase,"UTF8");
18 var_dump($p1);
38 // The two connections p1 and p2 should not share resources as they use different
41 if((int)$p1 === (int)$p2)
49 oci_close($p1);
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c249 han2zen (int *p1, int *p2) in han2zen() argument
251 int c = *p1; in han2zen()
386 int p1, p2, i, j; in do_convert()
432 p1 = from[i]; in do_convert()
433 if (p1 < 127) in do_convert()
434 to[j++] = p1; in do_convert()
435 else if ((p1 >= 161) && (p1 <= 223)) in do_convert()
438 to[j++] = p1; in do_convert()
444 to[j++] = p1 + 128; in do_convert()
469 int p1, p2, i, j; in do_check_and_conv() local
[all …]
/PHP-5.5/ext/gd/tests/
H A Ddashedlines.phpt20 $p1 = imagecolorat($im, 0,5) == $r;
28 if ($p1 && $p2 && $p3 && $p4 && $p5) {
41 $p1 = imagecolorat($im, 2,0) == $r;
48 if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
61 $p1 = imagecolorat($im, 0,0) == $r;
68 if ($p1 && $p2 && $p3 && $p4 && $p5 && $p6) {
H A Dcopy.phpt19 $p1 = imagecolorat($dst_tc, 3,3) == 0xff0000;
23 if ($p1 && $p2 && $p3) {
44 $p1 = $c1['red'] == 0xff && $c1['blue']==0x00 && $c1['green']==0x00;
48 if ($p1 && $p2 && $p3) {
73 $p1 = $c1['red'] == 0xff && $c1['blue']==0x00 && $c1['green']==0x00;
78 if ($p1 && $p2 && $p3) {
97 $p1 = imagecolorat($dst_tc, 3,3) == 0xff0000;
101 if ($p1 && $p2 && $p3) {
H A Dlines.phpt19 $p1 = imagecolorat($im, 0,5)==0x00ff00;
25 if ($p1 && $p2 && $p3) {
33 $p1 = imagecolorat($im, 0,0)==0x00ff00;
40 if ($p1 && $p2 && $p3) {
51 $p1 = imagecolorat($im, 0,0)==0x00ff00;
61 if ($p1 && $p2 && $p3) {
H A Dbug38179.phpt21 $p1 = imagecolorat($dst_tc, 3,3);
22 printf("%X\n", $p1);
/PHP-5.5/Zend/tests/
H A Dbug40757.phpt6 private $p1='sadf';
23 [p1] => sadf
27 [p1] => sadf
/PHP-5.5/ext/phar/tests/tar/
H A Dbignames_overflow.phpt21 $p1 = new PharData($fname);
22 foreach ($p1 as $file) {
25 echo $p1['a/' . str_repeat('a', 100)]->getContent() . "\n";
26 echo $p1[str_repeat('a', 155) . '/' . str_repeat('a', 100)]->getContent() . "\n";
/PHP-5.5/ext/standard/tests/array/
H A Dbug28739.phpt12 $p1 = array(new p(2), new p(1), new p(0));
15 uasort($p1, 'a');
16 print_r($p1);
18 print_r(array_udiff($p1,$p2, 'b'));
/PHP-5.5/tests/classes/
H A Dclone_003.phpt8 protected $p1 = 'base:1';
19 public $p1 = 'test:1';
41 [p1] => test:1
51 [p1] => test:1
H A Dclone_001.phpt8 public $p1 = 1;
27 ["p1"]=>
36 ["p1"]=>
H A Dclone_002.phpt8 public $p1 = 1;
29 ["p1"]=>
38 ["p1"]=>
/PHP-5.5/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt19 …6364_sp(p1 IN varchar2, p2 IN varchar2, p3 IN varchar2, p4 OUT varchar2, p5 OUT varchar2) as begin…
21 $stmt = $dbh->prepare("call bug_6364_sp('p1','p2','p3',?,?)");
51 string(2) "p1"
53 string(2) "p1"
/PHP-5.5/ext/mysqli/tests/
H A Dbug42548.phpt26 $mysqli->query("DROP PROCEDURE IF EXISTS p1") or die($mysqli->error);
27 $mysqli->query("CREATE PROCEDURE p1() BEGIN SELECT 23; SELECT 42; END") or die($mysqli->error);
29 if ($mysqli->multi_query("CALL p1();"))
49 $mysqli->query("DROP PROCEDURE p1") or die($mysqli->error);
59 mysqli_query($link, "DROP PROCEDURE IF EXISTS p1");
/PHP-5.5/ext/spl/tests/
H A DarrayObject_clone_basic2.phpt9 $c->p1 = 'new prop added to c before clone';
20 ["p1"]=>
30 ["p1"]=>
41 ["p1"]=>
/PHP-5.5/ext/reflection/tests/
H A Dproperty_exists.phpt66 foreach($pc as $p1) {
67 if (is_object($p1)) {
68 $p1->test($p1, $pr);
70 $r = new ReflectionMethod($p1, 'test');
71 $r->invoke(NULL, $p1, $pr);
75 echo $p1, '::$' , $p2, "\n";
76 var_dump(property_exists($p1, $p2));
H A D020.phpt8 public $p1;
18 var_dump($obj->hasProperty("p1"));
H A D024.phpt8 private $p1 = 1;
34 Property [ <default> private $p1 ]
/PHP-5.5/ext/iconv/
H A Diconv.c1424 const char *p1; in _php_iconv_mime_decode() local
1455 p1 = str; in _php_iconv_mime_decode()
1461 switch (*p1) { in _php_iconv_mime_decode()
1476 spaces = p1; in _php_iconv_mime_decode()
1509 switch (*p1) { in _php_iconv_mime_decode()
1582 ++p1; in _php_iconv_mime_decode()
1613 switch (*p1) { in _php_iconv_mime_decode()
1690 if (*p1 != ' ' && *p1 != '\t') { in _php_iconv_mime_decode()
1691 --p1; in _php_iconv_mime_decode()
1730 switch (*p1) { in _php_iconv_mime_decode()
[all …]
/PHP-5.5/ext/xml/tests/
H A Dbug30266.phpt44 $p1 = new Xml_Parser();
46 $p1->parse('<tag1><tag2></tag2></tag1>');

Completed in 38 milliseconds

123