Home
last modified time | relevance | path

Searched refs:me (Results 1 – 25 of 115) sorted by relevance

12345

/PHP-8.2/tests/lang/
H A Dthis_assignment.phpt7 function me() { echo "first"; }
11 $this->me();
12 $a->me();
13 $b->me();
15 $this->me();
16 $a->me();
17 $b->me();
25 $this->me();
26 $a->me();
27 $b->me();
[all …]
/PHP-8.2/Zend/tests/
H A Dbug34260.phpt12 echo "I hate me\n";
19 echo "I heart me\n";
33 I hate me
34 I hate me
35 I heart me
36 I heart me
H A Dbug80037.phpt12 $me = new static;
14 $me->{$k} = &$v; # try to remove &
16 return $me;
/PHP-8.2/ext/json/tests/
H A Dbug61978.phpt8 public $me;
11 $this->me = $this;
23 'me' => $this
39 string(24) "{"test":"123","me":null}"
41 string(24) "{"test":"123","me":null}"
/PHP-8.2/ext/intl/resourcebundle/
H A Dresourcebundle_class.c45 if (rb->me) { in ResourceBundle_object_free()
46 ures_close( rb->me ); in ResourceBundle_object_free()
67 rb->me = NULL; in ResourceBundle_object_create()
101 if (rb->me) { in resourcebundle_ctor()
118 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
120 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
133 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
191 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
259 if (rb->me == NULL) { in resourcebundle_array_count()
265 *count = ures_getSize( rb->me ); in resourcebundle_array_count()
[all …]
H A Dresourcebundle_class.h28 UResourceBundle *me; member
47 #define RESOURCEBUNDLE_OBJECT(rb) (rb)->me
H A Dresourcebundle_iterator.c35 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); in resourcebundle_iterator_read()
168 iterator->is_table = (ures_getType( rb->me ) == URES_TABLE); in resourcebundle_get_iterator()
169 iterator->length = ures_getSize( rb->me ); in resourcebundle_get_iterator()
/PHP-8.2/ext/standard/tests/mail/
H A Dbug69115.phpt12 mail('user@example.com', 'My Subject', $message, "From: me@me.me");
/PHP-8.2/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…
12 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
16 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
24 string(40) "Let me see you Stripped down to the bone"
33 string(40) "Let me see you Stripped down to the bone"
42 string(40) "Let me see you Stripped down to the bone"
/PHP-8.2/ext/fileinfo/libmagic/
H A Dapprentice.c1121 mset[i].me[mset[i].count++] = *me; in addentry()
1122 memset(me, 0, sizeof(*me)); in addentry()
1153 memset(&me, 0, sizeof(me)); in load_1()
1212 if (me.mp) in load_1()
1240 set_test_type(me[starttest].mp, me[i].mp); in set_text_binary()
1317 efree(me); in magic_entry_free()
1410 qsort(mset[j].me, mset[j].count, sizeof(*mset[j].me), in apprentice_load()
1857 m = &me->mp[me->cont_count - 1]; in parse()
1863 if (me->cont_count == me->max_count) { in parse()
1874 m = &me->mp[me->cont_count++]; in parse()
[all …]
/PHP-8.2/ext/imap/tests/
H A Dimap_rfc822_write_address_basic.phpt7 var_dump(imap_rfc822_write_address('me', 'example.com', 'My Name'));
10 string(24) "My Name <me@example.com>"
/PHP-8.2/ext/zlib/tests/
H A Dreadgzfile_variation12.phpt30 and I know that it descends down on me
37 and I know that it descends down on me
44 and I know that it descends down on me
51 and I know that it descends down on me
H A Dreadgzfile_variation9.phpt29 and I know that it descends down on me
36 and I know that it descends down on me
43 and I know that it descends down on me
50 and I know that it descends down on me
H A Dgzfile_variation12.phpt42 string(39) "and I know that it descends down on me
62 string(39) "and I know that it descends down on me
82 string(39) "and I know that it descends down on me
102 string(39) "and I know that it descends down on me
H A Dgzfile_variation9.phpt41 string(39) "and I know that it descends down on me
61 string(39) "and I know that it descends down on me
81 string(39) "and I know that it descends down on me
101 string(39) "and I know that it descends down on me
H A D005.phpt18 $string = "Answer me, it can't be so hard
63 string(94) "Answer me, it can't be so hard
66 string(94) "Answer me, it can't be so hard
H A D006.phpt19 $string = "Answer me, it can't be so hard
64 string(94) "Answer me, it can't be so hard
67 string(94) "Answer me, it can't be so hard
H A Dgzopen_basic.phpt33 and I know that it descends down on me
39 and I know that it descends down on me
H A D004-mb.phpt35 string(39) "and I know that it descends down on me
55 string(39) "and I know that it descends down on me
H A D004.phpt35 string(39) "and I know that it descends down on me
55 string(39) "and I know that it descends down on me
/PHP-8.2/ext/reflection/tests/
H A Dbug81457.phpt14 $me = $re->getMethod('foo');
16 echo $me->getDeclaringClass()::class, "\n";
/PHP-8.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros80 A##me ^= De; \
81 Bgo = ROL64(A##me, 45); \
129 Ce ^= E##me; \
191 A##me ^= De; \
192 Bgo = ROL64(A##me, 45); \
288 A##me ^= De; \
337 Ce ^= E##me; \
399 A##me ^= De; \
477 X##me = state[16]; \
504 state[16] = X##me; \
[all …]
/PHP-8.2/ext/dom/tests/
H A Dbug46185.phpt14 <ns1:ok xmlns:ns1="urn::ns" xmlns="urn::REAL"><watch-me xmlns:default="urn::BOGUS"/></ns1:ok>');
23 <ns1:a xmlns:ns1="urn::ns"><ns1:ok xmlns="urn::REAL"><watch-me xmlns:default="urn::BOGUS"/></ns1:ok…
/PHP-8.2/ext/simplexml/tests/
H A D027.phpt39 $people->person[3] = 'Minni-me';
69 <person gender="male">Minni-me
77 <person gender="male">Minni-me
/PHP-8.2/ext/hash/tests/
H A Dmurmurhash3.phpt11 $h = hash("murmur3c", "hash me!");
16 $h = hash("murmur3f", "hash me!");

Completed in 52 milliseconds

12345