Home
last modified time | relevance | path

Searched refs:p (Results 176 – 200 of 728) sorted by relevance

12345678910>>...30

/PHP-7.4/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt39 Hash: string(96) "$argon2i$v=19$m=65536,t=4,p=1$%s$%s"
43 Hash: string(96) "$argon2i$v=19$m=65536,t=8,p=1$%s$%s"
47 Hash: string(97) "$argon2i$v=19$m=65536,t=16,p=1$%s$%s"
51 Hash: string(97) "$argon2i$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(97) "$argon2i$v=19$m=131072,t=8,p=1$%s$%s"
59 Hash: string(98) "$argon2i$v=19$m=131072,t=16,p=1$%s$%s"
63 Hash: string(97) "$argon2i$v=19$m=262144,t=4,p=1$%s$%s"
67 Hash: string(97) "$argon2i$v=19$m=262144,t=8,p=1$%s$%s"
71 Hash: string(98) "$argon2i$v=19$m=262144,t=16,p=1$%s$%s"
H A Dphp_password_hash_argon2id.phpt39 Hash: string(97) "$argon2id$v=19$m=65536,t=4,p=1$%s$%s"
43 Hash: string(97) "$argon2id$v=19$m=65536,t=8,p=1$%s$%s"
47 Hash: string(98) "$argon2id$v=19$m=65536,t=16,p=1$%s$%s"
51 Hash: string(98) "$argon2id$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(98) "$argon2id$v=19$m=131072,t=8,p=1$%s$%s"
59 Hash: string(99) "$argon2id$v=19$m=131072,t=16,p=1$%s$%s"
63 Hash: string(98) "$argon2id$v=19$m=262144,t=4,p=1$%s$%s"
67 Hash: string(98) "$argon2id$v=19$m=262144,t=8,p=1$%s$%s"
71 Hash: string(99) "$argon2id$v=19$m=262144,t=16,p=1$%s$%s"
H A Dphp_password_verify.phpt50 Hash: string(97) "$argon2id$v=19$m=65536,t=2,p=1$%s$%s"
54 Hash: string(98) "$argon2id$v=19$m=262144,t=2,p=1$%s$%s"
58 Hash: string(99) "$argon2id$v=19$m=1048576,t=2,p=1$%s$%s"
62 Hash: string(97) "$argon2id$v=19$m=65536,t=3,p=1$%s$%s"
66 Hash: string(98) "$argon2id$v=19$m=262144,t=3,p=1$%s$%s"
70 Hash: string(99) "$argon2id$v=19$m=1048576,t=3,p=1$%s$%s"
74 Hash: string(97) "$argon2id$v=19$m=65536,t=4,p=1$%s$%s"
78 Hash: string(98) "$argon2id$v=19$m=262144,t=4,p=1$%s$%s"
82 Hash: string(99) "$argon2id$v=19$m=1048576,t=4,p=1$%s$%s"
/PHP-7.4/ext/standard/
H A Dstring.c1342 if (!p || p >= pe) { in PHP_FUNCTION()
3151 while ((p = memchr(p, from, (e - p)))) {
3177 while ((p = memchr(p, from, (e - p)))) {
3260 memcpy(e, p, r - p);
3268 memcpy(e, p, end - p);
3435 memcpy(e, p, r - p);
3442 memcpy(e, p, end - p);
3612 for (p = (char *) txt1; p < end1; p++) {
5447 if (p >= buf + 2 && *(p-1) == '-' && *(p-2) == '!') {
5827 while ((p = memchr(p, cmp, endp - p))) {
[all …]
H A Dversioning.c34 const char *p; in php_canonicalize_version() local
41 p = version; in php_canonicalize_version()
43 *q++ = lp = *p++; in php_canonicalize_version()
45 while (*p) { in php_canonicalize_version()
55 if (isspecialver(*p)) { in php_canonicalize_version()
59 } else if ((isndig(lp) && isdig(*p)) || (isdig(lp) && isndig(*p))) { in php_canonicalize_version()
63 *q++ = *p; in php_canonicalize_version()
64 } else if (!isalnum(*p)) { in php_canonicalize_version()
69 *q++ = *p; in php_canonicalize_version()
71 lp = *p++; in php_canonicalize_version()
/PHP-7.4/win32/
H A Dsyslog.h35 #define LOG_PRI(p) ((p) & LOG_PRIMASK) argument
52 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) argument
H A Dglob.c364 const Char *p; local
373 h < (char *)eb && *p && *p != SLASH; *h++ = (char) *p++)
557 Char *p, *q; local
586 p = pattern;
587 while (*p != EOS && !IS_SLASH(*p)) {
592 *q++ = *p++;
597 pattern = p;
737 for (p = path; *p++;)
915 for (p = s; *p; p++)
918 for (p = s; *p; p++)
[all …]
/PHP-7.4/ext/ffi/tests/
H A D035.phpt9 $p = FFI::new("uint16_t[2]", false);
10 var_dump($p);
12 FFI::free($p);
14 var_dump($p);
/PHP-7.4/TSRM/
H A DTSRM.c208 while (p) { in tsrm_shutdown()
211 next_p = p->next; in tsrm_shutdown()
222 free(p->storage); in tsrm_shutdown()
223 free(p); in tsrm_shutdown()
224 p = next_p; in tsrm_shutdown()
272 while (p) { in tsrm_update_active_threads()
276 p->storage = (void *) realloc(p->storage, sizeof(void *)*id_count); in tsrm_update_active_threads()
289 p = p->next; in tsrm_update_active_threads()
618 while (p) { in ts_free_id()
619 if (p->count > j && p->storage[j]) { in ts_free_id()
[all …]
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_magic.phpt14 $p = new Phar($fname);
15 var_dump($p->isFileFormat(Phar::ZIP));
16 $p['a'] = '<?php include "b/c.php";' . "\n";
17 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
18 $p['d'] = "in d\n";
19 $p->setStub('<?php
/PHP-7.4/ext/phar/tests/
H A Dphar_copy.phpt19 $p = new Phar($fname);
23 $p['a'] = 'hi';
24 $p->startBuffering();
25 $p->copy('a', 'b');
26 echo file_get_contents($p['b']->getPathName());
27 $p['a']->compress(Phar::GZ);
28 $p['b']->setMetadata('a');
29 $p->copy('b', 'c');
30 $p->stopBuffering();
31 echo file_get_contents($p['c']->getPathName());
[all …]
H A Dphar_magic.phpt11 $p = new Phar($fname);
12 $p['a'] = '<?php include "b/c.php";' . "\n";
13 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
14 $p['d'] = "in d\n";
15 $p->setStub('<?php
H A Dphar_create_in_cwd.phpt12 $p = new Phar('phar_create_in_cwd.phar');
13 $p['file1.txt'] = 'hi';
14 var_dump(strlen($p->getStub()));
15 $p->setStub("<?php
24 var_dump($p->getStub());
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt32 $p = popen('wmic process where name="' . $bin . '"', 'r');
34 if (!$p) {
38 while(!feof($p)) {
39 $t .= fread($p, 1024);
42 pclose($p);
71 $p = [
81 foreach ($p as $test => $data) {
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadHTML_basic.phpt13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
18 <html><body><p>Test<br></p></body></html>
/PHP-7.4/ext/filter/
H A Dlogical_filters.c207 char *p; in php_filter_int() local
235 p++; len--; in php_filter_int()
236 if (allow_hex && (*p == 'x' || *p == 'X')) { in php_filter_int()
237 p++; len--; in php_filter_int()
337 char *num, *p; in php_filter_float() local
404 *p++ = '.'; in php_filter_float()
434 *p = 0; in php_filter_float()
563 if (isalpha(*p) || isdigit(*p) || strchr(valid, *p)) { in is_userinfo_valid()
564 p++; in is_userinfo_valid()
565 …} else if (*p == '%' && p - ZSTR_VAL(str) <= ZSTR_LEN(str) - 3 && isdigit(*(p+1)) && isxdigit(*(p+… in is_userinfo_valid()
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c62 char *p; in fpm_unix_resolve_socket_premissions() local
64 for (p=strchr(c->listen_acl_users, ',') ; p ; p=strchr(p+1, ',')) { in fpm_unix_resolve_socket_premissions()
69 char *p; in fpm_unix_resolve_socket_premissions() local
71 for (p=strchr(c->listen_acl_groups, ',') ; p ; p=strchr(p+1, ',')) { in fpm_unix_resolve_socket_premissions()
80 char *tmp, *p, *end; in fpm_unix_resolve_socket_premissions() local
92 for (p=tmp ; p ; p=end) { in fpm_unix_resolve_socket_premissions()
93 if ((end = strchr(p, ','))) { in fpm_unix_resolve_socket_premissions()
96 pwd = getpwnam(p); in fpm_unix_resolve_socket_premissions()
125 for (p=tmp ; p ; p=end) { in fpm_unix_resolve_socket_premissions()
126 if ((end = strchr(p, ','))) { in fpm_unix_resolve_socket_premissions()
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd_transform.c12 register int p; in gdImageFlipVertical() local
13 p = row_dst[x]; in gdImageFlipVertical()
15 row_src[x] = p; in gdImageFlipVertical()
19 unsigned char p; in gdImageFlipVertical() local
22 p = im->pixels[y][x]; in gdImageFlipVertical()
24 im->pixels[im->sy - 1 - y][x] = p; in gdImageFlipVertical()
/PHP-7.4/Zend/
H A Dzend_alloc.c1936 p = p->next_free_slot;
1962 p = p->next_free_slot;
2067 p = p->next;
2082 zend_mm_chunk_free(heap, p->ptr, p->size);
2193 p = p->next;
2258 p = q;
2293 p->heap = &p->heap_slot;
2294 p->next = p;
2295 p->prev = p;
2315 memset(p->free_map, 0, sizeof(p->free_map) + sizeof(p->map));
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c109 char *p; in mbfl_filt_conv_html_enc() local
111 for (p = e->name; *p != '\0'; p++) { in mbfl_filt_conv_html_enc()
112 CK((*filter->output_function)((int)*p, filter->data)); in mbfl_filt_conv_html_enc()
119 int *p = tmp + sizeof(tmp) / sizeof(tmp[0]); in mbfl_filt_conv_html_enc() local
125 *(--p) = '\0'; in mbfl_filt_conv_html_enc()
127 *(--p) = "0123456789"[uc % 10]; in mbfl_filt_conv_html_enc()
131 for (; *p != '\0'; p++) { in mbfl_filt_conv_html_enc()
132 CK((*filter->output_function)(*p, filter->data)); in mbfl_filt_conv_html_enc()
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite8.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getAlias());
5 $p->setAlias("hi");
H A Dwrite11.phar2 $p = new Phar(__FILE__);
3 var_dump($p->getStub());
5 $p->setDefaultStub();
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_unlink.phpt7 $p = __DIR__ . DIRECTORY_SEPARATOR . 'tututu',
8 $f = fopen($p, 'w+'),
9 unlink($p),
10 file_exists($p),
/PHP-7.4/ext/filter/tests/
H A D023.phpt8 var_dump(filter_var("}\"<p>test para</p>", FILTER_UNSAFE_RAW, FILTER_FLAG_ENCODE_AMP));
17 string(18) "}"<p>test para</p>"
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_1.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
50 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4
51 string(%d) "�e�X�g�}���`�o�C�g�E�p�X4"
53 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X42\�e�X�g�}���`�o�C�g�E�p�X4"

Completed in 74 milliseconds

12345678910>>...30