Home
last modified time | relevance | path

Searched refs:an (Results 101 – 125 of 1330) sorted by relevance

12345678910>>...54

/PHP-8.1/Zend/tests/
H A Dthrowable_001.phpt2 Test using an Error as the previous Throwable for an Exception
H A D029.phpt2 Testing assign to property of an object in an array
H A Ddim_assign_001.phpt2 JIT - Assigning to arrays using string key which parses to an integer
5 /* We are going to store a value in an array, using the key "1"
7 * values from an array
/PHP-8.1/ext/standard/tests/file/
H A Dlstat_stat_variation19.phpt5 /* test for stats of dir/file when their names are stored in an array */
18 echo "*** Testing stat() with filename & directory name stored inside an array ***\n";
32 echo "\n-- Testing stat() on filename stored inside an array --\n";
36 echo "\n-- Testing stat() on dir name stored inside an array --\n";
49 *** Testing stat() with filename & directory name stored inside an array ***
51 -- Testing stat() on filename stored inside an array --
161 -- Testing stat() on dir name stored inside an array --
H A Dtempnam_variation5-win32.phpt12 /* Passing an existing file as $prefix for tempnam() fn */
16 echo "*** Test tempnam() function: by passing an existing filename as prefix ***\n";
42 *** Test tempnam() function: by passing an existing filename as prefix ***
H A Dtempnam_variation5.phpt10 /* Passing an existing file as $prefix for tempnam() fn */
14 echo "*** Test tempnam() function: by passing an existing filename as prefix ***\n";
40 *** Test tempnam() function: by passing an existing filename as prefix ***
/PHP-8.1/tests/lang/
H A DforeachLoop.003.phpt2 Foreach loop tests - error case: not an array.
5 echo "\nNot an array.\n";
34 Not an array.
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
32 Removing the current element from an iterated object.
/PHP-8.1/ext/standard/tests/array/
H A Darray_values_variation.phpt16 /* creating an array with resources as elements */
32 echo "\n*** Testing array_values() on an array created on the fly ***\n";
65 *** Testing array_values() on an array created on the fly ***
H A Darray_values_variation_64bit.phpt16 /* creating an array with resources as elements */
32 echo "\n*** Testing array_values() on an array created on the fly ***\n";
64 *** Testing array_values() on an array created on the fly ***
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt19 var_dump(openssl_x509_read($c)); // read an invalid cert, fails
23 openssl_x509_read($e); // read an array
29 openssl_x509_read($f); // read an array with the filename
/PHP-8.1/ext/gmp/tests/
H A Dgmp_abs.phpt47 gmp_abs(): Argument #1 ($num) is not an integer string
54 gmp_abs(): Argument #1 ($num) is not an integer string
55 gmp_abs(): Argument #1 ($num) is not an integer string
/PHP-8.1/ext/iconv/tests/
H A Diconv_strlen_error2.phpt2 Test iconv_strlen() function : error conditions - pass an unknown encoding
8 * Test iconv_strlen when passed an unknown encoding
/PHP-8.1/ext/standard/tests/url/
H A Dbase64_decode_basic_001.phpt5 echo "Decode an input string containing the whole base64 alphabet:\n";
14 Decode an input string containing the whole base64 alphabet:
/PHP-8.1/ext/mbstring/tests/
H A Dmb_strtolower_error2.phpt2 Test mb_strtolower() function : error conditions - pass an unknown encoding
8 * Pass an unknown encoding to mb_strtolower() to test behaviour
H A Dmb_regex_encoding_error2.phpt2 Test mb_regex_encoding() function : error conditions - Pass an unknown encoding
12 * Pass mb_regex_encoding an unknown type of encoding
H A Dmb_strtoupper_error2.phpt2 Test mb_strtoupper() function : error conditions - pass an unknown encoding
8 * Pass an unknown encoding as $encoding argument to check behaviour of mbstrtoupper()
H A Dmb_substr_error2.phpt2 Test mb_substr() function : error conditions - Pass an unknown encoding
8 * Pass an unknown encoding to mb_substr() to test behaviour
/PHP-8.1/Zend/tests/weakrefs/
H A Dweakmap_error_conditions.phpt77 WeakMap key must be an object
78 WeakMap key must be an object
79 WeakMap key must be an object
80 WeakMap key must be an object
/PHP-8.1/ext/spl/tests/
H A Diterator_035.phpt17 Fatal error: Uncaught Error: Cannot assign by reference to an array dimension of an object in %s:%d
H A Diterator_030.phpt39 Accessing the key of an EmptyIterator
40 Accessing the value of an EmptyIterator
/PHP-8.1/ext/reflection/tests/
H A Dbug51905.phpt2 Bug #51905 (ReflectionParameter fails if default value is an array with an access to self::)
/PHP-8.1/ext/exif/tests/
H A Dexif_imagetype_error.phpt10 echo "\n-- Testing exif_imagetype() function with an unknown file --\n";
18 -- Testing exif_imagetype() function with an unknown file --
/PHP-8.1/ext/date/tests/
H A DDateTimeZone_extends_basic1.phpt19 echo "\n-- Create an instance of DateTimeZoneExt --\n";
29 -- Create an instance of DateTimeZoneExt --
/PHP-8.1/ext/intl/tests/
H A Duconverter_func_basic.phpt7 var_dump(UConverter::transcode("This is an ascii string", 'utf-8', 'latin1'));
15 string(23) "This is an ascii string"

Completed in 27 milliseconds

12345678910>>...54