Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug46292.phpt25 return "any data from serialize()";
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.5/ext/exif/tests/
H A Dexif003.phpt17 test1.jpg is a 1*1 image that does not contain any Exif/Comment information
/PHP-5.5/ext/spl/internal/
H A Drecursivearrayiterator.inc25 * this does not transport any state or control information of your accept()
H A Drecursivefilteriterator.inc25 * this does not transport any state or control information of your accept()
/PHP-5.5/win32/build/
H A DDSP.README18 and (if any shared modules are configured) at /win32/php_modules.dsw,
/PHP-5.5/ext/standard/tests/array/
H A Darray_udiff_uassoc_error.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
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.
/PHP-5.5/ext/date/tests/
H A Dlocaltime_variation3.phpt15 // Initialise function arguments not being substituted (if any)
H A Dlocaltime_variation5.phpt15 // Initialise function arguments not being substituted (if any)
/PHP-5.5/
H A DREADME.md26 the magic_quotes behavior and therefore should not raise a warning at any
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.
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug40609.wsdl21 <xs:element name="symbol" nillable="true" type="xs:any" />
22 <xs:element name="price" nillable="true" type="xs:any" />
/PHP-5.5/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.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1047 --enable-newline-is-any
2892 length of any matching string. There may not be any strings of that
4036 hence the captured data, if any.
4841 (*ANYCRLF) any of the three above
5176 \d any decimal digit
5180 \s any white space character
5184 \w any "word" character
5185 \W any "non-word" character
5447 any of these properties with "Is".
8379 any JIT data is also freed.
[all …]
/PHP-5.5/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.5/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt6 * Description: Search a string for any of a set of characters
/PHP-5.5/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.5/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.5/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 105 milliseconds

12345678910>>...27