Home
last modified time | relevance | path

Searched refs:me (Results 51 – 75 of 94) sorted by relevance

1234

/PHP-5.3/ext/pdo_dblib/
H A DREADME2 There are three implementations of this library that are known to me:
/PHP-5.3/ext/spl/tests/
H A DSplObjectStorage_removeAllExcept_invalid_parameter.phpt4 Matthew Turland (me@matthewturland.com)
/PHP-5.3/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt18 and I know that it descends down on me
H A Dgzeof_basic.phpt48 and I know that it descends down on me
/PHP-5.3/ext/standard/tests/file/
H A Duserstreams.phpt15 and she keeps me satisfied
16 gives me all I need
21 call me what you will
37 call me what you will
/PHP-5.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_options.phpt54 // print "run_tests.php don't fool me with your 'ungreedy' expression '.+?'!\n";
/PHP-5.3/ext/wddx/tests/
H A D004.phpt35 public $invisible = 'you don\'t see me!';
/PHP-5.3/win32/build/
H A DDSP.README29 Simply save them with DOS line endings, and bug it to me if basic
/PHP-5.3/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt6 Matt Raines <matt@raines.me.uk>
/PHP-5.3/
H A Dconfig.sub57 me=`echo "$0" | sed -e 's,.*/,,'`
82 Try \`$me --help' for more information."
98 echo "$me: invalid option $1$help"
112 0) echo "$me: missing argument$help" >&2
115 *) echo "$me: too many arguments$help" >&2
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
46 Output the configuration name of the system \`$me' is run on.
66 Try \`$me --help' for more information."
82 echo "$me: invalid option $1$help" >&2
90 echo "$me: too many arguments$help" >&2
/PHP-5.3/ext/standard/tests/dir/
H A Dopendir_variation4.phpt63 * and to ensure directory is not in use at CLEAN section so can me removed
/PHP-5.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_004.phpt79 --> mailto:me@mydomain.com : NULL
H A Dparse_url_basic_005.phpt79 --> mailto:me@mydomain.com : NULL
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_002.phpt80 --> mailto:me@mydomain.com : string(6) "mailto"
H A Dparse_url_basic_008.phpt79 --> mailto:me@mydomain.com : NULL
/PHP-5.3/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt40 // run-tests, I love you for not allowing me to set ini settings dynamically
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch440 me = &(*mentryp)[*nmentryp - 1];
441 + if (me->mp == NULL) {
444 if (me->cont_count == me->max_count) {
453 me->mp = m = nm;
472 me = &(*mentryp)[*nmentryp];
473 if (me->mp == NULL) {
480 me->mp = m;
481 me->max_count = ALLOC_CHUNK;
487 + if (me->mp) {
488 + efree(me->mp);
[all …]

Completed in 49 milliseconds

1234