Home
last modified time | relevance | path

Searched refs:ma (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/Zend/tests/
H A Daccess_modifiers_008.phpt7 static protected function ma() {
8 return 'A::ma()';
17 static protected function ma() {
18 return 'B1::ma()';
32 echo A::ma() . "\n";
38 echo B1::ma() . "\n"; // protected method defined also in A
56 A::ma()
58 B1::ma()
H A Daccess_modifiers_009.phpt7 static protected function ma() {
8 return 'A::ma()';
17 static protected function ma() {
18 return 'B1::ma()';
32 var_dump(is_callable('A::ma'));
34 var_dump(is_callable('B1::ma')); // protected method defined also in A
40 var_dump(is_callable('B2::ma'));
/PHP-8.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros127 Ca ^= E##ma; \
143 A##ma ^= Da; \
144 Bso = ROL64(A##ma, 41); \
239 A##ma ^= Da; \
240 Bso = ROL64(A##ma, 41); \
335 Ca ^= E##ma; \
351 A##ma ^= Da; \
447 A##ma ^= Da; \
476 X##ma = state[15]; \
503 state[15] = X##ma; \
[all …]
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c1082 size_t sa = apprentice_magic_strength(ma->mp, ma->cont_count); in apprentice_sort()
1411 struct magic **ma, uint32_t *nma) in coalesce_entries() argument
1420 *ma = NULL; in coalesce_entries()
1425 slen = sizeof(**ma) * mentrycount; in coalesce_entries()
1433 (void)memcpy(*ma + mentrycount, me[i].mp, in coalesce_entries()
1434 me[i].cont_count * sizeof(**ma)); in coalesce_entries()
3642 struct magic *ma = ml->magic; local
3644 if (ma[i].type != FILE_NAME)
3646 if (strcmp(ma[i].value.s, name) == 0) {
3647 v->magic = &ma[i];
[all …]
/PHP-8.3/ext/standard/tests/file/
H A Dfnmatch_variation.phpt27 5 => "ma[pt]ch*",
/PHP-8.3/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt239 "標準漢語中四個主要的聲調,使用ma這個音節發音。",
388 …ı çok amaçlı stadyumdur. 33.919 koltuk kapasitesiyle Samsunspor'un iç saha maçlarına ev sahipliği …
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch335 slen = sizeof(**ma) * mentrycount;
336 - if ((*ma = CAST(struct magic *, malloc(slen))) == NULL) {
337 + if ((*ma = CAST(struct magic *, emalloc(slen))) == NULL) {
859 if (strcmp(ma[i].value.s, name) == 0) {
860 v->magic = &ma[i];
863 if (ma[j].cont_level == 0)
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic25909 # .ma
H A Dmagic私はガラスを食べられます25909 # .ma

Completed in 252 milliseconds