Home
last modified time | relevance | path

Searched refs:an (Results 126 – 150 of 1281) sorted by relevance

12345678910>>...52

/PHP-8.0/ext/standard/tests/array/
H A Darray_keys_variation_002_64bit.phpt22 echo "\n*** Testing array_keys() on an array created on the fly ***\n";
45 *** Testing array_keys() on an array created on the fly ***
H A Darray_column_scalar_index_weak_types.phpt5 echo "\n-- Testing array_column() column key parameter should be a string or an integer (testing bo…
24 echo "\n-- Testing array_column() index key parameter should be a string or an integer (testing boo…
47 -- Testing array_column() column key parameter should be a string or an integer (testing bool) --
64 -- Testing array_column() index key parameter should be a string or an integer (testing bool) --
H A Drsort_variation4.phpt7 * 1. passed an array of referenced variables
18 // an array containing integer references
H A Dusort_variation9.phpt6 * Pass an array of referenced variables as $array_arg to test behaviour
30 // array_args an array containing elements with reference variables
/PHP-8.0/ext/reflection/tests/
H A D004.phpt40 Trying to invoke non static method a::__construct() without an object
41 Given object is not an instance of the class this method was declared in
H A Dbug64007.phpt2 Bug #64007 (There is an ability to create instance of Generator by hand)
17 string(%d) "Class Generator is an internal class marked as final that cannot be instantiated withou…
H A Dbug80190.phpt31 …print ' $method->getReturnType()->getTypes() returns an array with ' . count($method->getReturn…
56 $method->getReturnType()->getTypes() returns an array with 2 element(s)
66 $method->getReturnType()->getTypes() returns an array with 2 element(s)
/PHP-8.0/ext/simplexml/tests/
H A D012.phpt41 Cannot create attribute with an empty name
46 Cannot append to an attribute list
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug50698_2.phpt11 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_2.wsdl');\" should throw an exception of type 'Soa…
16 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_2.wsdl');\" threw a SoapFault with an incorrect fa…
H A Dbug50698_3.phpt11 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_3.wsdl');\" should throw an exception of type 'Soa…
16 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_3.wsdl');\" threw a SoapFault with an incorrect fa…
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_ping.phpt16 // provoke an error to check if mysqli_ping resets it
19 printf("[003] Statement should have caused an error\n");
/PHP-8.0/ext/date/tests/
H A Ddate_period_bad_iso_format.phpt28 DatePeriod::__construct(): ISO interval must contain an interval, "R4/2012-07-01T00:00:00Z" given
29 DatePeriod::__construct(): ISO interval must contain an end date or a recurrence count, "2012-07-01…
/PHP-8.0/ext/gmp/tests/
H A Dgmp_sign.phpt39 gmp_sign(): Argument #1 ($num) is not an integer string
40 gmp_init(): Argument #1 ($num) is not an integer string
/PHP-8.0/ext/oci8/tests/
H A Dlob_030.phpt42 echo "Test 1: A CLOB with an even number of bytes\n";
45 echo "Test 2: A CLOB with an odd number of bytes\n";
66 Test 1: A CLOB with an even number of bytes
68 Test 2: A CLOB with an odd number of bytes
/PHP-8.0/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt2 …linkinfo(), link() and is_link() functions : usage variations - link name stored in an array/object
12 /* Variation 1 : Creating links across directories where linkname is stored as an object and array …
24 …g symlink(), link(), linkinfo() and is_link() with linknames stored as members in an object ***\n";
61 …ng symlink(), link(), linkinfo() and is_link() with linknames stored as members of an array ***\n";
105 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in an obje…
117 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of an arra…
/PHP-8.0/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt2 Test setlocale() function : basic functionality - set locale using an array
14 /* Test the setlocale() when an array is provided as input containing list of locales */
38 echo "*** Testing setlocale() with an array containing list of locales ***\n";
84 echo "-- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --\n";
112 *** Testing setlocale() with an array containing list of locales ***
113 -- Testing setlocale() : 'category' argument as LC_ALL & 'locale' argument as an array --
/PHP-8.0/docs/
H A Doutput-api.md3 Everything now resides beneath the php_output namespace, and there's an API call
14 Starting an user handler by zval:
18 Starting an internal handler without context:
22 Starting an internal handler with context:
77 Issue a warning because of an output handler conflict:
89 Facilitating a context from within an output handler callable with ob_start():
97 Marking an output handler immutable by itself because of irreversibility of its operation:
/PHP-8.0/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt59 Warning: session_set_cookie_params(): Argument #1 ($lifetime_or_options) contains an unrecognized k…
61 Warning: session_set_cookie_params(): Argument #1 ($lifetime_or_options) contains an unrecognized k…
72 …okie_params(): Argument #2 ($path) must be null when argument #1 ($lifetime_or_options) is an array
/PHP-8.0/ext/zlib/tests/
H A Dgzopen_variation6.phpt16 gzwrite($h, "This is an absolute file");
38 This is an absolute file
/PHP-8.0/ext/intl/tests/
H A Duconverter_func_subst.phpt11 $ret = UConverter::transcode("This is an ascii string", 'ascii', 'utf-8', $opts);
26 string(23) "This is an ascii string"
H A Dbug70452.phpt12 // This properly returns an empty string, as expected
14 // Provide an invalid value for the second parameter
/PHP-8.0/ext/iconv/tests/
H A Dtranslit-failure.phpt14 // with a string as an implode, no difference.
20 * The bug (fixed in libiconv 1.8) was confirmed that iconv goes into an
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug79526.phpt27 Warning: serialize(): A::__sleep() should return an array only containing the names of instance-var…
29 Warning: serialize(): B::__sleep() should return an array only containing the names of instance-var…
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_context_set_option_error.phpt30 …ption(): Argument #3 ($option_name) must be null when argument #2 ($wrapper_or_options) is an array
31 …ption(): Argument #4 ($value) cannot be provided when argument #2 ($wrapper_or_options) is an array
/PHP-8.0/tests/lang/
H A DforeachLoopObjects.006.phpt37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.

Completed in 39 milliseconds

12345678910>>...52