Home
last modified time | relevance | path

Searched refs:z (Results 151 – 175 of 388) sorted by path

12345678910>>...16

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt793 if (!mysqli_query($link, "UPDATE test SET label ='z' WHERE id = 100"))
H A Dmysqli_last_insert_id.phpt155 …if (!$link->query(sprintf("INSERT INTO test(id, label) VALUES (%d, 'z') ON DUPLICATE KEY UPDATE id…
H A Dmysqli_num_rows.phpt45 func_test_mysqli_num_rows($link, "INSERT INTO test(id, label) VALUES (100, 'z')", NULL, 15);
H A Dmysqli_poll_mixing_insert_select.phpt31 "INSERT INTO test(id, label) VALUES (100, 'z')",
181 %unicode|string%(1) "z"
H A Dmysqli_real_connect.phpt128 fwrite($fp, '100;z');
H A Dmysqli_real_connect_pconn.phpt107 fwrite($fp, '100;z');
H A Dmysqli_report.phpt220 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES ($i, 'z')"))
275 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'z')", MYSQLI_USE_RESULT) ||
H A Dmysqli_stmt_affected_rows.phpt51 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')") ||
61 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')") ||
H A Dmysqli_stmt_bind_param.phpt88 $label = "z";
339 $id = 100; $label = 'z';
344 printf("[2007] Expecting record 100/z, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
349 if ($row['id'] != 100 || $row['label'] != 'z') {
H A Dmysqli_stmt_bind_param_references.phpt169 $label_a = 'z';
H A Dmysqli_stmt_bind_result.phpt306 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (1000, 'z')"))
H A Dmysqli_stmt_close.phpt50 $id = 100; $label = 'z';
H A Dmysqli_stmt_execute.phpt59 $label = "z";
H A Dmysqli_stmt_field_count.phpt66 if (!mysqli_stmt_prepare($stmt, "UPDATE test SET label = 'z' WHERE id = 1") ||
H A Dmysqli_stmt_num_rows.phpt61 func_test_mysqli_stmt_num_rows($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')", 0, 30);
H A Dmysqli_stmt_store_result.phpt34 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (100, 'z')") ||
/PHP-5.5/ext/mysqlnd/
H A Dconfig9.m413 if test -z "$PHP_ZLIB_DIR"; then
34 test -z "$PHP_OPENSSL" && PHP_OPENSSL=no
H A Dmysqlnd.h238 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-5.5/ext/oci8/
H A Dconfig.m45 if test -z "$SED"; then
78 test -z "$OCI8_ORACLE_VERSION" && OCI8_ORACLE_VERSION=7.3
112 if test -z "$PHP_OCI8"; then
122 if test -z "$tmp_version"; then
123 if test -z "$PHP_CONFIG"; then
131 if test -z "$php_version"; then
172 if test "$PHP_OCI8" = "yes" && test -z "$ORACLE_HOME"; then
185 if test -z "$PHP_OCI8"; then
194 if test -z "$PHP_OCI8"; then
289 if test -z "$PHP_OCI8_INSTANT_CLIENT"; then
/PHP-5.5/ext/odbc/
H A Dconfig.m4107 if test -z "$ODBC_TYPE"; then
136 if test -z "$ODBC_TYPE"; then
156 if test -z "$ODBC_TYPE"; then
183 if test -z "$ODBC_TYPE"; then
222 if test -z "$ODBC_TYPE"; then
244 if test -z "$ODBC_TYPE"; then
269 if test -z "$ODBC_TYPE"; then
311 if test -z "$ODBC_TYPE"; then
360 if test -z "$ODBC_TYPE"; then
389 if test -z "$ODBC_TYPE"; then
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_persist.c141 static void zend_persist_zval(zval *z TSRMLS_DC)
144 switch (z->type & IS_CONSTANT_TYPE_MASK) {
146 switch (z->type & ~IS_CONSTANT_INDEX) {
150 zend_accel_store_interned_string(z->value.str.val, z->value.str.len + 1);
154 zend_accel_store(z->value.ht, sizeof(HashTable));
155 …zend_hash_persist(z->value.ht, (zend_persist_func_t) zend_persist_zval_ptr, sizeof(zval**) TSRMLS_…
173 static void zend_protect_zval(zval *z TSRMLS_DC)
175 PZ_SET_ISREF_P(z);
176 PZ_SET_REFCOUNT_P(z, 2);
H A Dzend_persist_calc.c96 static uint zend_persist_zval_calc(zval *z TSRMLS_DC)
101 switch (z->type & IS_CONSTANT_TYPE_MASK) {
103 switch (z->type & ~IS_CONSTANT_INDEX) {
107 ADD_INTERNED_STRING(Z_STRVAL_P(z), Z_STRLEN_P(z) + 1);
111 ADD_DUP_SIZE(z->value.ht, sizeof(HashTable));
112 …ADD_SIZE(zend_hash_persist_calc(z->value.ht, (int (*)(void* TSRMLS_DC)) zend_persist_zval_ptr_calc…
/PHP-5.5/ext/openssl/tests/
H A D001.phpt15 for ($z = "", $i = 0; $i < 1024; $i++) {
16 $z .= $i * $i;
H A Dbug47828.phpt23 REj5OQvq+z+NP/n/AgMBAAGjODA2MBMGA1UdJQQMMAoGCCsGAQUFBwMBMAwGA1Ud
/PHP-5.5/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument

Completed in 111 milliseconds

12345678910>>...16