Home
last modified time | relevance | path

Searched refs:done (Results 101 – 125 of 659) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_server_version.phpt25 print "done!";
28 done!
H A Dbug50772.phpt31 echo "done\n";
36 done
H A Dmysqli_stmt_init.phpt12 NOTE: no datatype tests here! This is done by
45 print "done!";
58 done!
H A Dbug33263.phpt34 print "done!";
37 done!
H A D017.phpt32 print "done!";
43 done!
H A Dmysqli_mysqlnd_read_timeout.phpt29 print "done!";
33 done!
H A Dmysqli_get_proto_info.phpt26 print "done!";
29 done!
H A Dmysqli_get_server_info.phpt26 print "done!";
33 done!
H A Dbug55653.phpt33 echo "done!";
36 done!
H A Dbug52082.phpt23 print "done!";
50 done!
H A Dmysqli_change_user_prepared_statements.phpt30 print "done!";
33 done!
H A Dmysqli_fetch_array_assoc.phpt28 print "done!";
49 done!
H A D041.phpt23 print "done!";
38 done!
H A D045.phpt39 print "done!";
48 done!
H A Dbug68077.phpt51 echo "done\n";
57 echo "done\n";
81 done
83 done
H A Dbug54221.phpt42 print "done!";
46 done!
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_fetch_table_names.phpt25 print "done!";
42 done!
H A Dpdo_mysql_attr_driver_name.phpt27 print "done!";
31 done!
H A Dpdo_mysql_stmt_rowcount.phpt28 print "done!";
36 done!
H A Dpdo_mysql_attr_connection_status.phpt29 print "done!";
32 done!
/PHP-7.4/ext/standard/tests/filters/
H A Dbug74267.phpt20 echo "done\n";
26 done
/PHP-7.4/ext/sqlite3/tests/
H A Dbug45798.phpt28 print "done";
32 done
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c88 if (stmt->executed && !S->done) { in pdo_sqlite_stmt_execute()
92 S->done = 0; in pdo_sqlite_stmt_execute()
103 S->done = 1; in pdo_sqlite_stmt_execute()
124 if (stmt->executed && !S->done) { in pdo_sqlite_stmt_param_hook()
126 S->done = 1; in pdo_sqlite_stmt_param_hook()
255 if (S->done) { in pdo_sqlite_stmt_fetch()
264 S->done = 1; in pdo_sqlite_stmt_fetch()
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace2.phpt21 echo "==done==\n";
48 ==done==
/PHP-7.4/ext/openssl/tests/
H A Dbug73072.phpt25 fwrite(STDERR, "done\n");
46 done

Completed in 40 milliseconds

12345678910>>...27