Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_assoc_variation7.phpt8 * present in any of the others arguments but do additional checks whether the keys are equal
H A Darray_diff_variation5.phpt8 * present in any of the others arguments.
H A Darray_diff_ukey_error.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
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-5.3/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt6 * Description: Search a string for any of a set of characters
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 arguemnt charlist as null - does not trim any white spaces */
/PHP-5.3/ext/ctype/tests/
H A Dctype_graph_variation3.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_punct_variation2.phpt8 * Description: Checks for any printable character which is not whitespace
H A Dctype_punct_variation3.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-5.3/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_stmt_insert_id.phpt61 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.3/
H A DREADME.MAILINGLIST_RULES5 This is the first file you should be reading before doing any posts on PHP
68 and remove any previous comment that is not relevant to your post.
H A DREADME.PARAMETER_PARSING_API24 and not output any error messages.
52 o - object of any type (zval*)
142 * or any other type. If you specify a type which is larger
/PHP-5.3/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-5.3/ext/pcre/pcrelib/
H A DHACKING34 real. (The Perl version probably doesn't do this any more; I'm talking about
48 complexity in Perl regular expressions, I couldn't do this. In any case, a
57 in any combination of 8-bit, 16-bit or 32-bit modes, creating different
135 any more.
163 OP_ANY match any one character other than newline
164 OP_ALLANY match any one character, including newline
165 OP_ANYBYTE match any single byte, even in UTF-8 mode
188 OP_ANYNL match any Unicode newline sequence
311 used. It optionally uses a bit map (if any characters lie within it), followed
364 next alternative OP_ALT or, if there aren't any branches, to the matching
/PHP-5.3/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_grep_basic.phpt14 var_dump(preg_grep('@.*?\.co\.uk$@i', $array)); //finds any address ending in .co.uk (matches none)
H A Dpreg_replace_edit_basic.phpt18 … '4', $string, //finds any number that's not 4 and replaces it with a 4
/PHP-5.3/ext/pdo/tests/
H A Dpdo_022.phpt15 * so no tests make any sense to anyone. When they do, we can enable
/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt20 // Initialise function arguments not being substituted (if any)
H A Dmb_ereg_replace_variation3.phpt18 // Initialise function arguments not being substituted (if any)
H A Dmb_ereg_variation1.phpt21 // Initialise function arguments not being substituted (if any)

Completed in 42 milliseconds

12345678910>>...25