Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-8.3/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 …]
H A Dphp_crypt_r.c103 ZEND_TLS char passwd[MD5_HASH_MAX_LEN], *p; in php_md5_crypt_r() local
191 p = passwd + sl + MD5_MAGIC_LEN + 1; in php_md5_crypt_r()
193 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
194 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r()
195 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p,l,4); p += 4; in php_md5_crypt_r()
196 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p,l,4); p += 4; in php_md5_crypt_r()
197 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p,l,4); p += 4; in php_md5_crypt_r()
198 l = final[11] ; to64(p,l,2); p += 2; in php_md5_crypt_r()
199 *p = '\0'; in php_md5_crypt_r()
/PHP-8.3/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 …]
H A Dtest_long_path_mkdir.phpt18 $p = "";
23 $p .= "$s\\";
35 $p = $start . "\\" . $p;
37 var_dump($p);
38 var_dump(mkdir($p, 0777, true));
39 var_dump(file_exists($p));
41 $p7 = $p . "hello.txt";
49 $p0 = substr($p, 0, strlen($p) - $i*51);
/PHP-8.3/ext/dom/tests/
H A DDOMElement_append_hierarchy_test.phpt9 $dom_original->loadXML('<p><b>hello</b><b><i>world</i></b></p>');
56 $dom2->loadXML('<p>other</p>');
68 string(39) "<p><b>hello<b><i>world</i></b></b></p>
71 string(39) "<p><b>hello<i>world</i></b><b></b></p>
74 string(39) "<p><b><i>world<b>hello</b></i></b></p>
78 string(39) "<p><b>hello</b><b><i>world</i></b></p>
82 string(39) "<p><b>hello</b><b><i>world</i></b></p>
86 string(13) "<p>other</p>
88 string(39) "<p><b>hello</b><b><i>world</i></b></p>
H A DDOMElement_prepend_hierarchy_test.phpt9 $dom_original->loadXML('<p><b>hello</b><b><i>world</i></b></p>');
56 $dom2->loadXML('<p>other</p>');
68 string(39) "<p><b><b><i>world</i></b>hello</b></p>
71 string(39) "<p><b><i>world</i>hello</b><b></b></p>
74 string(39) "<p><b><i><b>hello</b>world</i></b></p>
78 string(39) "<p><b>hello</b><b><i>world</i></b></p>
82 string(39) "<p><b>hello</b><b><i>world</i></b></p>
86 string(13) "<p>other</p>
88 string(39) "<p><b>hello</b><b><i>world</i></b></p>
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 DDOMDocument_saveHTML_variant2.phpt13 <p>Hi.<br/>there</p>
18 $e = $d->getElementsByTagName("p");
24 <p>Hi.<br/>there</p>
25 <p>Hi.<br>there</p>
H A DDOMNode_isEqualNode.phpt26 <ps><p>text</p><p>text</p><p>other text</p></ps>
27p align="center" xmlns:foo="some:bar">text</p><p xmlns:foo="some:bar">text</p><p align="center">te…
33 <p>A</p>
35 <p>B</p>
38 <p>A</p>
159 <p>A</p>
164 <p>A</p>
170 <p>A</p>
187 <p>A</p>
199 <p>A</p>
[all …]
H A Dbug78221.phpt8 $doc->loadHTML('<p id=x>foo</p>');
9 $p = $doc->getElementById('x');
10 $p->childNodes[0]->textContent = '';
11 $p->normalize();
12 var_dump($p->childNodes->length);
/PHP-8.3/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt20 $p = new Phar($fname);
21 $p['file1.txt'] = 'hi';
22 var_dump($p->getSignature());
26 $p = new Phar($fname2);
27 var_dump($p->getSignature());
32 $p = new Phar($fname3);
33 var_dump($p->getSignature());
38 $p = new Phar($fname4);
39 var_dump($p->getSignature());
46 $p = new Phar($fname5);
[all …]
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_77863.phpt29 $query->bindValue('p', 0, PDO::PARAM_BOOL);
33 $query->bindValue('p', 1, PDO::PARAM_BOOL);
37 $query->bindValue('p', false, PDO::PARAM_BOOL);
41 $query->bindValue('p', true, PDO::PARAM_BOOL);
53 $query->bindValue('p', null, PDO::PARAM_BOOL);
58 $query->bindValue('p', false, PDO::PARAM_STR);
62 $query->bindValue('p', true, PDO::PARAM_STR);
66 $query->bindValue('p', 0, PDO::PARAM_STR);
70 $query->bindValue('p', 1, PDO::PARAM_STR);
95 $query->bindValue('p', 0, PDO::PARAM_INT);
[all …]
/PHP-8.3/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-8.3/ext/fileinfo/libmagic/
H A Dder.c155 if (*p >= l) in gettag()
163 if (*p >= l) in gettag()
168 if (*p >= l) in gettag()
190 if (*p >= l) { in getlength()
218 if (len > UINT32_MAX - *p || *p + len > l) { in getlength()
410 const uint8_t *p = v, *ep = p + l; in printdata() local
421 uint32_t tag = gettag(p, &x, ep - p + x); in printdata()
424 uint32_t len = getlength(p, &x, ep - p + x); in printdata()
430 q = p + x; in printdata()
446 void *p; in main() local
[all …]
H A Dsoftmagic.c1087 p->fld = ~p->fld \
1194 p->s[sizeof(p->s) - 1] = '\0'; in mconvert()
1225 p->h = CAST(short, BE16(p)); in mconvert()
1232 p->l = CAST(int32_t, BE32(p)); in mconvert()
1245 p->h = CAST(short, LE16(p)); in mconvert()
1252 p->l = CAST(int32_t, LE32(p)); in mconvert()
1267 p->l = CAST(int32_t, ME32(p)); in mconvert()
1276 p->l = BE32(p); in mconvert()
1281 p->l = LE32(p); in mconvert()
1290 p->q = BE64(p); in mconvert()
[all …]
/PHP-8.3/ext/ffi/tests/
H A D032.phpt9 $p = FFI::cdef()->new("
19 var_dump(FFI::sizeof($p));
21 $p->s->c = $i;
22 $p->s->d = $i;
23 echo "$i => 3-bit int {$p->s->c}, 3-bit uint {$p->s->d}\n";
25 $p->s->a = 0;
26 $p->s->c = 0;
27 $p->s->d = 0;
28 $p->s->b = 0x7fffffff;
31 printf("%02x", $p->i[--$i]);
/PHP-8.3/ext/pdo_firebird/
H A Dfirebird_driver.c220 if (p < end && *p == '*') in getToken()
223 p++; in getToken()
226 if (*p++ == '*' && p < end && *p == '/') in getToken()
240 if (p < end && *p == '-') in getToken()
247 if (p < end && *p == '\n') in getToken()
265 p++; in getToken()
271 p++; in getToken()
277 p++; in getToken()
283 (*p != '/') && (*p != '-') && (*p != ':') && (*p != '?') && in getToken()
284 (*p != '\'') && (*p != '"')) in getToken()
[all …]
/PHP-8.3/ext/pcre/tests/
H A Dbug79363.phpt2 Bug #79363 (\p{L} doesn't work alongside \p{Arabic} in a character class)
6 var_dump(preg_replace('/[\p{L}\p{Arabic}]/', '0', $str));
7 var_dump(preg_replace('/[^\p{L}\p{Arabic}]/', '0', $str));
/PHP-8.3/main/
H A Dfopen_wrappers.c514 for (p = filename; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; p++);
515 if ((*p == ':') && (p - filename > 1) && (p[1] == '/') && (p[2] == '/')) {
546 for (p = ptr; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; p++);
547 if ((*p == ':') && (p - ptr > 1) && (p[1] == '/') && (p[2] == '/')) {
549 if (p[-1] != '.' || p[-2] != '.' || p - 2 != ptr) {
615 for (p = trypath; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; p++);
616 if ((*p == ':') && (p - trypath > 1) && (p[1] == '/') && (p[2] == '/')) {
739 if (*p == ':' && *(p + 1) == '/' && *(p + 2) == '/') {
741 url_start = p = p + 3;
750 for (; *p; p++) {
[all …]
/PHP-8.3/ext/mbstring/
H A Dphp_unicode.c328 *p++ = w; in php_unicode_convert_case()
342 *p++ = w; in php_unicode_convert_case()
347 p = emit_special_casing_sequence(w, p); in php_unicode_convert_case()
349 *p++ = w; in php_unicode_convert_case()
358 *p++ = w; in php_unicode_convert_case()
400 p = emit_special_casing_sequence(w, p); in php_unicode_convert_case()
402 *p++ = w; in php_unicode_convert_case()
411 *p++ = w; in php_unicode_convert_case()
416 p = emit_special_casing_sequence(w, p); in php_unicode_convert_case()
418 *p++ = w; in php_unicode_convert_case()
[all …]
/PHP-8.3/ext/standard/tests/strings/
H A Dstrip_tags_basic2.phpt8 $string = "<html><p>hello</p><b>world</b><a href=\"#fragment\">Other text</a></html><?php echo hell…
13 "<p>",
14 '<p>',
19 "<html><p><a><?php"
41 string(27) "<p>hello</p>worldOther text"
43 string(27) "<p>hello</p>worldOther text"
53 string(64) "<html><p>hello</p>world<a href="#fragment">Other text</a></html>"
/PHP-8.3/ext/spl/tests/
H A DarrayObject_setFlags_basic1.phpt6 public $p = 'object property';
11 var_dump(isset($ao->p));
13 var_dump($ao->p);
15 $ao->p = $ao->p . '.changed';
16 var_dump($ao->p);
19 $ao = new C(array('p'=>'array element'));
26 unset($ao->p);
30 unset($ao->p);
47 Warning: Undefined array key "p" in %s on line %d
50 Warning: Undefined array key "p" in %s on line %d
/PHP-8.3/tests/classes/
H A Dproperty_override_public_private.phpt7 public $p = "A::p";
10 echo $this->p . "\n";
16 private $p = "B::p";
19 echo $this->p . "\n";
32 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
H A Dproperty_override_public_protected.phpt7 public $p = "A::p";
10 echo $this->p . "\n";
16 protected $p = "B::p";
19 echo $this->p . "\n";
32 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 11
/PHP-8.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar.inc4 $p = new Phar($fname);
5 $p['index.php'] = '<?php include "b/c.php";' . "\n";
6 $p['web.php'] = '<?php echo "web\n";';
7 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a…
8 $p['d'] = "in d\n";
9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));

Completed in 60 milliseconds

12345678910>>...34