Home
last modified time | relevance | path

Searched refs:any (Results 226 – 250 of 401) sorted by relevance

12345678910>>...17

/PHP-7.4/ext/date/tests/
H A Dlocaltime_variation3.phpt17 // Initialise function arguments not being substituted (if any)
/PHP-7.4/ext/pdo/tests/
H A Dpdo_test.inc41 // clean up any crufty test tables we might have left behind
H A Dpdo_022.phpt14 * so no tests make any sense to anyone. When they do, we can enable
H A Dbug_44173.phpt61 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode doesn't allow any extra arguments…
/PHP-7.4/ext/ctype/tests/
H A Dctype_punct_variation2.phpt8 * Description: Checks for any printable character which is not whitespace
H A Dctype_graph_variation3.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_punct_variation3.phpt8 * Description: Checks for any printable character which is not whitespace
H A Dctype_punct_variation1.phpt8 * Description: Checks for any printable character which is not whitespace
H A Dctype_graph_variation1.phpt8 * Description: Checks for any printable character(s) except space
/PHP-7.4/docs/
H A Dmailinglist-rules.md3 This is the first file you should be reading before doing any posts on PHP
65 and remove any previous comment that is not relevant to your post.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt49 printf("[010] Expecting int/any >0, got %s/%s\n", gettype($last_id), $last_id);
79 … printf("[014] Expecting int/any > %d, got %s/%s\n", $last_id, gettype($next_id), $next_id);
H A Dmysqli_more_results.phpt50 … // NOTE: if you use mysqli_use_result() with mysqli_more_results() or any other info function,
H A Dmysqli_stmt_insert_id.phpt61 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt19 // If no error messages gets printed do not know if proper usage of closeCursor() makes any
27 // This is proper usage of closeCursor(). It shall prevent any further error messages.
48 // cause any harm to a statement created prior to the change
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt12 var_dump(preg_replace('<[0-35-9]>', '4', $string)); //finds any number that's not 4 and replaces it…
H A Dpreg_replace_edit_basic.phpt18 … '4', $string, //finds any number that's not 4 and replaces it with a 4
H A Dpreg_grep_basic.phpt14 var_dump(preg_grep('@.*?\.co\.uk$@i', $array)); //finds any address ending in .co.uk (matches none)
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_variation5.phpt8 * present in any of the others arguments.
H A Darray_diff_assoc_variation3.phpt7 * in any of the others arguments but do additional checks whether the keys are equal
H A Darray_diff_assoc_variation9.phpt7 * present in any of the others arguments but do additional checks whether
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtok_variation4.phpt6 …ng (str) into smaller strings (tokens), with each token being delimited by any character from token
H A Dtrim1.phpt21 /* second argument charlist as null - does not trim any white spaces */
/PHP-7.4/ext/xmlreader/tests/
H A D015.phpt41 …at move should return a result of false, because there is no elephpant attribute (in any namespace)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation1.phpt21 // Initialise function arguments not being substituted (if any)
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt2 Test fgetcsv() : usage variations - with line without any csv fields
10 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */

Completed in 71 milliseconds

12345678910>>...17