Home
last modified time | relevance | path

Searched refs:any (Results 251 – 275 of 444) sorted by relevance

1...<<1112131415161718

/php-src/ext/date/tests/
H A Dgmstrftime_variation21.phpt7 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation5.phpt7 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation7.phpt7 // Initialise function arguments not being substituted (if any)
H A Dgmstrftime_variation5.phpt7 // Initialise function arguments not being substituted (if any)
H A Dgmstrftime_variation7.phpt7 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation15.phpt7 // Initialise function arguments not being substituted (if any)
H A Dgmstrftime_variation15.phpt7 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation16.phpt13 // Initialise function arguments not being substituted (if any)
H A Dgmstrftime_variation13.phpt7 // Initialise function arguments not being substituted (if any)
H A Dgmstrftime_variation16.phpt13 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation13.phpt7 // Initialise function arguments not being substituted (if any)
/php-src/ext/mysqli/tests/
H A Dmysqli_more_results.phpt39 … // NOTE: if you use mysqli_use_result() with mysqli_more_results() or any other info function,
H A Dmysqli_insert_id.phpt37 printf("[010] Expecting int/any >0, got %s/%s\n", gettype($last_id), $last_id);
67 … printf("[014] Expecting int/any > %d, got %s/%s\n", $last_id, gettype($next_id), $next_id);
/php-src/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-src/
H A DREADME.REDIST.BINS92 * Neither the name of the University of Cambridge nor the names of any
177 ensure compatibility, or for any other purpose. I would appreciate
180 you place this code and any modifications you make under a license
269 license, or royalty fee is required for any of the authorized uses.
306 This software is provided 'as-is', without any express or implied
307 warranty. In no event will the authors be held liable for any damages
310 Permission is granted to anyone to use this software for any purpose,
364 Permission to use, copy, modify, and distribute this software for any
404 5. Redistributions of any form whatsoever must retain the following
510 any context without fee, including a commercial application,
[all …]
/php-src/ext/pcre/tests/
H A Dpreg_replace_basic.phpt11 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.phpt12 … '4', $string, //finds any number that's not 4 and replaces it with a 4
H A Dpreg_grep_basic.phpt13 var_dump(preg_grep('@.*?\.co\.uk$@i', $array)); //finds any address ending in .co.uk (matches none)
/php-src/ext/reflection/tests/
H A DReflectionClass_newInstance_001.phpt79 Class E does not have a constructor, so you cannot pass any constructor arguments
/php-src/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-src/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt2 Test fgetcsv() : usage variations - with line without any csv fields
5 /* Testing fgetcsv() to read a line from a file which doesn't have any CSV field */
H A Dreadfile_variation10-win32.phpt64 ValueError: readfile(): Argument #1 ($filename) must not contain any null bytes
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt22 // If no error messages gets printed do not know if proper usage of closeCursor() makes any
30 // This is proper usage of closeCursor(). It shall prevent any further error messages.
51 // cause any harm to a statement created prior to the change
/php-src/docs/source/core/data-structures/
H A Dzval.rst5 PHP is a dynamic language. A variable can typically contain a value of any type, and the type of the
34 Some of these types are self-contained, they don't store any auxiliary data. This includes
65 A C union is a data type that may store any one of its members at a time, by being (at least) as big
71 ``counted``. ``counted`` polymorphically refers to any `reference counted <todo>`__ value, including
/php-src/ext/pdo/tests/
H A Dpdo_022.phpt15 * so no tests make any sense to anyone. When they do, we can enable

Completed in 26 milliseconds

1...<<1112131415161718