Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.0/ext/mbstring/oniguruma/enc/
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_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_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_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()
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()
/PHP-7.0/tests/classes/
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";
33 Fatal error: Access level to B::$p must be protected (as in class A) or weaker in %s on line 18
/PHP-7.0/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.0/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.0/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.0/ext/standard/
H A Dvar_unserializer.c227 if (**p >= '0' && **p <= '9') { in unserialize_str()
229 } else if (**p >= 'a' && **p <= 'f') { in unserialize_str()
231 } else if (**p >= 'A' && **p <= 'F') { in unserialize_str()
290 p++; in parse_iv2()
300 p++; in parse_iv2()
319 p++; in parse_uiv()
329 p++; in parse_uiv()
422 if (*p >= max || **p != '}') { in finish_nested_data()
426 (*p)++; in finish_nested_data()
434 datalen = parse_iv2((*p) + 2, p); in object_custom()
[all …]
H A Drand.c180 register php_uint32 *p = state; in php_mt_reload() local
183 for (i = N - M; i--; ++p) in php_mt_reload()
184 *p = twist(p[M], p[0], p[1]); in php_mt_reload()
185 for (i = M; --i; ++p) in php_mt_reload()
186 *p = twist(p[M-N], p[0], p[1]); in php_mt_reload()
187 *p = twist(p[M-N], p[0], state[0]); in php_mt_reload()
/PHP-7.0/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.0/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.0/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.0/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 …]
/PHP-7.0/TSRM/
H A Dtsrm_config_common.h62 # define tsrm_free_alloca(p, use_heap) \ argument
63 do { if (use_heap) free(p); } while (0)
66 # define tsrm_do_alloca(p, use_heap) malloc(p) argument
67 # define tsrm_free_alloca(p, use_heap) free(p) argument
/PHP-7.0/ext/pcre/tests/
H A Dbug41148.phpt22 /* 12 */ "/<p>([\n]*(<br[[:space:]]*\/?".">)*)*/S",
33 /* 6 */ "<p>",
38 /* 11 */ "<p>",
39 /* 12 */ "<p>",
40 /* 13 */ "<blockquote class=\"spip\"><p>",
41 /* 14 */ "</blockquote><p>"
50 <p>
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1533 p < q; p += (m = mbtab[*p])); in mbfl_strcut()
1545 for (q = p + length; p < q; p += (m = mbtab[*p])); in mbfl_strcut()
1620 _bk.p = p; in mbfl_strcut()
1637 p = _bk.p; in mbfl_strcut()
1648 bk.p = p; in mbfl_strcut()
1660 p = _bk.p; in mbfl_strcut()
1671 p = bk.p; in mbfl_strcut()
1689 p = bk.p; in mbfl_strcut()
1704 _bk.p = p; in mbfl_strcut()
1713 p = bk.p; in mbfl_strcut()
[all …]
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_copy.phpt20 $p = new Phar($fname);
24 $p['a'] = 'hi';
25 $p->startBuffering();
26 $p->copy('a', 'b');
27 echo file_get_contents($p['b']->getPathName());
28 $p->copy('b', 'c');
29 $p->stopBuffering();
30 echo file_get_contents($p['c']->getPathName());
32 var_dump($p->isFileFormat(Phar::TAR));
33 $p->copy('a', $ename);

Completed in 71 milliseconds

12345678910>>...30