Home
last modified time | relevance | path

Searched refs:array (Results 4326 – 4350 of 6720) sorted by relevance

1...<<171172173174175176177178179180>>...269

/PHP-8.1/ext/standard/tests/math/
H A Dbindec_variation1.phpt20 $inputs = array(
43 array(),
130 bindec(): Argument #1 ($binary_string) must be of type string, array given
H A Dbindec_variation1_64bit.phpt20 $inputs = array(
43 array(),
130 bindec(): Argument #1 ($binary_string) must be of type string, array given
H A Dceil_variation1.phpt27 $inputs = array(
41 array(),
106 ceil(): Argument #1 ($num) must be of type int|float, array given
H A Dfloor_variation1.phpt27 $inputs = array(
41 array(),
106 floor(): Argument #1 ($num) must be of type int|float, array given
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_query_unicode.phpt51 … printf("[008a] Expecting array [%d] %s\n", mysqli_errno($link), mysqli_error($link));
66 … printf("[009a] Expecting array [%d] %s\n", mysqli_errno($link), mysqli_error($link));
95 array(1) {
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server.inc13 array $cmd_args = []
31 $descriptorspec = array(
36 …$handle = proc_open($cmd, $descriptorspec, $pipes, $doc_root, null, array("suppress_errors" => tru…
/PHP-8.1/ext/standard/tests/file/
H A Dflock_variation.phpt11 /* array of operations */
12 $operations = array(
24 /* array of wouldblocks */
25 $wouldblocks = array(
33 array(1,2,3),
34 array(),
/PHP-8.1/ext/ffi/tests/
H A D042.phpt2 FFI 042: Next array element
/PHP-8.1/ext/sockets/tests/
H A Dbug63000.phpt16 $so = socket_set_option($socket, IPPROTO_IP, MCAST_JOIN_GROUP, array(
/PHP-8.1/ext/spl/tests/
H A DSplDoublyLinkedList_add_null_offset.phpt13 Exception: SplDoublyLinkedList::add(): Argument #1 ($index) must be of type int, array given
H A DSplFixedArray__construct_param_string.phpt8 $array = new SplFixedArray( "string" );
H A DSplFixedArray_construct_param_SplFixedArray.phpt8 $array = new SplFixedArray(new SplFixedArray(3));
H A Darray_008.phpt6 $arr = array(0=>0, 1=>1, 2=>2);
H A Dspl_iterator_caching_getcache_error.phpt8 $i = new ArrayIterator(array(1,1,1,1,1));
/PHP-8.1/ext/standard/tests/array/
H A Dbug44182.phpt5 $a = array('foo' => 'original.foo');
/PHP-8.1/ext/filter/tests/
H A Dbug77423.phpt7 $urls = array(
/PHP-8.1/ext/json/tests/
H A Dbug43941.phpt9 var_dump(json_encode(array("ab\xE0", "ab\xE0c", "abc"), JSON_PARTIAL_OUTPUT_ON_ERROR));
/PHP-8.1/ext/opcache/tests/
H A Dphi_use_chain.phpt8 function test(array $adapters) {
/PHP-8.1/ext/oci8/tests/
H A Dselect_null.phpt19 array(2) {
/PHP-8.1/ext/simplexml/tests/
H A Dsimplexml_load_file.phpt15 array(2) {
/PHP-8.1/tests/basic/
H A D030.phpt17 array(1) {
H A Dbug79699.phpt13 array(4) {
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_43371.phpt15 $db = new PDO($dsn, PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS, array(PDO::ATTR_PERSISTENT => true));
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dfrontcontroller6.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
H A Dfrontcontroller7.phar2 Phar::webPhar("whatever", "index.php", null, array("php" => null));

Completed in 44 milliseconds

1...<<171172173174175176177178179180>>...269