Home
last modified time | relevance | path

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

12345

/PHP-7.4/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-7.4/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-7.4/ext/json/tests/
H A Dbug61978.phpt10 public $me;
13 $this->me = $this;
25 'me' => $this
41 string(24) "{"test":"123","me":null}"
43 string(24) "{"test":"123","me":null}"
/PHP-7.4/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…
23 string(40) "Let me see you Stripped down to the bone"
26 string(40) "Let me see you Stripped down to the bone"
29 string(40) "Let me see you Stripped down to the bone"
/PHP-7.4/ext/standard/tests/mail/
H A Dbug69115.phpt12 mail('user@example.com', 'My Subject', $message, "From: me@me.me");
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1082 mset[i].me[mset[i].count++] = *me; in addentry()
1083 memset(me, 0, sizeof(*me)); in addentry()
1114 memset(&me, 0, sizeof(me)); in load_1()
1172 if (me.mp) in load_1()
1200 set_test_type(me[starttest].mp, me[i].mp); in set_text_binary()
1277 efree(me); in magic_entry_free()
1370 qsort(mset[j].me, mset[j].count, sizeof(*mset[j].me), in apprentice_load()
1812 m = &me->mp[me->cont_count - 1]; in parse()
1818 if (me->cont_count == me->max_count) { in parse()
1829 m = &me->mp[me->cont_count++]; in parse()
[all …]
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c46 if (rb->me) { in ResourceBundle_object_free()
47 ures_close( rb->me ); in ResourceBundle_object_free()
68 rb->me = NULL; in ResourceBundle_object_create()
114 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
116 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
129 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
196 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
217 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch()
277 if (rb->me == NULL) { in resourcebundle_array_count()
283 *count = ures_getSize( rb->me ); in resourcebundle_array_count()
[all …]
H A Dresourcebundle_class.h30 UResourceBundle *me; member
51 #define RESOURCEBUNDLE_OBJECT(rb) (rb)->me
H A Dresourcebundle_iterator.c37 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); in resourcebundle_iterator_read()
169 iterator->is_table = (ures_getType( rb->me ) == URES_TABLE); in resourcebundle_get_iterator()
170 iterator->length = ures_getSize( rb->me ); in resourcebundle_get_iterator()
/PHP-7.4/ext/imap/tests/
H A Dimap_rfc822_write_address_basic.phpt9 var_dump(imap_rfc822_write_address('me', 'example.com', 'My Name'));
12 string(24) "My Name <me@example.com>"
/PHP-7.4/ext/zlib/tests/
H A Dreadgzfile_variation11.phpt35 and I know that it descends down on me
42 and I know that it descends down on me
49 and I know that it descends down on me
56 and I know that it descends down on me
63 and I know that it descends down on me
H A Dreadgzfile_variation12.phpt33 and I know that it descends down on me
40 and I know that it descends down on me
47 and I know that it descends down on me
54 and I know that it descends down on me
H A Dreadgzfile_variation9.phpt32 and I know that it descends down on me
39 and I know that it descends down on me
46 and I know that it descends down on me
53 and I know that it descends down on me
H A Dgzfile_variation11.phpt47 string(39) "and I know that it descends down on me
67 string(39) "and I know that it descends down on me
87 string(39) "and I know that it descends down on me
107 string(39) "and I know that it descends down on me
127 string(39) "and I know that it descends down on me
H A Dgzfile_variation12.phpt45 string(39) "and I know that it descends down on me
65 string(39) "and I know that it descends down on me
85 string(39) "and I know that it descends down on me
105 string(39) "and I know that it descends down on me
H A Dgzfile_variation9.phpt44 string(39) "and I know that it descends down on me
64 string(39) "and I know that it descends down on me
84 string(39) "and I know that it descends down on me
104 string(39) "and I know that it descends down on me
H A Dreadgzfile_variation10.phpt38 and I know that it descends down on me
45 and I know that it descends down on me
58 and I know that it descends down on me
65 and I know that it descends down on me
H A D005.phpt15 $string = "Answer me, it can't be so hard
62 string(94) "Answer me, it can't be so hard
65 string(94) "Answer me, it can't be so hard
H A D006.phpt15 $string = "Answer me, it can't be so hard
66 string(94) "Answer me, it can't be so hard
69 string(94) "Answer me, it can't be so hard
H A D004-mb.phpt43 string(39) "and I know that it descends down on me
63 string(39) "and I know that it descends down on me
/PHP-7.4/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-7.4/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-7.4/ext/simplexml/tests/
H A D027.phpt39 $people->person[3] = 'Minni-me';
70 <person gender="male">Minni-me
78 <person gender="male">Minni-me
/PHP-7.4/ext/standard/tests/file/
H A Dbug38086.txt4 That hold me down

Completed in 35 milliseconds

12345