Home
last modified time | relevance | path

Searched refs:a (Results 3976 – 4000 of 6311) sorted by last modified time

1...<<151152153154155156157158159160>>...253

/PHP-5.5/ext/mysqli/tests/
H A D029.phpt18 mysqli_query($link, "CREATE TABLE general_test (a INT)");
H A D036.phpt22 …mysqli_query($link, "CREATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10…
H A D040.phpt18 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE=" . $engine);
H A D065.phpt41 /* nothing should be escaped, it's a valid gbk character */
H A D067.phpt41 $a = array();
45 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine);
47 $stmt[$i] = open_cursor($mysql, "SELECT a FROM cursor$i");
49 $stmt[$i]->bind_result($a[$i]);
57 $cnt += $a[0] + $a[1] + $a[2];
H A D004.phpt23 if (!mysqli_query($link, "INSERT INTO test_bind_fetch VALUES ('1234567890', 'this is a test0')"))
26 if (!mysqli_query($link, "INSERT INTO test_bind_fetch VALUES ('1234567891', 'this is a test1')"))
29 if (!mysqli_query($link, "INSERT INTO test_bind_fetch VALUES ('1234567892', 'this is a test2')"))
32 if (!mysqli_query($link, "INSERT INTO test_bind_fetch VALUES ('1234567893', 'this is a test3')"))
69 %unicode|string%(15) "this is a test0"
75 %unicode|string%(15) "this is a test1"
81 %unicode|string%(15) "this is a test2"
87 %unicode|string%(15) "this is a test3"
H A D005.phpt21 $a = str_repeat("A1", 32000);
23 mysqli_query($link, "INSERT INTO test_bind_fetch VALUES ('1234567890', '$a')");
31 $test[] = ($a == $c2) ? "32K String ok" : "32K String failed";
H A D014.phpt27 if (!mysqli_query($link, "CREATE TABLE test(a int, b varchar(10)) engine=InnoDB"))
H A D015.phpt32 !mysqli_query($link,"CREATE TABLE test(a int, b varchar(10)) Engine=InnoDB") ||
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c36 #define SAFE_STR(a) ((a)?a:"") argument
H A Dmysqli.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
13 !MESSAGE You can specify a configuration when running NMAKE
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a,b) \ argument
46 mysqli_add_property((a), (b)[i].pname, (b)[i].pname_length, \
52 #define MYSQLI_ADD_PROPERTIES_INFO(a,b) \ argument
56 zend_declare_property_null((a), (b)[i].name, (b)[i].name_length, ZEND_ACC_PUBLIC TSRMLS_CC); \
/PHP-5.5/ext/mysql/tests/
H A Dmysql_num_fields.phpt41 func_test_mysql_num_fields($link, "SELECT 1 AS a", 1, 5);
43 func_test_mysql_num_fields($link, "SELECT 1 AS a, NULL AS b, 'foo' AS c", 3, 15);
57 Warning: mysql_num_fields(): %d is not a valid MySQL result resource in %s on line %d
H A Dmysql_pconnect.phpt36 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
H A Dmysql_real_escape_string.phpt23 var_dump(mysql_real_escape_string("Am I a unicode string in PHP 6?", $link));
37 %unicode|string%(31) "Am I a unicode string in PHP 6?"
H A Dmysql_result.phpt24 if (!$res = mysql_query("SELECT id, label, id AS _id, CONCAT(label, 'a') _label, NULL as _foo FROM …
83 %unicode|string%(1) "a"
86 %unicode|string%(1) "a"
87 %unicode|string%(1) "a"
114 Warning: mysql_result(): %d is not a valid MySQL result resource in %s on line %d
H A Dmysql_select_db.phpt43 // Yippie, a second database to play with - that's great because mysql_select_db
73 Warning: mysql_select_db(): %d is not a valid MySQL-Link resource in %s on line %d
H A Dmysql_tablename.phpt54 Warning: mysql_tablename(): %d is not a valid MySQL result resource in %s on line %d
H A Dmysql_thread_id.phpt40 Warning: mysql_thread_id(): %d is not a valid MySQL-Link resource in %s on line %d
H A Dmysql_unbuffered_query.phpt20 if (NULL !== ($tmp = @mysql_unbuffered_query("SELECT 1 AS a", $link, "foo")))
119 Notice: mysql_close(): Function called without first fetching all rows from a previous unbuffered q…
121 Warning: mysql_unbuffered_query(): %d is not a valid MySQL-Link resource in %s on line %d
H A Dmysql_num_rows.phpt41 func_test_mysql_num_rows($link, "SELECT 1 AS a", 1, 5);
88 Warning: mysql_num_rows(): %d is not a valid MySQL result resource in %s on line %d
H A Dmysql_pconn_disable.phpt43 printf("[006] Looks like connect() did not return a new connection.\n");
H A Dmysql_pconn_max_links.phpt14 // we need a second DB user to test for a possible flaw in the ext/mysql[i] code
116 // give the server a second to really kill the thread
201 %unicode|string%(1) "a"
209 %unicode|string%(1) "a"
H A Dmysql_pconn_reuse.phpt54 printf("[006] Looks like connect() did not return a new connection.\n");
H A Dmysql_ping.phpt50 Warning: mysql_ping(): %d is not a valid MySQL-Link resource in %s on line %d

Completed in 80 milliseconds

1...<<151152153154155156157158159160>>...253