/PHP-7.3/ext/standard/ |
H A D | quot_print.c | 88 if (*p1 == '=') { in php_quot_print_decode() 90 p1++; in php_quot_print_decode() 93 p1++; in php_quot_print_decode() 102 if (*p1 == '=') { in php_quot_print_decode() 103 i--, p1++; in php_quot_print_decode() 107 h_nbl = hexval_tbl[*p1]; in php_quot_print_decode() 115 i--, p1++; in php_quot_print_decode() 124 if (p1[0] == '\r' && i >= 2 && p1[1] == '\n') { in php_quot_print_decode() 125 i--, p1++; in php_quot_print_decode() 127 i--, p1++; in php_quot_print_decode() [all …]
|
H A D | levenshtein.c | 31 zend_long *p1, *p2, *tmp; in reference_levdist() local 45 p1 = safe_emalloc((l2 + 1), sizeof(zend_long), 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 D | versioning.c | 129 char *p1, *p2, *n1, *n2; in php_version_compare() local 150 p1 = n1 = ver1; in php_version_compare() 152 while (*p1 && *p2 && n1 && n2) { in php_version_compare() 153 if ((n1 = strchr(p1, '.')) != NULL) { in php_version_compare() 159 if (isdigit(*p1) && isdigit(*p2)) { in php_version_compare() 161 l1 = strtol(p1, NULL, 10); in php_version_compare() 164 } else if (!isdigit(*p1) && !isdigit(*p2)) { in php_version_compare() 169 if (isdigit(*p1)) { in php_version_compare() 179 p1 = n1 + 1; in php_version_compare() 187 if (isdigit(*p1)) { in php_version_compare() [all …]
|
/PHP-7.3/ext/oci8/tests/ |
H A D | bind_sqltint.phpt | 129 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 D | bug46994.phpt | 16 "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 D | drcp_characterset.phpt | 17 $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-7.3/ext/gd/libgd/ |
H A D | gdkanji.c | 248 han2zen (int *p1, int *p2) in han2zen() argument 250 int c = *p1; in han2zen() 385 int p1, p2, i, j; in do_convert() 431 p1 = from[i]; in do_convert() 432 if (p1 < 127) in do_convert() 433 to[j++] = p1; in do_convert() 434 else if ((p1 >= 161) && (p1 <= 223)) in do_convert() 437 to[j++] = p1; in do_convert() 443 to[j++] = p1 + 128; in do_convert() 468 int p1, p2, i, j; in do_check_and_conv() local [all …]
|
/PHP-7.3/ext/gd/tests/ |
H A D | dashedlines.phpt | 20 $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 D | copy.phpt | 19 $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 D | lines.phpt | 19 $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 D | bug38179.phpt | 21 $p1 = imagecolorat($dst_tc, 3,3); 22 printf("%X\n", $p1);
|
/PHP-7.3/Zend/tests/ |
H A D | bug40757.phpt | 6 private $p1='sadf'; 23 [p1] => sadf 27 [p1] => sadf
|
/PHP-7.3/tests/classes/ |
H A D | clone_003.phpt | 6 protected $p1 = 'base:1'; 17 public $p1 = 'test:1'; 39 [p1] => test:1 49 [p1] => test:1
|
H A D | clone_001.phpt | 6 public $p1 = 1; 25 ["p1"]=> 34 ["p1"]=>
|
H A D | clone_002.phpt | 6 public $p1 = 1; 27 ["p1"]=> 36 ["p1"]=>
|
/PHP-7.3/ext/phar/tests/tar/ |
H A D | bignames_overflow.phpt | 21 $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-7.3/ext/standard/tests/array/ |
H A D | bug28739.phpt | 12 $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-7.3/ext/pdo_oci/tests/ |
H A D | pecl_bug_6364.phpt | 19 …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',?,?)"); 50 string(2) "p1" 52 string(2) "p1"
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | bug42548.phpt | 26 $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-7.3/ext/spl/tests/ |
H A D | arrayObject_clone_basic2.phpt | 9 $c->p1 = 'new prop added to c before clone'; 20 ["p1"]=> 30 ["p1"]=> 41 ["p1"]=>
|
/PHP-7.3/Zend/ |
H A D | zend_vm_trace_map.h | 46 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()
|
/PHP-7.3/ext/reflection/tests/ |
H A D | property_exists.phpt | 66 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 D | 020.phpt | 6 public $p1; 16 var_dump($obj->hasProperty("p1"));
|
H A D | 024.phpt | 6 private $p1 = 1; 32 Property [ <default> private $p1 ]
|
/PHP-7.3/ext/iconv/ |
H A D | iconv.c | 1482 const char *p1; in _php_iconv_mime_decode() local 1513 p1 = str; in _php_iconv_mime_decode() 1519 switch (*p1) { in _php_iconv_mime_decode() 1534 spaces = p1; in _php_iconv_mime_decode() 1557 if (*p1 == '\r' || *p1 == '\n') { in _php_iconv_mime_decode() 1558 --p1; in _php_iconv_mime_decode() 1587 --p1; in _php_iconv_mime_decode() 1667 ++p1; in _php_iconv_mime_decode() 1777 if (*p1 != ' ' && *p1 != '\t') { in _php_iconv_mime_decode() 1778 --p1; in _php_iconv_mime_decode() [all …]
|