Home
last modified time | relevance | path

Searched refs:a (Results 3326 – 3350 of 6150) sorted by relevance

1...<<131132133134135136137138139140>>...246

/PHP-8.0/ext/standard/tests/file/
H A Dfgetcsv_variation10.phpt28 "a+", "a+b", "a+t",
49 // write another line of text and a blank line
51 // working when only a blank line is read
151 -- Testing fgetcsv() with file opened using a+ mode --
161 -- Testing fgetcsv() with file opened using a+b mode --
171 -- Testing fgetcsv() with file opened using a+t mode --
301 -- Testing fgetcsv() with file opened using a+ mode --
311 -- Testing fgetcsv() with file opened using a+b mode --
321 -- Testing fgetcsv() with file opened using a+t mode --
451 -- Testing fgetcsv() with file opened using a+ mode --
[all …]
H A Ddisk_total_space_basic.phpt22 echo"\nTotal Space after writing to a file\n";
39 Total Space after writing to a file
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt31 libmysql gives a less descriptive error message but mysqlnd,
43 printf("[003a] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
72 if (!false === ($tmp = mysqli_stmt_bind_param($stmt, "a", $id)))
79 if (!false === ($tmp = mysqli_stmt_bind_param($stmt, "a", $id, $label)))
289 func_mysqli_stmt_bind_datatype($link, $engine, "s", "CHAR(1)", "a", 550);
295 func_mysqli_stmt_bind_datatype($link, $engine, "s", "VARCHAR(1)", "a", 590);
301 func_mysqli_stmt_bind_datatype($link, $engine, "s", "BINARY(1)", "a", 640);
311 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TINYBLOB", "a", 720);
316 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TINYTEXT", "a", 760);
329 func_mysqli_stmt_bind_datatype($link, $engine, "s", "ENUM('a', 'b')", "a", 850);
[all …]
/PHP-8.0/ext/date/tests/
H A Dbug33415-2.phpt8 have a DST or timezone transition.\n";
24 appear to have a DST or timezone transition.\n";
33 not appear to have a DST or timezone transition.\n";
67 appear to have a DST or timezone transition.\n";
169 appear to have a DST or timezone transition.\n";
197 have a DST or timezone transition.
208 appear to have a DST or timezone transition.
214 not appear to have a DST or timezone transition.
225 not appear to have a DST or timezone transition.
236 appear to have a DST or timezone transition.
[all …]
/PHP-8.0/Zend/tests/
H A Dphp_tag_only.phpt2 File with just a <?php tag should be valid
/PHP-8.0/ext/tokenizer/tests/
H A Dbug26463.phpt12 $a=<<<DDDD
108 string(2) "$a"
/PHP-8.0/ext/xmlwriter/tests/
H A D010.phpt50 xmlwriter_start_attribute(): Argument #2 ($name) must be a valid attribute name, "-1" given
52 xmlwriter_start_attribute(): Argument #2 ($name) must be a valid attribute name, """ given
/PHP-8.0/ext/zip/tests/
H A Dbug70322.phpt4 We want to test whether ZipArchive::close() returns FALSE and raises a warning
5 on failure, so we force the failure by adding a file to the archive, which we
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt40 Warning: proc_nice(): Only a super user may attempt to increase the priority of a process in %s on …
/PHP-8.0/ext/intl/tests/
H A Dbug58756_MessageFormatter.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dbug58756_MessageFormatter_variant2.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
/PHP-8.0/Zend/tests/traits/
H A Dproperty005.phpt2 … are defined in the class hierarchy. Thus, if the properties are incompatible a fatal error occurs.
21 // now we do the test for a fatal error
H A Dproperty008.phpt36 $a = new SubclassA;
37 var_dump($a);
H A Dproperty009.phpt36 $a = new SubclassA;
37 var_dump($a);
/PHP-8.0/ext/mbstring/tests/
H A Dmb_substr_count_variation4.phpt2 Test mb_substr_count() function : variation - pass a $needle that overlaps in $haystack
11 * Pass mb_substr_count() a $needle that overlaps in $haystack and see whether
/PHP-8.0/ext/standard/tests/serialize/
H A D__serialize_005.phpt42 string(63) "O:1:"B":2:{i:0;a:1:{i:0;O:8:"stdClass":0:{}}i:1;a:1:{i:0;r:3;}}"
/PHP-8.0/ext/pcre/tests/
H A Dpreg_match_all_error2.phpt12 $regex = '/[a-zA-Z]/';
13 $input = array(array('this is', 'a subarray'), 'test',);
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation14.phpt6 /* Testing fputcsv() to write to a file when default enclosure value and delimiter
30 SplFileObject::fputcsv(): Argument #3 ($enclosure) must be a single character
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_basic.phpt15 function concatenate($a, $b) {
16 return "$a = $b";
H A Darray_unique_variation9.phpt8 $a = array (
80 print_r(array_unique($a));
/PHP-8.0/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt14 echo "Cannot instantiate a valid Directory directly:\n";
61 Cannot instantiate a valid Directory directly:
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createcollation.phpt17 $db->sqliteCreateCollation('MYCOLLATE', function($a, $b) { return strnatcmp($a, $b); });
/PHP-8.0/ext/pgsql/tests/
H A DREADME.md6 * There is a PostgreSQL account for the users running the test scripts
17 If you find problems in PostgreSQL extension, please report a
/PHP-8.0/ext/phar/tests/
H A Dbug69720.phpt13 // $file is a PharFileInfo class, and inherits from SplFileInfo
27 Warning: file_get_contents(phar://%s): Failed to open stream: phar error: "test.php" is not a file …
/PHP-8.0/ext/phar/tests/tar/
H A Dtar_001.phpt27 …r/tar_001.phpt): Failed to open stream: phar error: "%star_001.phar.tar" is a corrupted tar file (…
28 phar error: "%star_001.phar.tar" is a corrupted tar file (truncated)

Completed in 39 milliseconds

1...<<131132133134135136137138139140>>...246