Home
last modified time | relevance | path

Searched refs:p (Results 101 – 125 of 775) sorted by relevance

12345678910>>...31

/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Dgb18030.c68 if (GB18030_MAP[*p] != CM) in gb18030_mbc_enc_len()
70 p++; in gb18030_mbc_enc_len()
71 if (GB18030_MAP[*p] == C4) in gb18030_mbc_enc_len()
73 if (GB18030_MAP[*p] == C1) in gb18030_mbc_enc_len()
150 const UChar *p; in gb18030_left_adjust_char_head() local
154 for (p = s; p >= start; p--) { in gb18030_left_adjust_char_head()
158 switch (GB18030_MAP[*p]) { in gb18030_left_adjust_char_head()
173 switch (GB18030_MAP[*p]) { in gb18030_left_adjust_char_head()
184 switch (GB18030_MAP[*p]) { in gb18030_left_adjust_char_head()
195 switch (GB18030_MAP[*p]) { in gb18030_left_adjust_char_head()
[all …]
H A Diso8859_13.c110 const UChar* p = *pp; in mbc_case_fold() local
112 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) { in mbc_case_fold()
119 *lower = ENC_ISO_8859_13_TO_LOWER_CASE(*p); in mbc_case_fold()
129 const UChar* p = *pp;
131 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
137 v = (EncISO_8859_13_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
140 if (*p == 0xb5)
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
208 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_3.c110 const UChar* p = *pp; in mbc_case_fold() local
112 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) { in mbc_case_fold()
119 *lower = ENC_ISO_8859_3_TO_LOWER_CASE(*p); in mbc_case_fold()
129 const UChar* p = *pp;
131 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
137 v = (EncISO_8859_3_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
140 if (*p == 0xb5)
211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
215 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_4.c110 const UChar* p = *pp; in mbc_case_fold() local
112 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) { in mbc_case_fold()
119 *lower = ENC_ISO_8859_4_TO_LOWER_CASE(*p); in mbc_case_fold()
129 const UChar* p = *pp;
131 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
137 v = (EncISO_8859_4_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
139 if (*p == 0xa2)
213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
217 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_7.c110 const UChar* p = *pp; in mbc_case_fold() local
112 *lower = ENC_ISO_8859_7_TO_LOWER_CASE(*p); in mbc_case_fold()
123 const UChar* p = *pp;
126 v = (EncISO_8859_7_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
128 if (*p == 0xc0 || *p == 0xe0)
197 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
201 flag, p, end, items); in get_case_fold_codes_by_str()
H A Dkoi8.c111 const UChar* p = *pp; in koi8_mbc_case_fold() local
113 *lower = ENC_KOI8_TO_LOWER_CASE(*p); in koi8_mbc_case_fold()
122 const OnigUChar* p = *pp;
126 ONIGENC_IS_MBC_ASCII(p)) ||
128 !ONIGENC_IS_MBC_ASCII(p))) {
129 int v = (EncKOI8_CtypeTable[*p] &
226 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_get_case_fold_codes_by_str() argument
230 flag, p, end, items); in koi8_get_case_fold_codes_by_str()
H A Diso8859_10.c110 const UChar* p = *pp; in mbc_case_fold() local
112 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) { in mbc_case_fold()
119 *lower = ENC_ISO_8859_10_TO_LOWER_CASE(*p); in mbc_case_fold()
129 const UChar* p = *pp;
131 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
137 v = (EncISO_8859_10_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
215 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
219 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_14.c110 const UChar* p = *pp; in mbc_case_fold() local
112 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) { in mbc_case_fold()
119 *lower = ENC_ISO_8859_14_TO_LOWER_CASE(*p); in mbc_case_fold()
130 const UChar* p = *pp;
132 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
138 v = (EncISO_8859_14_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
217 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
221 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_16.c110 const UChar* p = *pp; in mbc_case_fold() local
112 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) { in mbc_case_fold()
119 *lower = ENC_ISO_8859_16_TO_LOWER_CASE(*p); in mbc_case_fold()
129 const UChar* p = *pp;
131 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
137 v = (EncISO_8859_16_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
217 flag, p, end, items); in get_case_fold_codes_by_str()
H A Diso8859_2.c110 const UChar* p = *pp; in mbc_case_fold() local
112 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) { in mbc_case_fold()
119 *lower = ENC_ISO_8859_2_TO_LOWER_CASE(*p); in mbc_case_fold()
129 const UChar* p = *pp;
131 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
137 v = (EncISO_8859_2_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str() argument
206 flag, p, end, items); in get_case_fold_codes_by_str()
/PHP-7.1/tests/classes/
H A Dproperty_override_protectedStatic_privateStatic.phpt7 protected static $p = "A::p (static)";
10 echo self::$p . "\n";
16 private static $p = "B::p (static)";
19 echo self::$p . "\n";
30 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
H A Dproperty_override_publicStatic_privateStatic.phpt7 public static $p = "A::p (static)";
10 echo self::$p . "\n";
16 private static $p = "B::p (static)";
19 echo self::$p . "\n";
30 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_publicStatic_protectedStatic.phpt7 public static $p = "A::p (static)";
10 echo self::$p . "\n";
16 protected static $p = "B::p (static)";
19 echo self::$p . "\n";
30 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_protected_private.phpt7 protected $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 protected (as in class A) or weaker in %s on line 18
/PHP-7.1/ext/standard/tests/strings/
H A Dstrip_tags_basic2.phpt15 $string = "<html><p>hello</p><b>world</b><a href=\"#fragment\">Other text</a></html><?php echo hell…
20 "<p>",
21 '<p>',
26 "<html><p><a><?php"
48 string(27) "<p>hello</p>worldOther text"
50 string(27) "<p>hello</p>worldOther text"
60 string(64) "<html><p>hello</p>world<a href="#fragment">Other text</a></html>"
/PHP-7.1/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 …]
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->copy('b', 'c');
28 $p->stopBuffering();
29 echo file_get_contents($p['c']->getPathName());
31 var_dump($p->isFileFormat(Phar::ZIP));
32 $p->copy('a', $ename);
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregint.h209 #define IS_NULL(p) (((void*)(p)) == (void*)0) argument
210 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument
211 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL argument
348 UChar* p; member
357 (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
363 (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
371 (buf)->p = (UChar* )xrealloc((buf)->p, new_alloc);\
399 xmemmove((buf)->p + (to), (buf)->p + (from), (n));\
405 xmemmove((buf)->p + (to), (buf)->p + (from), (n));\
584 byte = *(p);\
[all …]
/PHP-7.1/ext/opcache/tests/
H A Dissue0115.phpt17 $p = new Phar(__DIR__ . '/issue0115_1.phar.php', 0, 'this');
18 $p['index.php'] = '<?php
22 $p['hello.php'] = "Hello World 1!\n";
23 $p->setStub($stub);
24 unset($p);
25 $p = new Phar(__DIR__ . '/issue0115_2.phar.php', 0, 'this');
26 $p['index.php'] = '<?php
30 $p['hello.php'] = "Hello World 2!\n";
31 $p->setStub($stub);
32 unset($p);
/PHP-7.1/Zend/tests/
H A Dbug32799.phpt8 if (!isset($GLOBALS['p'])) {
11 $GLOBALS['p']->c++; // no warning
12 print $GLOBALS['p']->c."\n"; // segfault
13 var_dump($GLOBALS['p']);
17 $p=new test;
18 $p=null; //destroy the object by a new assignment (segfault)
H A Dbug68262.phpt7 public $p;
11 $first->p = 'init';
14 $ref =& $first->p;
18 $clone->p = 'foo';
20 var_dump($first->p);
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite22.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->isCompressed());
4 $p["test.txt"]->decompress();
5 var_dump($p["test.txt"]->isCompressed());
8 6��������������������test.txt������H������E���������/�(P���p� �w��
H A Dwrite14.phar2 $p = new Phar(__FILE__);
3 var_dump($p["test.txt"]->isCompressed());
5 $p->decompressFiles();
6 var_dump($p["test.txt"]->isCompressed());
9 6��������������������test.txt������H������E���������/�(P���p� �w��
/PHP-7.1/ext/filter/tests/
H A D026.phpt8 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
9 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED));
12 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
13 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED, FILTER_FLAG_STR…
16 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
17 var_dump(filter_var("!@#$%^&*()><<>+_\"'<br><p /><li />", FILTER_SANITIZE_STRIPPED, FILTER_FLAG_STR…
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput10134 /^\p{Cc}/8
140 /^\p{Cf}/8
151 /^\p{Cn}/8
155 /^\p{Co}/8
160 /^\p{Cs}/8
165 /^\p{Ll}/8
171 /^\p{Lm}/8
176 /^\p{Lo}/8
182 /^\p{Lt}/8
188 /^\p{Lu}/8
[all …]

Completed in 61 milliseconds

12345678910>>...31