Home
last modified time | relevance | path

Searched refs:p (Results 76 – 100 of 937) sorted by relevance

12345678910>>...38

/php-src/tests/classes/
H A Dproperty_override_protectedStatic_private.phpt7 protected static $p = "A::p (static)";
10 echo self::$p . "\n";
16 private $p = "B::p";
19 echo $this->p . "\n";
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 11
H A Dproperty_override_protectedStatic_protected.phpt7 protected static $p = "A::p (static)";
10 echo self::$p . "\n";
16 protected $p = "B::p";
19 echo $this->p . "\n";
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 11
H A Dproperty_override_publicStatic_private.phpt7 public static $p = "A::p (static)";
10 echo self::$p . "\n";
16 private $p = "B::p";
19 echo $this->p . "\n";
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 11
H A Dproperty_override_publicStatic_protected.phpt7 public static $p = "A::p (static)";
10 echo self::$p . "\n";
16 protected $p = "B::p";
19 echo $this->p . "\n";
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 11
H A Dproperty_override_publicStatic_public.phpt7 public static $p = "A::p (static)";
10 echo self::$p . "\n";
16 public $p = "B::p";
19 echo $this->p . "\n";
31 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 11
H A Dproperty_override_protected_privateStatic.phpt7 protected $p = "A::p";
10 echo $this->p . "\n";
16 private static $p = "B::p (static)";
19 echo self::$p . "\n";
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 11
H A Dproperty_override_protected_protectedStatic.phpt7 protected $p = "A::p";
10 echo $this->p . "\n";
16 protected static $p = "B::p (static)";
19 echo self::$p . "\n";
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 11
H A Dproperty_override_protected_publicStatic.phpt7 protected $p = "A::p";
10 echo $this->p . "\n";
16 public static $p = "B::p (static)";
19 echo self::$p . "\n";
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 11
H A Dproperty_override_public_privateStatic.phpt7 public $p = "A::p";
10 echo $this->p . "\n";
16 private static $p = "B::p (static)";
19 echo self::$p . "\n";
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 11
H A Dproperty_override_public_protectedStatic.phpt7 public $p = "A::p";
10 echo $this->p . "\n";
16 protected static $p = "B::p (static)";
19 echo self::$p . "\n";
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 11
H A Dproperty_override_public_publicStatic.phpt7 public $p = "A::p";
10 echo $this->p . "\n";
16 public static $p = "B::p (static)";
19 echo self::$p . "\n";
32 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 11
/php-src/ext/ffi/tests/
H A D024.phpt9 $p = FFI::cdef()->new("
22 var_dump(FFI::sizeof($p));
23 $p->a = 1;
24 $p->b = 2;
25 $p->c = 3;
26 $p->d = 4;
27 $p->f = 5;
28 var_dump($p);
/php-src/ext/dom/tests/
H A Dfragments_multiple_nodes_DOMParentNode.phpt14 $fragment->appendChild($dom->createElement('p', '1'));
23 $fragment->appendChild($dom->createElement('p', '3'));
32 <html><p>1</p><b>2</b></html>
35 <html><p>1</p><b>2</b>foo</html>
38 <html><p>3</p><b>4</b><p>1</p><b>2</b>foo</html>
H A Dbug80268.phpt12 $doc->loadHTML("<p>foo\0bar</p>");
14 var_dump(strpos($html, '<p>foo</p>') !== false);
16 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>");
20 var_dump(strpos($html, '<p>foo</p>') !== false);
H A DDOMElement_append_hierarchy_test.phpt9 $dom_original->loadXML('<p><b>hello</b><b><i>world</i></b></p>');
73 $dom2->loadXML('<p>other</p>');
85 string(39) "<p><b>hello<b><i>world</i></b></b></p>
88 string(39) "<p><b>hello<i>world</i></b><b></b></p>
91 string(42) "<p><b>hello<i>world</i>foo</b><b></b></p>
94 string(39) "<p><b><i>world<b>hello</b></i></b></p>
98 string(39) "<p><b>hello</b><b><i>world</i></b></p>
102 string(27) "<p><b><i>world</i></b></p>
106 string(39) "<p><b>hello</b><b><i>world</i></b></p>
110 string(13) "<p>other</p>
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c57 } else if (p->parent->child[0] == p) { in ir_syms_rotateleft()
76 } else if (p->parent->child[1] == p) { in ir_syms_rotateright()
543 fwrite(p, 1, r - p, f);
564 fwrite(p, 1, r - p, f);
607 fwrite(p, 1, q - p, f);
614 fwrite(p, 1, r - p, f);
620 fwrite(p, 1, r - p, f);
627 fwrite(p, 1, q - p, f);
638 fwrite(p, 1, r - p, f);
670 p++;
[all …]
/php-src/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt16 $p = new Phar($fname);
17 $p['file1.txt'] = 'hi';
18 var_dump($p->getSignature());
19 $p->setSignatureAlgorithm(Phar::MD5);
20 var_dump($p->getSignature());
21 $p->setSignatureAlgorithm(Phar::SHA1);
22 var_dump($p->getSignature());
24 $p->setSignatureAlgorithm(Phar::SHA256);
25 var_dump($p->getSignature());
31 var_dump($p->getSignature());
[all …]
/php-src/ext/tidy/tests/
H A Dbug77040.phpt8 $tidy->parseString("<p>text</p><p><![CDATA[cdata]]></p>");
9 $p = $tidy->body()->child[0];
10 var_dump($p->type === TIDY_NODETYPE_START);
11 var_dump($p->isHtml());
12 $text = $p->child[0];
/php-src/ext/standard/
H A Dcrc32_x86.c82 x1 = _mm_loadu_si128((__m128i *)(p + 0x00)); in crc32_pclmul_batch()
86 p += CRC32_FOLDING_BLOCK_SIZE; in crc32_pclmul_batch()
92 x1 = _mm_loadu_si128((__m128i *)(p + 0x00)); in crc32_pclmul_batch()
94 x2 = _mm_loadu_si128((__m128i *)(p + 0x10)); in crc32_pclmul_batch()
98 p += CRC32_FOLDING_BLOCK_SIZE * 3; in crc32_pclmul_batch()
130 p += CRC32_FOLDING_BLOCK_SIZE * 4; in crc32_pclmul_batch()
160 p += CRC32_FOLDING_BLOCK_SIZE; in crc32_pclmul_batch()
199 p += CRC32_FOLDING_BLOCK_SIZE; in crc32_pclmul_reflected_batch()
207 p += CRC32_FOLDING_BLOCK_SIZE * 3; in crc32_pclmul_reflected_batch()
235 p += CRC32_FOLDING_BLOCK_SIZE * 4; in crc32_pclmul_reflected_batch()
[all …]
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt16 $p = "";
22 $p .= "$s";
23 $p .= DIRECTORY_SEPARATOR;
27 $p = realpath(__DIR__) . DIRECTORY_SEPARATOR . $p;
29 echo strlen($p), "\n", $p, "\n";
31 var_dump(mkdir($p, 0777, true));
32 var_dump(file_exists($p));
35 $p2 = realpath($p);
38 var_dump(substr($p, 0, strlen($p) - 1) == $p2);
40 $p7 = $p . "hello.txt";
[all …]
/php-src/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt21 $p = new Phar($fname);
22 $p['file1.txt'] = 'hi';
23 var_dump($p->getSignature());
27 $p = new Phar($fname2);
28 var_dump($p->getSignature());
33 $p = new Phar($fname3);
34 var_dump($p->getSignature());
39 $p = new Phar($fname4);
40 var_dump($p->getSignature());
47 $p = new Phar($fname5);
[all …]
/php-src/ext/pdo_firebird/tests/
H A Dbug_77863.phpt31 $query->bindValue('p', 0, PDO::PARAM_BOOL);
35 $query->bindValue('p', 1, PDO::PARAM_BOOL);
39 $query->bindValue('p', false, PDO::PARAM_BOOL);
43 $query->bindValue('p', true, PDO::PARAM_BOOL);
55 $query->bindValue('p', null, PDO::PARAM_BOOL);
64 $query->bindValue('p', true, PDO::PARAM_STR);
68 $query->bindValue('p', 0, PDO::PARAM_STR);
72 $query->bindValue('p', 1, PDO::PARAM_STR);
84 $query->bindValue('p', null, PDO::PARAM_STR);
97 $query->bindValue('p', 0, PDO::PARAM_INT);
[all …]
/php-src/ext/opcache/
H A Dshared_alloc_mmap.c186 void *p; in create_segments() local
219 if (p != MAP_FAILED) { in create_segments()
225 if (p != MAP_FAILED) { in create_segments()
249 if (p != MAP_FAILED) { in create_segments()
251 p = (void*)(ZEND_MM_ALIGNED_SIZE_EX((ptrdiff_t)p, huge_page_size)); in create_segments()
253 if (p != MAP_FAILED) { in create_segments()
257 if (p != MAP_FAILED) { in create_segments()
264 if (p != MAP_FAILED) { in create_segments()
270 if (p != MAP_FAILED) { in create_segments()
276 if (p == MAP_FAILED) { in create_segments()
[all …]
/php-src/ext/phar/
H A Dgdbhelp12 set $p = $ht.pListHead
14 while $p != 0
21 set $temp = *(phar_archive_data*)$p->pDataPtr
32 set $p = $p->pListNext
56 set $p = $ht.pListHead
59 while $p != 0
77 set $p = $p->pListNext
89 set $p = $ht.pListHead
91 while $p != 0
92 set $t = (*(phar_archive_data*)$p->pDataPtr)
[all …]
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c65 p = start; in lexbor_strtod_read_uint64()
66 e = p + length; in lexbor_strtod_read_uint64()
69 d = *p++ - '0'; in lexbor_strtod_read_uint64()
271 p = start; in lexbor_strtod_internal()
272 e = p + length; in lexbor_strtod_internal()
274 while (p < e) { in lexbor_strtod_internal()
280 p++; in lexbor_strtod_internal()
283 left = e - p; in lexbor_strtod_internal()
288 p = b + left - 1; in lexbor_strtod_internal()
290 while (p > b) { in lexbor_strtod_internal()
[all …]

Completed in 32 milliseconds

12345678910>>...38