Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-5.4/ext/date/tests/
H A Dlocaltime_variation5.phpt15 // Initialise function arguments not being substituted (if any)
/PHP-5.4/ext/exif/tests/
H A Dexif003.phpt17 test1.jpg is a 1*1 image that does not contain any Exif/Comment information
/PHP-5.4/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 up to three
141 options state any more.
171 OP_ANY match any one character other than newline
172 OP_ALLANY match any one character, including newline
173 OP_ANYBYTE match any single unit, even in UTF-8/16 mode
196 OP_ANYNL match any Unicode newline sequence
334 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any code points
409 next alternative OP_ALT or, if there aren't any branches, to the matching
[all …]
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1036 --enable-newline-is-any
2881 length of any matching string. There may not be any strings of that
4025 hence the captured data, if any.
4830 (*ANYCRLF) any of the three above
5152 \d any decimal digit
5156 \s any white space character
5160 \w any "word" character
5161 \W any "non-word" character
5423 any of these properties with "Is".
8355 any JIT data is also freed.
[all …]
/PHP-5.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-5.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);
/PHP-5.4/
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*)
143 * or any other type. If you specify a type which is larger
/PHP-5.4/ext/mysql/tests/
H A Dmysql_errno.phpt47 printf("[006] Expecting int/any (e.g 1046, 2005) got %s/%s\n", gettype($errno), $errno);
/PHP-5.4/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
/PHP-5.4/ext/pdo/tests/
H A Dpdo_test.inc41 // clean up any crufty test tables we might have left behind
H A Dpdo_022.phpt15 * so no tests make any sense to anyone. When they do, we can enable
/PHP-5.4/ext/spl/internal/
H A Drecursivefilteriterator.inc25 * this does not transport any state or control information of your accept()
/PHP-5.4/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_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_variation5.phpt8 * present in any of the others arguments.
H A Darray_udiff_assoc_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
13 // Initialise function arguments not being substituted (if any)
H A Darray_udiff_assoc_variation2.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
13 // Initialise function arguments not being substituted (if any)
H A Darray_udiff_assoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
13 // Initialise function arguments not being substituted (if any)
H A Darray_udiff_uassoc_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
13 // Initialise function arguments not being substituted (if any)
/PHP-5.4/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
/PHP-5.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…

Completed in 114 milliseconds

12345678910>>...26