Home
last modified time | relevance | path

Searched refs:valid (Results 251 – 275 of 909) sorted by path

1...<<11121314151617181920>>...37

/PHP-7.4/ext/mbstring/tests/
H A Dmb_send_mail03.phpt6 die('skip.. Not valid for Windows');
H A Dmb_send_mail04.phpt6 die('skip.. Not valid for Windows');
H A Dmb_send_mail05.phpt6 die('skip.. Not valid for Windows');
H A Dmb_send_mail06.phpt6 die('skip.. Not valid for Windows');
H A Dmb_send_mail07.phpt6 die('skip.. Not valid for Windows');
H A Dmb_substitute_character_variation2.phpt27 mb_substitute_character(280); //not valid in ISO-8859-1
H A Dzend_multibyte-05.phpt13 // valid EUC-encoded character "鴻".
H A Dzend_multibyte-09.phpt14 // valid EUC-encoded character "鴻".
/PHP-7.4/ext/mysqli/tests/
H A D009.phpt6 echo 'skip test valid only for 32bit systems';
H A D036.phpt6 echo 'skip test valid only for 32bit systems';
H A D065.phpt38 /* nothing should be escaped, it's a valid gbk character */
H A Dmysqli_begin_transaction.phpt69 /* valid flags */
H A Dmysqli_class_mysqli_result_interface.phpt134 $valid = array(MYSQLI_STORE_RESULT, MYSQLI_USE_RESULT);
137 } while (in_array($mode, $valid));
H A Dmysqli_insert_id_variation.phpt22 printf("[001] Got no valid insert id: %s", var_export($i, true));
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt129 /* valid key */
H A Dmysqli_query.phpt39 if (!$res = mysqli_query($link, "SELECT 'this is sql but with semicolon' AS valid ; "))
52 …if (false !== ($res = mysqli_query($link, 'SELECT "this is sql but with semicolon" AS valid ; SHOW…
126 ["valid"]=>
H A Dmysqli_real_query.phpt35 if (!mysqli_real_query($link, "SELECT 'this is sql but with semicolon' AS valid ; "))
44 …es = mysqli_real_query($link, "SELECT 'this is sql but with semicolon' AS valid ; SHOW VARIABLES")…
108 ["valid"]=>
H A Dmysqli_result_invalid_mode.phpt14 $valid = array(MYSQLI_STORE_RESULT, MYSQLI_USE_RESULT);
17 } while (in_array($mode, $valid));
H A Dmysqli_set_charset.phpt79 if (false !== ($ret = mysqli_set_charset($link, "this is not a valid character set")))
H A Dmysqli_stmt_num_rows.phpt58 …// mysqli_stmt_numrows() has a valid resource to work on and it will return int/0 instead. No bug,…
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_009.phpt15 Warning: oci_bind_array_by_name(): supplied resource is not a valid oci8 statement resource in %s o…
H A Dbind_boolean_1.phpt9 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dbind_char_1.phpt10 die("skip expected output only valid when using Oracle 12c database");
H A Dbind_char_1_11gR1.phpt10 die("skip expected output only valid when using pre-Oracle 12c database");
H A Dbind_char_2.phpt10 die("skip expected output only valid when using Oracle 12c database");

Completed in 71 milliseconds

1...<<11121314151617181920>>...37