Home
last modified time | relevance | path

Searched refs:p (Results 151 – 175 of 823) sorted by relevance

12345678910>>...33

/PHP-8.2/ext/tidy/tests/
H A D018.phpt7 $x = tidy_repair_string("<p>abra\0cadabra</p>",
15 string(19) "<p>abracadabra</p>
/PHP-8.2/tests/classes/
H A Dproperty_recreate_private.phpt6 private $p = 'test';
8 unset($this->p);
11 $this->p = 'changed';
18 $this->p = 'changed in D';
37 $d->p = 'this will create a public property';
50 $c->p = 'this will fail';
57 ["p":"C":private]=>
63 ["p"]=>
69 ["p"]=>
76 ["p":"C":private]=>
[all …]
H A Dproperty_recreate_protected.phpt6 protected $p = 'test';
8 unset($this->p);
11 $this->p = 'changed';
17 $this->p = 'changed in D';
35 $d->p = 'this will fail';
41 ["p":protected]=>
47 ["p":protected]=>
53 Fatal error: Uncaught Error: Cannot access protected property %s::$p in %s:32
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_arm64.lua637 p[4] = "#("..p[3]:sub(2)..")+("..p[4]:sub(2)..")-1"
641 parse_reg(p[1], 0)
643 p[3] = "#(32-("..p[3]:sub(2).."))%32"
644 p[4] = "#("..p[4]:sub(2)..")-1"
646 p[3] = "#(64-("..p[3]:sub(2).."))%64"
647 p[4] = "#("..p[4]:sub(2)..")-1"
652 parse_reg(p[1], 0)
653 local sh = p[3]:sub(2)
911 if p == "D" then
938 elseif p == "x" or p == "w" or p == "d" or p == "s" then
[all …]
H A Ddasm_proto.h29 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
35 (p) = (t *)realloc((p), _sz); \
36 if ((p) == NULL) exit(1); \
43 #define DASM_M_FREE(ctx, p, sz) free(p) argument
/PHP-8.2/ext/reflection/tests/
H A Dbug62715.phpt9 foreach ($r->getParameters() as $p) {
10 var_dump($p->isDefaultValueAvailable());
13 foreach ($r->getParameters() as $p) {
14 if ($p->isDefaultValueAvailable()) {
15 var_dump($p->getDefaultValue());
/PHP-8.2/ext/standard/tests/file/
H A Dbug39538.phpt5 …", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"next data\", \"p\r\narsed\"","\"\n\rth…
21 [2] => p
29 [2] => p
38 [2] => p
/PHP-8.2/ext/hash/murmur/
H A Dendianness.h65 FORCE_INLINE uint32_t getblock32 ( const uint32_t * const p, const int i) in getblock32() argument
68 return BSWAP32(p[i]); in getblock32()
70 return p[i]; in getblock32()
75 FORCE_INLINE uint64_t getblock64 ( const uint64_t * const p, const int i) in getblock64() argument
78 return BSWAP64(p[i]); in getblock64()
80 return p[i]; in getblock64()
/PHP-8.2/ext/pspell/tests/
H A D005.phpt16 $p = pspell_new_personal($wordlist, 'en');
18 var_dump(pspell_check($p, 'dfnvnsafksfksf'));
23 $p = pspell_new_config($cfg);
27 var_dump(pspell_check($p, 'ola'));
28 var_dump(pspell_add_to_personal($p, 'ola'));
29 var_dump(pspell_check($p, 'ola'));
32 var_dump(pspell_save_wordlist($p));
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dwrite15.phar2 $p = new Phar(__FILE__);
3 var_dump(isset($p["copied"]));
4 $p->copy("test.txt","copied");
5 var_dump(isset($p["copied"]));
H A Dwrite12.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getSignature());
5 $p->setSignatureAlgorithm(Phar::MD5);
6 var_dump($p->getSignature());
H A Dwrite21.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->isCompressed());
4 $p["test.txt"]->compress(Phar::GZ);
5 var_dump($p["test.txt"]->isCompressed());
H A Dwrite19.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->getMetadata());
4 $p["test.txt"]->setMetadata("hi2");
5 var_dump($p["test.txt"]->getMetadata());
H A Dwrite20.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->getMetadata());
4 $p["test.txt"]->delMetadata();
5 var_dump($p["test.txt"]->getMetadata());
H A Dwrite13.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->isCompressed());
5 $p->compressFiles(Phar::GZ);
6 var_dump($p["test.txt"]->isCompressed());
H A Dwrite17.phar.inc8 $p = new Phar(__FILE__);
9 var_dump($p->getMetadata());
10 $p->setMetadata("hi");
11 var_dump($p->getMetadata());
H A Dwrite25.phar2 $p = new Phar(__FILE__);
3 var_dump(isset($p["mounted"]));
5 var_dump(isset($p["mounted"]));
6 echo $p["mounted"]->getContent(),"\nok\n";
H A Dwrite16.phar2 $p = new Phar(__FILE__);
3 var_dump(isset($p["test.txt"]));
4 unset($p["test.txt"]);
5 var_dump(isset($p["test.txt"]));
/PHP-8.2/ext/standard/
H A Dstring.c2907 while ((p = memchr(p, ch, endp-p))) {
2956 while ((p = memchr(p, from, (e - p)))) {
3034 memcpy(e, p, r - p);
3042 memcpy(e, p, end - p);
3199 memcpy(e, p, r - p);
3206 memcpy(e, p, end - p);
3383 for (p = (char *) txt1; p < end1; p++) {
5140 if (p != buf && *(p-1) != '\\' && (!in_q || *p == in_q)) {
5149 if (p >= buf + 2 && *(p-1) == '-' && *(p-2) == '!') {
5180 if (p >= buf + 2 && *(p-1) == '-' && *(p-2) == '-') {
[all …]
H A Dhttp_fopen_wrapper.c267 while (*p != 0 && *p != ':' && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
273 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
278 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
290 p = s; in php_stream_url_wrap_http_ex()
291 while (*p != 0 && *p != ':' && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
293 p++; in php_stream_url_wrap_http_ex()
297 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
302 while (*p != 0 && *p != '\r' && *p !='\n') p++; in php_stream_url_wrap_http_ex()
305 s = p; in php_stream_url_wrap_http_ex()
497 while (*p != 0 && *p != '\r' && *p != '\n') p++; in php_stream_url_wrap_http_ex()
[all …]
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c968 p < q; p += (m = mbtab[*p])); in mbfl_strcut()
980 for (q = p + length; p < q; p += (m = mbtab[*p])); in mbfl_strcut()
1052 _bk.p = p; in mbfl_strcut()
1069 p = _bk.p; in mbfl_strcut()
1082 bk.p = p; in mbfl_strcut()
1096 p = _bk.p; in mbfl_strcut()
1111 p = bk.p; in mbfl_strcut()
1131 p = bk.p; in mbfl_strcut()
1148 _bk.p = p; in mbfl_strcut()
1159 p = bk.p; in mbfl_strcut()
[all …]
/PHP-8.2/Zend/tests/
H A Dbug34893.phpt6 private $p;
25 $a->p = $b;
28 echo $a->p->t;
29 $a->p->t = "bar";
30 echo $a->p->t;
/PHP-8.2/ext/spl/tests/
H A DarrayObject_clone_basic3.phpt8 public $p = 'C::p.orig';
28 ["p"]=>
29 string(9) "C::p.orig"
42 ["p"]=>
43 string(9) "C::p.orig"
59 ["p"]=>
60 string(9) "C::p.orig"
75 ["p"]=>
76 string(9) "C::p.orig"
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_io.c85 const char *p = ptr, *endp = ptr + len; in phpdbg_output_pager() local
87 while ((p = memchr(p, '\n', endp - p))) { in phpdbg_output_pager()
89 p++; in phpdbg_output_pager()
92 bytes += write(fd, ptr + bytes, (p - ptr) - bytes); in phpdbg_output_pager()
94 if (memchr(p, '\n', endp - p)) { in phpdbg_output_pager()
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_magic.phpt11 $p = new Phar($fname);
12 var_dump($p->isFileFormat(Phar::TAR));
13 $p['a'] = '<?php include "b/c.php";' . "\n";
14 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
15 $p['d'] = "in d\n";
16 $p->setStub('<?php

Completed in 75 milliseconds

12345678910>>...33