Home
last modified time | relevance | path

Searched refs:off (Results 76 – 100 of 137) sorted by relevance

123456

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt35 printf("[004] Unable to switch off emulated prepared statements, test will fail\n");
H A Dpdo_mysql_prepare_emulated_anonymous.phpt39 printf("[004] Unable to switch off emulated prepared statements, test will fail\n");
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt19 printf("[002] Unable to switch off emulated prepared statements, test will fail\n");
H A Dpdo_mysql_prepare_native_named_placeholder.phpt22 printf("[002] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_prepare_native_clear_error.phpt46 printf("[005] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_errorinfo.phpt43 printf("[004] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_bindcolumn.phpt59 printf("[007] Unable to turn off emulated prepared statements\n");
H A Dpdo_mysql_stmt_fetch_serialize.phpt80 printf("[002] Unable to turn off emulated prepared statements\n");
/PHP-5.5/ext/mysqli/tests/
H A D015.phpt38 printf("[005] Cannot turn off autocommit mode, [%d] %s\n",
H A Dmysqli_commit.phpt37 printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_rollback.phpt39 printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_change_user_oo.phpt46 // Reconnect because after 3 failed change_user attempts, the server blocks you off.
H A Dmysqli_commit_oo.phpt38 printf("[003] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_change_user.phpt44 // Reconnect because after 3 failed change_user attempts, the server blocks you off.
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation2.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_shift_variation3.phpt6 * Description: Pops an element off the beginning of the array
H A D005.phpt6 * Description: Shifts the first value of the array off and returns it.
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_ireplace.phpt39 /* separate testcase for str_ireplace() off-by-one */
H A Dbasename_basic.phpt8 If the filename ends in suffix this will also be cut off.
H A Dstripcslashes_variation1.phpt6 * Description: Returns a string with backslashes stripped off. Recognizes C-like \n, \r ...,
H A Dbasename_variation.phpt8 If the filename ends in suffix this will also be cut off.
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc135 * Get the mailbox name from a mailbox decription, i.e strip off server details.
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c294 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) in cdf_read() argument
296 size_t siz = (size_t)off + len; in cdf_read()
298 if ((off_t)(off + len) != (off_t)siz) { in cdf_read()
304 (void)memcpy(buf, &info->i_buf[off], len); in cdf_read()
311 if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (off_t)-1) in cdf_read()
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc181 * Get the mailbox name from a mailbox decription, i.e strip off server details.

Completed in 50 milliseconds

123456