Home
last modified time | relevance | path

Searched refs:me (Results 76 – 94 of 94) sorted by last modified time

1234

/PHP-7.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c46 if (rb->me) { in ResourceBundle_object_destroy()
47 ures_close( rb->me ); in ResourceBundle_object_destroy()
66 rb->me = NULL; in ResourceBundle_object_create()
112 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
114 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
127 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
194 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
215 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch()
275 if (rb->me == NULL) { in resourcebundle_array_count()
281 *count = ures_getSize( rb->me ); in resourcebundle_array_count()
[all …]
/PHP-7.0/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"
H A D015.phpt20 'http://[2001:db8:0:85a3:0:0:ac1f:8001]:123/me.html',
81 string(50) "http://[2001:db8:0:85a3:0:0:ac1f:8001]:123/me.html"
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic2038 # Please notify me of any real-world fishy/ambiguous signatures and I'll try
6838 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
6846 # "Syst\212me d'exploitation absent" nn=0xd2 for french version
6869 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version
6875 # "Syst\212me d'exploitation manquant" nn=0x15e for french version
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c1016 mset[i].me[mset[i].count++] = *me; in addentry()
1017 memset(me, 0, sizeof(*me)); in addentry()
1048 memset(&me, 0, sizeof(me)); in load_1()
1106 if (me.mp) in load_1()
1134 set_test_type(me[starttest].mp, me[i].mp); in set_text_binary()
1211 efree(me); in magic_entry_free()
1300 qsort(mset[j].me, mset[j].count, sizeof(*mset[j].me), in apprentice_load()
1741 m = &me->mp[me->cont_count - 1]; in parse()
1747 if (me->cont_count == me->max_count) { in parse()
1758 m = &me->mp[me->cont_count++]; in parse()
[all …]
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch400 struct magic_entry me;
416 memset(&me, 0, sizeof(me));
426 if (me.mp)
445 if (me == NULL)
448 - free(me[i].mp);
449 - free(me);
450 + efree(me[i].mp);
451 + efree(me);
546 if (me->cont_count == me->max_count) {
556 if (me->mp != NULL)
[all …]
/PHP-7.0/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…
H A DDOMDocument_validate_basic.phpt24 <body>Don't forget me this weekend</body>
H A DDOMNode_replaceChild_basic.phpt6 Matt Raines <matt@raines.me.uk>
/PHP-7.0/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
40 Output the configuration name of the system \`$me' is run on.
59 Try \`$me --help' for more information."
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
H A Dconfig.sub53 me=`echo "$0" | sed -e 's,.*/,,'`
77 Try \`$me --help' for more information."
93 echo "$me: invalid option $1$help"
107 0) echo "$me: missing argument$help" >&2
110 *) echo "$me: too many arguments$help" >&2
H A Dacinclude.m41743 choke me
H A DEXTENSIONS332 … Douglas Goldstein <cardoe@php.net>, Pierre-Alain Joye <pajoye@php.net>, C�me Bernigaud <mcmic@php…
/PHP-7.0/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
/PHP-7.0/ext/zlib/tests/
H A D004.txt.gz
/PHP-7.0/ext/standard/tests/misc/
H A Dbrowscap.ini5204 …ies Project (http://browsers.garykeith.com; http://browsers.garykeith.com/sitemail/contact-me.asp)]
/PHP-7.0/ext/standard/tests/file/
H A Dbug38086.txt4 That hold me down
/PHP-7.0/ext/spl/tests/
H A Dspl_pq_top_error_corrupt.phpt13 throw new Exception('ignore me');
/PHP-7.0/build/
H A Dshtool526 for seq in sgr0 me rmso init reset; do # 'reset' is last

Completed in 314 milliseconds

1234