Home
last modified time | relevance | path

Searched refs:p (Results 326 – 350 of 823) sorted by relevance

1...<<11121314151617181920>>...33

/PHP-8.2/ext/xml/tests/
H A Dbug71592.phpt15 <p>&pic;</p>
16 <p></nop>
/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_win.c347 unsigned char *p = *in, *e = p + *in_len; in mb_eucjpwin_to_wchar() local
350 while (p < e && out < limit) { in mb_eucjpwin_to_wchar()
351 unsigned char c = *p++; in mb_eucjpwin_to_wchar()
356 unsigned char c2 = *p++; in mb_eucjpwin_to_wchar()
395 } else if (c == 0x8E && p < e) { in mb_eucjpwin_to_wchar()
396 unsigned char c2 = *p++; in mb_eucjpwin_to_wchar()
403 unsigned char c2 = *p++; in mb_eucjpwin_to_wchar()
404 if (p == e) { in mb_eucjpwin_to_wchar()
408 unsigned char c3 = *p++; in mb_eucjpwin_to_wchar()
443 *in_len = e - p; in mb_eucjpwin_to_wchar()
[all …]
/PHP-8.2/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
17 ["p"]=>
66 ["p"]=>
155 ["p"]=>
223 ["p"]=>
285 ["p"]=>
347 ["p"]=>
406 ["p"]=>
/PHP-8.2/ext/phar/tests/tar/
H A Dphar_stub.phpt15 $p = new Phar($pname2);
16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
17 $p['a'] = 'a';
18 $p['b'] = 'b';
19 $p['c'] = 'c';
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_stub.phpt15 $p = new Phar($pname2);
16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
17 $p['a'] = 'a';
18 $p['b'] = 'b';
19 $p['c'] = 'c';
H A Dlargezip.phpt15 $p = new Phar($fname);
16 $p['big'] = str_repeat(str_repeat('hi', 100), 1000);
17 $p['big2'] = str_repeat(str_repeat('hi', 100), 1000);
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt51 $db->exec('DROP PROCEDURE IF EXISTS p');
52 …$db->exec('CREATE PROCEDURE p(IN cols INT) BEGIN IF cols < 2 THEN SELECT cols AS "one"; ELSE SELEC…
56 $stmt = $db->prepare('CALL p(?)');
72 $stmt = $db->prepare('CALL p(?)');
82 $db->exec('DROP PROCEDURE IF EXISTS p');
83 …$db->exec('CREATE PROCEDURE p() BEGIN DECLARE cols INT; SELECT @numcols INTO cols; IF cols < 2 THE…
88 $stmt = $db->prepare('CALL p()');
104 $stmt = $db->prepare('CALL p()');
125 $pdo->query('DROP PROCEDURE IF EXISTS p');
/PHP-8.2/ext/standard/tests/strings/
H A Dstrip_tags_basic1.phpt19 "<html><b>hello</b><p>world</p></html>",
20 '<html><b>hello</b><p>world</p></html>',
/PHP-8.2/ext/ctype/
H A Dctype.c94 char *p = Z_STRVAL_P(c), *e = Z_STRVAL_P(c) + Z_STRLEN_P(c); \
95 if (e == p) { \
98 while (p < e) { \
99 if (!iswhat((int)*(unsigned char *)(p++))) { \
/PHP-8.2/ext/reflection/tests/
H A Dbug46064.phpt42 $p = new reflectionproperty($this, 'foobar');
43 var_dump($p->getValue($this), $p->isDefault(), $p->isPublic());
/PHP-8.2/ext/fileinfo/libmagic/
H A Dis_tar.c105 const unsigned char *p, *ep; in is_tar() local
113 p = header->charptr; in is_tar()
115 while (p < ep) in is_tar()
116 sum += *p++; in is_tar()
H A Dcdf_time.c189 char *p, *q; in main() local
192 p = cdf_ctime(&ts.tv_sec, buf); in main()
193 if ((q = strchr(p, '\n')) != NULL) in main()
195 if (strcmp(ref, p) != 0) in main()
196 errx(1, "Error date %s != %s\n", ref, p); in main()
/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_objects_incomplete.phpt5 $incomplete = unserialize('O:1:"C":1:{s:1:"p";i:1;}');
12 ["p"]=>
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c203 const uint32_t *p; in check_char_prop() local
259 if (c < *p) return !negated; in check_char_prop()
260 if (c == *p++) return negated; in check_char_prop()
848 const uint8_t *p; in compare_opcodes() local
901 p = posspropstab[n-6]; in compare_opcodes()
903 (list[3] != p[0] && in compare_opcodes()
904 list[3] != p[1] && in compare_opcodes()
911 p = posspropstab[n-9]; in compare_opcodes()
913 (base_list[3] != p[0] && in compare_opcodes()
921 p = posspropstab[n-12]; in compare_opcodes()
[all …]
H A Dpcre2_convert.c81 *p++ = *s; \
131 PCRE2_UCHAR *p = use_buffer; in convert_posix() local
132 PCRE2_UCHAR *pp = p; in convert_posix()
161 convlength += p - pp; in convert_posix()
162 if (dummyrun) p = use_buffer; in convert_posix()
163 pp = p; in convert_posix()
220 p += clength; in convert_posix()
247 p += 6; in convert_posix()
316 *p++ = c; in convert_posix()
348 p += clength; in convert_posix()
[all …]
/PHP-8.2/Zend/
H A Dzend_operators.c2695 for (p = ascii_compatible_charmaps; *p; p++) { in zend_update_current_locale()
2815 if (*p != zend_tolower_ascii(*p)) { in zend_str_tolower_dup_ex()
2827 p++; in zend_str_tolower_dup_ex()
2839 if (*p != zend_toupper_ascii(*p)) { in zend_str_toupper_dup_ex()
2851 p++; in zend_str_toupper_dup_ex()
2888 if (*p != zend_tolower_ascii(*p)) { in zend_string_tolower_ex()
2899 p++; in zend_string_tolower_ex()
2937 if (*p != zend_toupper_ascii(*p)) { in zend_string_toupper_ex()
2948 p++; in zend_string_toupper_ex()
3498 p += td[(unsigned char)(p[needle_len])];
[all …]
/PHP-8.2/sapi/apache2handler/
H A Dphp_apache.h52 void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf);
53 void *create_php_config(apr_pool_t *p, char *dummy);
57 void php_ap2_register_hook(apr_pool_t *p);
/PHP-8.2/ext/phar/
H A Dzip.c205 char *p = buf, *ext, *actual_alias = NULL; in phar_parse_zipfile() local
232 if ((p = phar_find_eocd(buf, size)) != NULL) { in phar_parse_zipfile()
257 metadata = p + sizeof(locator); in phar_parse_zipfile()
592 p = buf; in phar_parse_zipfile()
845 struct _phar_zip_pass *p; in phar_zip_changed_apply_int() local
849 p = (struct _phar_zip_pass*) arg; in phar_zip_changed_apply_int()
1007 if (p->old) { in phar_zip_changed_apply_int()
1024 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()
1043 if (1 != php_stream_write(p->filefp, "/", 1)) { in phar_zip_changed_apply_int()
1112 p->free_fp = 0; in phar_zip_changed_apply_int()
[all …]
/PHP-8.2/ext/zlib/tests/
H A Dgzgetss.gz
/PHP-8.2/ext/phar/tests/
H A Dbug71354.phpt7 $p = new PharData(__DIR__."/bug71354.tar");
8 var_dump($p['aaaa']->getContent());
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_module.c96 *p = size; in ZEND_INI_MH()
114 *p = size; in ZEND_INI_MH()
140 *p = 0; in ZEND_INI_MH()
157 *p = 0; in ZEND_INI_MH()
204 *p = val;
215 *p = val;
227 *p = val;
240 *p = val;
253 *p = val;
710 while (*p) {
[all …]
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_2.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
51 getting basename of %s\�e�X�g�}���`�o�C�g�E�p�X33
52 string(%d) "�e�X�g�}���`�o�C�g�E�p�X33"
54 string(%d) "%s\�e�X�g�}���`�o�C�g�E�p�X33"
/PHP-8.2/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt43 Hash: string(96) "$argon2i$v=19$m=65536,t=4,p=1$%s$%s"
47 Hash: string(96) "$argon2i$v=19$m=65536,t=8,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"
H A Dphp_password_hash_argon2id.phpt42 Hash: string(97) "$argon2id$v=19$m=65536,t=4,p=1$%s$%s"
46 Hash: string(97) "$argon2id$v=19$m=65536,t=8,p=1$%s$%s"
50 Hash: string(98) "$argon2id$v=19$m=131072,t=4,p=1$%s$%s"
54 Hash: string(98) "$argon2id$v=19$m=131072,t=8,p=1$%s$%s"
/PHP-8.2/ext/standard/tests/file/
H A Dbug66509.phpt8 foreach($r->getParameters() as $p) {
9 var_dump($p->isOptional());

Completed in 152 milliseconds

1...<<11121314151617181920>>...33