Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-5.3/tests/classes/
H A Dproperty_override_protectedStatic_protected.phpt7 protected static $p = "A::p (static)";
10 echo self::$p . "\n";
16 protected $p = "B::p";
19 echo $this->p . "\n";
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_protectedStatic_public.phpt7 protected static $p = "A::p (static)";
10 echo self::$p . "\n";
16 public $p = "B::p";
19 echo $this->p . "\n";
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_private.phpt7 public static $p = "A::p (static)";
10 echo self::$p . "\n";
16 private $p = "B::p";
19 echo $this->p . "\n";
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_protected.phpt7 public static $p = "A::p (static)";
10 echo self::$p . "\n";
16 protected $p = "B::p";
19 echo $this->p . "\n";
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_public.phpt7 public static $p = "A::p (static)";
10 echo self::$p . "\n";
16 public $p = "B::p";
19 echo $this->p . "\n";
32 Fatal error: Cannot redeclare static A::$p as non 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_protected_privateStatic.phpt7 protected $p = "A::p";
10 echo $this->p . "\n";
16 private 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_protected_protectedStatic.phpt7 protected $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_protected_publicStatic.phpt7 protected $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 Dproperty_override_public_privateStatic.phpt7 public $p = "A::p";
10 echo $this->p . "\n";
16 private 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_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
/PHP-5.3/Zend/
H A Dzend_alloc.c885 p->next_free_block = p; in zend_mm_init()
886 p->prev_free_block = p; in zend_mm_init()
898 p = &(*p)->next_segment; in zend_mm_del_segment()
1243 p = q; in zend_mm_find_leaks()
1301 p = q; in zend_mm_check_leaks()
1569 p = q; in zend_mm_check_heap()
1769 p = p->child[0]; in zend_mm_search_large_block()
1774 p = p->child[1]; in zend_mm_search_large_block()
1780 for (p = rst; p; p = p->child[p->child[0] != NULL]) { in zend_mm_search_large_block()
1802 while ((p = p->child[p->child[0] != NULL])) { in zend_mm_search_large_block()
[all …]
H A Dzend_execute.h70 FREE_ZVAL_REL(p); in safe_free_zval_ptr_rel()
183 stack = p; in zend_vm_stack_destroy()
191 EG(argument_stack) = p; in zend_vm_stack_extend()
217 efree(p); in zend_vm_stack_pop()
257 efree(p); in zend_vm_stack_free_int()
269 efree(p); in zend_vm_stack_free()
295 if (UNEXPECTED(p->top == ZEND_VM_STACK_ELEMETS(p))) { in zend_vm_stack_push_args()
299 p = p->prev; in zend_vm_stack_push_args()
317 *p = NULL; in zend_vm_stack_clear_multiple()
378 #define zendi_zval_copy_ctor(p) zval_copy_ctor(&(p)) argument
[all …]
H A Dzend_multibyte.c715 p = sjis; in sjis_input_filter()
719 while (*p && (p - sjis) < sjis_length) { in sjis_input_filter()
741 if (!*p || (p - sjis) >= sjis_length) { in sjis_input_filter()
772 if (!*p || (p - sjis) >= sjis_length) { in sjis_input_filter()
1004 p--; in zend_multibyte_parse_encoding_list()
1005 while (p > p1 && (*p == ' ' || *p == '\t')) { in zend_multibyte_parse_encoding_list()
1007 p--; in zend_multibyte_parse_encoding_list()
1135 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
1139 if (*(p+1) == '\0' && *(p+2) == '\0') { in zend_multibyte_detect_utf_encoding()
1145 p += 4; in zend_multibyte_detect_utf_encoding()
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dexpr.c185 nByte = sizeof(*p) + (p->nSrc>0 ? sizeof(p->a[0]) * (p->nSrc-1) : 0); in sqliteSrcListDup()
325 return p->pLeft!=0 || p->pRight!=0 || (p->pList && p->pList->nExpr>0); in sqliteExprIsConstant()
924 while( p ) switch( p->op ){ in sqliteExprType()
965 p = p->pRight; in sqliteExprType()
969 p = p->pLeft; in sqliteExprType()
1640 while( p && p->xFunc==0 && p->xStep==0 ){ p = p->pNext; } in sqliteFindFunction()
1644 while( p && p->nArg!=nArg ){ in sqliteFindFunction()
1645 if( p->nArg<0 && !createFlag && (p->xFunc || p->xStep) ) pMaybe = p; in sqliteFindFunction()
1646 p = p->pNext; in sqliteFindFunction()
1648 if( p && !createFlag && p->xFunc==0 && p->xStep==0 ){ in sqliteFindFunction()
[all …]
/PHP-5.3/ext/standard/
H A Dphp_crypt_r.c138 char *p = NULL; in php_md5_crypt_r() local
287 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
288 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r()
289 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p,l,4); p += 4; in php_md5_crypt_r()
290 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p,l,4); p += 4; in php_md5_crypt_r()
291 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p,l,4); p += 4; in php_md5_crypt_r()
292 l = final[11]; to64(p,l,2); p += 2; in php_md5_crypt_r()
294 *p = '\0'; in php_md5_crypt_r()
417 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
422 l = final[11] ; to64(p,l,2); p += 2; in php_md5_crypt_r()
[all …]
/PHP-5.3/main/
H A Dfopen_wrappers.c103 if (!*p || !**p) { in ZEND_INI_MH()
554 for (p = filename; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; p++);
555 if ((*p == ':') && (p - filename > 1) && (p[1] == '/') && (p[2] == '/')) {
583 for (p = ptr; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; p++);
584 if ((*p == ':') && (p - ptr > 1) && (p[1] == '/') && (p[2] == '/')) {
586 if (p[-1] != '.' || p[-2] != '.' || p - 2 != ptr) {
648 for (p = trypath; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; p++);
649 if ((*p == ':') && (p - trypath > 1) && (p[1] == '/') && (p[2] == '/')) {
808 if (*p == ':' && *(p + 1) == '/' && *(p + 2) == '/') {
810 url_start = p = p + 3;
[all …]
/PHP-5.3/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-5.3/ext/mbstring/oniguruma/
H A Dregenc.h55 #define ONIG_IS_NULL(p) (((void*)(p)) == (void*)0) argument
56 #define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument
57 #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL argument
58 #define ONIG_CHECK_NULL_RETURN_VAL(p,val) if (ONIG_IS_NULL(p)) return (val) argument
79 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end));
83 ONIG_EXTERN int onigenc_ascii_is_mbc_ambiguous P_((OnigAmbigType flag, const UChar** p, const UChar…
84 ONIG_EXTERN int onigenc_single_byte_mbc_enc_len P_((const UChar* p));
85 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end));
94 ONIG_EXTERN OnigCodePoint onigenc_mbn_mbc_to_code P_((OnigEncoding enc, const UChar* p, const UChar…
130 onigenc_step P_((OnigEncoding enc, const UChar* p, const UChar* end, int n));
[all …]
H A Dregexec.c35 ONIGENC_IS_MBC_NEWLINE(enc,(p+enc_len(enc,p)),end))
1436 UChar *p = reg->p; in match_at() local
1855 q = p; in match_at()
1920 q = p; in match_at()
2658 p++; in match_at()
2671 p++; in match_at()
2857 p = reg->p + addr; in match_at()
3308 p = s; in forward_search_range()
3315 while (p < q) p += enc_len(reg->enc, p); in forward_search_range()
3342 if (p && p < range) { in forward_search_range()
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput74 /[\p{L}]/DZ
6 /[\p{^L}]/DZ
14 /[\p{Nd}]/8DZ
455 /\p{Lu}+9\p{Lu}+B\p{Lu}+b/BZ
457 /\p{^Lu}+9\p{^Lu}+B\p{^Lu}+b/BZ
461 /\p{Han}+X\p{Greek}+\x{370}/BZ8
463 /\p{Xan}+!\p{Xan}+A/BZ
465 /\p{Xsp}+!\p{Xsp}\t/BZ
467 /\p{Xps}+!\p{Xps}\t/BZ
469 /\p{Xwd}+!\p{Xwd}_/BZ
[all …]
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Diso8859_16.c110 const UChar* p = *pp; in mbc_to_normalize() local
113 ONIGENC_IS_MBC_ASCII(p)) || in mbc_to_normalize()
115 !ONIGENC_IS_MBC_ASCII(p))) { in mbc_to_normalize()
116 *lower = ENC_ISO_8859_16_TO_LOWER_CASE(*p); in mbc_to_normalize()
119 *lower = *p; in mbc_to_normalize()
128 const UChar* p = *pp; in is_mbc_ambiguous() local
132 ONIGENC_IS_MBC_ASCII(p)) || in is_mbc_ambiguous()
134 !ONIGENC_IS_MBC_ASCII(p))) { in is_mbc_ambiguous()
135 int v = (EncISO_8859_16_CtypeTable[*p] & in is_mbc_ambiguous()
140 if (*p == 0xdf) in is_mbc_ambiguous()
H A Diso8859_2.c110 const UChar* p = *pp; in iso_8859_2_mbc_to_normalize() local
113 ONIGENC_IS_MBC_ASCII(p)) || in iso_8859_2_mbc_to_normalize()
115 !ONIGENC_IS_MBC_ASCII(p))) { in iso_8859_2_mbc_to_normalize()
116 *lower = ENC_ISO_8859_2_TO_LOWER_CASE(*p); in iso_8859_2_mbc_to_normalize()
119 *lower = *p; in iso_8859_2_mbc_to_normalize()
129 const UChar* p = *pp; in iso_8859_2_is_mbc_ambiguous() local
133 ONIGENC_IS_MBC_ASCII(p)) || in iso_8859_2_is_mbc_ambiguous()
135 !ONIGENC_IS_MBC_ASCII(p))) { in iso_8859_2_is_mbc_ambiguous()
136 int v = (EncISO_8859_2_CtypeTable[*p] & in iso_8859_2_is_mbc_ambiguous()
141 if (*p == 0xdf) in iso_8859_2_is_mbc_ambiguous()
H A Diso8859_10.c110 const UChar* p = *pp; in iso_8859_10_mbc_to_normalize() local
113 ONIGENC_IS_MBC_ASCII(p)) || in iso_8859_10_mbc_to_normalize()
115 !ONIGENC_IS_MBC_ASCII(p))) { in iso_8859_10_mbc_to_normalize()
116 *lower = ENC_ISO_8859_10_TO_LOWER_CASE(*p); in iso_8859_10_mbc_to_normalize()
119 *lower = *p; in iso_8859_10_mbc_to_normalize()
129 const UChar* p = *pp; in iso_8859_10_is_mbc_ambiguous() local
133 ONIGENC_IS_MBC_ASCII(p)) || in iso_8859_10_is_mbc_ambiguous()
135 !ONIGENC_IS_MBC_ASCII(p))) { in iso_8859_10_is_mbc_ambiguous()
136 int v = (EncISO_8859_10_CtypeTable[*p] & in iso_8859_10_is_mbc_ambiguous()
141 if (*p == 0xdf) in iso_8859_10_is_mbc_ambiguous()

Completed in 102 milliseconds

12345678910>>...27