Home
last modified time | relevance | path

Searched refs:me (Results 76 – 100 of 117) sorted by relevance

12345

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt71 print "run_tests.php don't fool me with your 'ungreedy' expression '.+?'!\n";
115 run_tests.php don't fool me with your 'ungreedy' expression '.+?'!
H A Dmysqli_set_opt.phpt33 // print "run_tests.php don't fool me with your 'ungreedy' expression '.+?'!\n";
H A Dmysqli_stmt_bind_param_many_columns.phpt20 test -- therefore the "duplicate" makes some sense to me.
H A Dmysqli_begin_transaction.phpt107 if (@!$link->begin_transaction(MYSQLI_TRANS_START_READ_WRITE, "*/trick me?\n\0"))
H A Dmysqli_options.phpt54 // print "run_tests.php don't fool me with your 'ungreedy' expression '.+?'!\n";
/PHP-7.3/ext/wddx/tests/
H A D004.phpt35 public $invisible = 'you don\'t see me!';
/PHP-7.3/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt6 Matt Raines <matt@raines.me.uk>
/PHP-7.3/ext/ldap/tests/
H A Dldap_get_option_controls.phpt4me Chilliet <mcmic@php.net>
H A Dldap_exop.phpt4me Chilliet <mcmic@php.net>
H A Dldap_search_sort_controls.phpt4me Chilliet <mcmic@php.net>
H A Dldap_controls.phpt4me Chilliet <mcmic@php.net>
H A DREADME128me Bernigaud <mcmic@php.net>
/PHP-7.3/ext/standard/tests/dir/
H A Dopendir_variation4-win32-mb.phpt69 * and to ensure directory is not in use at CLEAN section so can me removed
H A Dopendir_variation4.phpt63 * and to ensure directory is not in use at CLEAN section so can me removed
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt79 --> mailto:me@mydomain.com : string(15) "me@mydomain.com"
H A Durls.inc59 'mailto:me@mydomain.com',
H A Dparse_url_basic_006.phpt79 --> mailto:me@mydomain.com : NULL
H A Dparse_url_basic_009.phpt79 --> mailto:me@mydomain.com : NULL
H A Dparse_url_basic_004.phpt79 --> mailto:me@mydomain.com : NULL
H A Dparse_url_basic_005.phpt79 --> mailto:me@mydomain.com : NULL
H A Dparse_url_basic_002.phpt80 --> mailto:me@mydomain.com : string(6) "mailto"
/PHP-7.3/
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
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch450 struct magic_entry me;
466 memset(&me, 0, sizeof(me));
476 if (me.mp)
504 if (me == NULL)
507 - free(me[i].mp);
508 - free(me);
509 + efree(me[i].mp);
510 + efree(me);
616 if (me->cont_count == me->max_count) {
626 if (me->mp != NULL)
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Durl_t.phpt62 'mailto:me@mydomain.com',
660 --> mailto:me@mydomain.com: array(2) {
664 string(15) "me@mydomain.com"
/PHP-7.3/ext/pdo_oci/
H A Dconfig.m478 …AC_MSG_ERROR([You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_HOME…

Completed in 34 milliseconds

12345