Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.0/tests/classes/
H A Dproperty_override_public_protectedStatic.phpt7 public $p = "A::p";
10 echo $this->p . "\n";
16 protected static $p = "B::p (static)";
19 echo self::$p . "\n";
33 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dproperty_override_public_publicStatic.phpt7 public $p = "A::p";
10 echo $this->p . "\n";
16 public static $p = "B::p (static)";
19 echo self::$p . "\n";
33 Fatal error: Cannot redeclare non static A::$p as static B::$p in %s on line 18
H A Dstatic_properties_004.phpt5 class C { public static $p = 'original'; }
10 var_dump(C::$p, D::$p, E::$p);
13 D::$p = 'changed.all';
14 var_dump(C::$p, D::$p, E::$p);
18 D::$p =& $ref;
19 var_dump(C::$p, D::$p, E::$p);
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";
33 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
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";
33 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
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";
31 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";
31 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";
31 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregexec.c37 ONIGENC_IS_MBC_NEWLINE(enc,(p+enclen(enc,p)),end))
1254 UChar *p = reg->p; in match_at() local
1666 q = p; in match_at()
1731 q = p; in match_at()
2472 p++; in match_at()
2485 p++; in match_at()
2671 p = reg->p + addr; in match_at()
3119 p = s; in forward_search_range()
3128 while (p < q) p += enclen(reg->enc, p); in forward_search_range()
3155 if (p && p < range) { in forward_search_range()
[all …]
H A Dregenc.h69 #define ONIG_IS_NULL(p) (((void*)(p)) == (void*)0) argument
70 #define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument
71 #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL argument
72 #define ONIG_CHECK_NULL_RETURN_VAL(p,val) if (ONIG_IS_NULL(p)) return (val) argument
74 #define enclen(enc,p) ONIGENC_MBC_ENC_LEN(enc,p) argument
120 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end));
125 ONIG_EXTERN int onigenc_single_byte_mbc_enc_len P_((const UChar* p));
126 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end));
138 ONIG_EXTERN int onigenc_minimum_property_name_to_ctype P_((OnigEncoding enc, UChar* p, UChar* end));
169 onigenc_step P_((OnigEncoding enc, const UChar* p, const UChar* end, int n));
[all …]
/PHP-7.0/ext/standard/
H A Dphp_crypt_r.c138 char *p = NULL; in php_md5_crypt_r() local
282 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
283 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r()
284 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p,l,4); p += 4; in php_md5_crypt_r()
285 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p,l,4); p += 4; in php_md5_crypt_r()
286 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p,l,4); p += 4; in php_md5_crypt_r()
287 l = final[11]; to64(p,l,2); p += 2; in php_md5_crypt_r()
289 *p = '\0'; in php_md5_crypt_r()
412 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
417 l = final[11] ; to64(p,l,2); p += 2; in php_md5_crypt_r()
[all …]
/PHP-7.0/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-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c49367 for(p=pList; p && p->pDirty; p=p->pDirty){
49397 for(p=pList; p; p=p->pDirty){
49404 for(p=pList; p; p=p->pDirty){
56728 for(p=pList; p; p=p->pDirty){
68580 for(p=pBackup; p; p=p->pNext){
117541 for(p=pWith; p; p=p->pOuter){
120040 for(p=pList; p; p=p->pNext){
120434 for(p=pTrigger; p; p=p->pNext){
147395 for(p=pRoot; p; p=p->pLeft){
147592 for(p=pNear; p; p=p->pLeft){
[all …]
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Diso8859_9.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_9_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_9_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
140 if (*p >= 0xaa && *p <= 0xba)
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 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_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()
/PHP-7.0/ext/dom/tests/
H A DDOMDocument_saveHTML_variant2.phpt15 <p>Hi.<br/>there</p>
20 $e = $d->getElementsByTagName("p");
25 <p>Hi.<br/>there</p>
26 <p>Hi.<br>there</p>
/PHP-7.0/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 Notice: Undefined index: p in %s on line 10
50 Notice: Undefined index: p in %s on line 12
/PHP-7.0/ext/opcache/
H A Dzend_file_cache.c274 p++; in zend_file_cache_serialize_hash()
399 p++; in zend_file_cache_serialize_op_array()
462 p--; in zend_file_cache_serialize_op_array()
474 p++; in zend_file_cache_serialize_op_array()
562 p++; in zend_file_cache_serialize_class()
574 p++; in zend_file_cache_serialize_class()
612 p++; in zend_file_cache_serialize_class()
655 p++; in zend_file_cache_serialize_class()
861 p++; in zend_file_cache_unserialize_hash()
974 p++; in zend_file_cache_unserialize_op_array()
[all …]
H A Dzend_accelerator_util_funcs.c122 Bucket *p; in zend_accel_move_user_functions() local
254 for (; p != end; p++) { in zend_hash_clone_constants()
264 q->h = p->h; in zend_hash_clone_constants()
299 for (; p != end; p++) { in zend_hash_clone_methods()
310 q->h = p->h; in zend_hash_clone_methods()
357 for (; p != end; p++) { in zend_hash_clone_prop_info()
532 for (; p != end; p++) { in zend_accel_function_hash_copy()
539 t = zend_hash_update(target, p->key, &p->val); in zend_accel_function_hash_copy()
544 _zend_hash_append_ptr(target, p->key, Z_PTR(p->val)); in zend_accel_function_hash_copy()
576 for (; p != end; p++) { in zend_accel_function_hash_copy_from_shm()
[all …]
/PHP-7.0/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt17 $p = new Phar($fname);
18 $p['file1.txt'] = 'hi';
19 var_dump($p->getSignature());
20 $p->setSignatureAlgorithm(Phar::MD5);
21 var_dump($p->getSignature());
22 $p->setSignatureAlgorithm(Phar::SHA1);
23 var_dump($p->getSignature());
25 $p->setSignatureAlgorithm(Phar::SHA256);
26 var_dump($p->getSignature());
32 var_dump($p->getSignature());
[all …]
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt15 $p = new Phar($fname);
16 $p['file1.txt'] = 'hi';
17 var_dump($p->getSignature());
18 $p->setSignatureAlgorithm(Phar::MD5);
19 var_dump($p->getSignature());
20 $p->setSignatureAlgorithm(Phar::SHA1);
21 var_dump($p->getSignature());
23 $p->setSignatureAlgorithm(Phar::SHA256);
24 var_dump($p->getSignature());
30 var_dump($p->getSignature());
[all …]
/PHP-7.0/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'));
/PHP-7.0/ext/phar/tests/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'));
/PHP-7.0/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>"

Completed in 760 milliseconds

12345678910>>...30