/PHP-8.2/Zend/tests/ |
H A D | access_modifiers_008.phpt | 11 static private function mp() { 12 return 'A::mp()'; 21 static protected function mp() { 22 return 'B1::mp()'; 34 echo A::mp() . "\n"; 40 echo B1::mp() . "\n"; // protected method defined also in A but as private 57 Call to private method A::mp() from scope B2 59 Call to protected method B1::mp() from scope B2
|
H A D | access_modifiers_009.phpt | 11 static private function mp() { 12 return 'A::mp()'; 21 static protected function mp() { 22 return 'B1::mp()'; 33 var_dump(is_callable('A::mp')); 35 var_dump(is_callable('B1::mp')); // protected method defined also in A but as private 41 var_dump(is_callable('B2::mp'));
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | finfo_upstream.phpt | 13 $mp = dirname($p) . DIRECTORY_SEPARATOR . basename($p, ".testfile") . ".magic"; 15 $finfo = finfo_open(FILEINFO_NONE, file_exists($mp) ? $mp : NULL);
|
/PHP-8.2/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 130 const MessagePattern& mp, in umsg_parse_format() argument 154 parts_count = mp.countParts(); in umsg_parse_format() 168 MessagePattern::Part p = mp.getPart(i); in umsg_parse_format() 174 MessagePattern::Part name_part = mp.getPart(++i); /* Getting name, advancing i */ in umsg_parse_format() 179 UnicodeString argName = mp.getSubstring(name_part); in umsg_parse_format() 211 MessagePattern::Part type_part = mp.getPart(++i); /* Getting type, advancing i */ in umsg_parse_format() 213 UnicodeString typeString = mp.getSubstring(type_part); in umsg_parse_format() 218 MessagePattern::Part style_part = mp.getPart(i + 1); /* Not advancing i */ in umsg_parse_format() 220 UnicodeString styleString = mp.getSubstring(style_part); in umsg_parse_format() 289 const MessagePattern mp = MessageFormatAdapter::phpGetMessagePattern(mf); in umsg_get_types() local [all …]
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 105 struct magic *mp; member 1117 (void)memset(&mp[mset[i].count], 0, sizeof(*mp) * in addentry() 1119 mset[i].me = mp; in addentry() 1212 if (me.mp) in load_1() 1240 set_test_type(me[starttest].mp, me[i].mp); in set_text_binary() 1246 me[i].mp->desc[0] ? me[i].mp->desc : "(no description)", in set_text_binary() 1316 efree(me[i].mp); in magic_entry_free() 1849 if (me->mp == NULL) { in parse() 1871 me->mp = nm; in parse() 1879 if (me->mp != NULL) in parse() [all …]
|
/PHP-8.2/ext/mbstring/ |
H A D | php_mbregex.c | 41 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument 43 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument 869 OnigMatchParam *mp = onig_new_match_param(); in _php_mb_onig_search() local 871 onig_initialize_match_param(mp); in _php_mb_onig_search() 876 onig_set_retry_limit_in_match_of_match_param(mp, (unsigned int)MBSTRG(regex_retry_limit)); in _php_mb_onig_search() 879 err = onig_search_with_param(reg, str, end, start, range, region, option, mp); in _php_mb_onig_search() 880 onig_free_match_param(mp); in _php_mb_onig_search() 1271 OnigMatchParam *mp; in PHP_FUNCTION() local 1301 mp = onig_new_match_param(); in PHP_FUNCTION() 1302 onig_initialize_match_param(mp); in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 406 for _,mp in ipairs(mparams) do 407 if not match(mp, "^[%a_][%w_]*$") then 408 wfatal("bad macro parameter name `"..mp.."'") 410 if mdup[mp] then wfatal("duplicate macro parameter name `"..mp.."'") end 411 mdup[mp] = true 442 for i,mp in ipairs(mparams) do subst[mp] = params[i] end
|
H A D | minilua.c | 1582 Node*mp=mainposition(t,key); 1583 if(!ttisnil(gval(mp))||mp==(&dummynode_)){ 1591 if(othern!=mp){ 1594 *n=*mp; 1595 gnext(mp)=NULL; 1596 setnilvalue(gval(mp)); 1599 gnext(n)=gnext(mp); 1600 gnext(mp)=n; 1601 mp=n; 1604 gkey(mp)->value=key->value;gkey(mp)->tt=key->tt; [all …]
|
/PHP-8.2/win32/build/ |
H A D | config.w32.phpize.in | 48 ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto');
|
H A D | config.w32 | 68 ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto');
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 336 if ((mp = CAST(struct magic_entry *, 337 - realloc(mset[i].me, sizeof(*mp) * mset[i].max))) == 338 + erealloc(mset[i].me, sizeof(*mp) * mset[i].max))) == 340 file_oomem(ms, sizeof(*mp) * mset[i].max); 387 if (me.mp) 409 - free(me[i].mp); 411 + efree(me[i].mp); 534 - if ((nm = CAST(struct magic *, realloc(me->mp, 535 + if ((nm = CAST(struct magic *, erealloc(me->mp, 541 if (me->mp != NULL)
|
/PHP-8.2/ext/hash/tests/ |
H A D | fnv1a32.phpt | 163 array( 'JjRaGPA7,LrFU?EcEg).!?t{7X<;F[mp', '908106a1' ),
|
/PHP-8.2/build/ |
H A D | config.guess | 869 *:UNICOS/mp:*:*)
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | html_entity_decode_html5.phpt | 1373 "∓", 3507 ∓ => ∓ e28893
|
/PHP-8.2/ext/standard/html_tables/ |
H A D | ents_html5.txt | 1368 mp 02213
|