Home
last modified time | relevance | path

Searched refs:an (Results 176 – 200 of 1330) sorted by relevance

12345678910>>...54

/PHP-8.1/ext/standard/tests/array/
H A Darray_multisort_error.phpt28 array_multisort(): Argument #3 must be an array or a sort flag that has not already been specified
31 array_multisort(): Argument #3 must be an array or a sort flag that has not already been specified
H A Darray_diff_uassoc_variation8.phpt20 echo "\n-- Result of comparing integers and strings containing an integers --\n";
32 -- Result of comparing integers and strings containing an integers --
H A Dprev_basic.phpt22 echo "\n*** Testing an array with differing values/keys ***\n";
40 *** Testing an array with differing values/keys ***
/PHP-8.1/ext/zlib/tests/
H A Dbug_40189.phpt9 // this string is an excerpt of a phar archive that caused an infinite loop
/PHP-8.1/ext/intl/tests/
H A Duconverter_oop_basic.phpt8 var_dump($c->convert("This is an ascii string"));
18 string(23) "This is an ascii string"
/PHP-8.1/ext/simplexml/tests/
H A D003.phpt11 <!ENTITY included-entity "This is text included from an entity">
56 string(36) "This is text included from an entity"
/PHP-8.1/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt30 substr_replace(): Argument #3 ($offset) cannot be an array when working on a single string
31 substr_replace(): Argument #4 ($length) cannot be an array when working on a single string
/PHP-8.1/ext/curl/tests/
H A Dbug55767.phpt11 echo '*** Testing curl sending through GET an POST ***' . "\n";
28 *** Testing curl sending through GET an POST ***
H A Dcurl_basic_003.phpt14 echo '*** Testing curl sending through GET an POST ***' . "\n";
31 *** Testing curl sending through GET an POST ***
/PHP-8.1/Zend/tests/
H A Dbug26166.phpt52 throw new Exception("This is an error!");
69 This is an error!
/PHP-8.1/ext/date/tests/
H A DDateTime_extends_basic1.phpt22 echo "\n-- Create an instance of DateTimeExt --\n";
39 -- Create an instance of DateTimeExt --
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_defensive.phpt21 // This does not generate an error!
27 // Should generate an error!
/PHP-8.1/ext/spl/tests/
H A DarrayObject_clone_basic1.phpt2 SPL: Cloning an instance of ArrayObject which wraps an array.
/PHP-8.1/ext/tidy/tests/
H A D007.phpt34 tidy::getOpt(): Argument #1 ($option) is an invalid configuration option, "bogus-opt" given
35 tidy_getopt(): Argument #2 ($option) is an invalid configuration option, "non-ASCII string ���" giv…
/PHP-8.1/ext/gmp/tests/
H A Dgmp_intval.phpt45 gmp_intval(): Argument #1 ($num) is not an integer string
48 gmp_intval(): Argument #1 ($num) is not an integer string
/PHP-8.1/ext/posix/tests/
H A Dposix_getgrgid.phpt20 die('Array index "members" must be an array.');
25 die('Index in members Array is not an int.');
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
49 string(25) "writing to an mb filename"
H A Dtest_cp1253_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_cp1255_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
49 string(25) "writing to an mb filename"
H A Dtest_cp1255_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_cp1256_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_eucjp_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_kartuli_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
/PHP-8.1/tests/lang/
H A DforeachLoop.013.phpt2 Directly modifying an unreferenced array when foreach'ing over it while using &$value syntax.
35 echo "\nPopping elements off end of an unreferenced array, using &\$value.";
42 echo "\n\n\nShift elements off start of an unreferenced array, using &\$value.";
49 echo "\n\n\nRemove current element of an unreferenced array, using &\$value.";
56 echo "\n\n\nAdding elements to the end of an unreferenced array, using &\$value.";
63 echo "\n\n\nAdding elements to the start of an unreferenced array, using &\$value.";
72 Popping elements off end of an unreferenced array, using &$value.
145 Shift elements off start of an unreferenced array, using &$value.
214 Remove current element of an unreferenced array, using &$value.
283 Adding elements to the end of an unreferenced array, using &$value.
[all …]
/PHP-8.1/sapi/cli/tests/
H A Dbug62294.inc4 require 'path/to/an/unknown/file';

Completed in 26 milliseconds

12345678910>>...54