Home
last modified time | relevance | path

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

12345

/php-src/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-src/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-src/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-src/ext/standard/tests/mail/
H A Dbug69115.phpt12 mail('user@example.com', 'My Subject', $message, "From: me@me.me");
/php-src/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()
99 if (rb->me) { in resourcebundle_ctor()
116 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
118 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
131 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
195 rb->child = ures_getByKey(rb->me, key, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resource_bundle_array_fetch()
307 if (rb->me == NULL) { in resourcebundle_array_count()
313 *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-src/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-src/ext/fileinfo/libmagic/
H A Dapprentice.c1248 mset[i].me[mset[i].count++] = *me; in addentry()
1249 memset(me, 0, sizeof(*me)); in addentry()
1280 memset(&me, 0, sizeof(me)); in load_1()
1339 if (me.mp) in load_1()
1367 set_test_type(me[starttest].mp, me[i].mp); in set_text_binary()
1450 efree(me); in magic_entry_free()
1543 qsort(mset[j].me, mset[j].count, sizeof(*mset[0].me), in apprentice_load()
2002 m = &me->mp[me->cont_count - 1]; in parse()
2008 if (me->cont_count == me->max_count) { in parse()
2019 m = &me->mp[me->cont_count++]; in parse()
[all …]
/php-src/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-src/ext/reflection/tests/
H A Dbug81457.phpt14 $me = $re->getMethod('foo');
16 echo $me->getDeclaringClass()::class, "\n";
/php-src/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-src/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-src/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-src/ext/hash/tests/
H A Dmurmurhash3.phpt11 $h = hash("murmur3c", "hash me!");
16 $h = hash("murmur3f", "hash me!");
/php-src/ext/standard/tests/file/
H A Dbug38086.txt4 That hold me down

Completed in 37 milliseconds

12345