Home
last modified time | relevance | path

Searched refs:array (Results 3676 – 3700 of 6720) sorted by relevance

1...<<141142143144145146147148149150>>...269

/PHP-8.1/ext/phar/tests/
H A Dpharfileinfo_getcrc32.phpt18 $files = array();
19 $files['a/subdir/here'] = array('cont'=>'a','ulen'=>1,'clen'=>1);
H A Dphar_metadata_write2.phpt14 $files = array();
15 $files['a'] = array('cont' => 'a');
H A Dphar_buildfromiterator5.phpt13 function __construct(array $a)
41 var_dump($phar->buildFromIterator(new myIterator(array('a' => new stdClass))));
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
41 var_dump($phar->buildFromIterator(new myIterator(array(basename(__FILE__, 'php') . 'phpt'))));
/PHP-8.1/ext/gmp/tests/
H A Dgmp_sqrt.phpt35 var_dump(gmp_sqrt(array()));
51 gmp_sqrt(): Argument #1 ($num) must be of type GMP|string|int, array given
/PHP-8.1/ext/session/tests/
H A Dsession_decode_variation3.phpt38 array(3) {
49 array(3) {
H A Dsession_set_save_handler_class_003.phpt65 array(1) {
71 array(2) {
/PHP-8.1/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt9 $options = array(
14 $buffers = array(
H A Dfinfo_buffer_basic.phpt9 $options = array(
14 $buffers = array(
H A Dfinfo_buffer_variation1-mb.phpt9 $options = array(
14 $buffers = array(
H A Dfinfo_buffer_variation1.phpt9 $options = array(
14 $buffers = array(
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug70861.phpt31 public function stream_stat() { return array(); }
37 $stmt = $db->prepare("INSERT INTO test_one_blob (blob1) VALUES (:foo)", array(PDO::ATTR_CURSOR => P…
/PHP-8.1/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclitparams_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exceptions"=>…
10 $client->echoString(array("param0"=>"Hello World"));
/PHP-8.1/Zend/tests/constexpr/
H A Dnew.phpt52 Unsupported operand types: array + int
53 Unsupported operand types: array + int
/PHP-8.1/ext/curl/tests/
H A Dcurl_copy_handle_variation5.phpt18 $params = array('file' => $file);
26 $params = array('file' => $file);
/PHP-8.1/Zend/tests/
H A Dbug39944.phpt26 $arrTheArray = array();
58 $this->arr = array();
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt30 array(9) {
52 array(9) {
H A Dstream_get_meta_data_file_variation5.phpt35 array(9) {
58 array(9) {
/PHP-8.1/ext/standard/tests/strings/
H A Dnl2br_variation2.phpt10 $strings = array(
32 //loop through $strings array to test nl2br() function with each element
H A Dstrip_tags_variation6.phpt12 $strings = array (
19 //loop through the strings array to check if strip_tags() is binary safe
/PHP-8.1/ext/dba/tests/
H A Ddba_db4_000.phpt30 array(3) {
47 array(3) {
H A Ddba_dbm.phpt30 array(3) {
47 array(3) {
H A Ddba_flatfile.phpt30 array(3) {
47 array(3) {
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_buildfromiterator5.phpt13 function __construct(array $a)
41 var_dump($phar->buildFromIterator(new myIterator(array('a' => new stdClass))));
H A Dphar_buildfromiterator6.phpt13 function __construct(array $a)
41 var_dump($phar->buildFromIterator(new myIterator(array(basename(__FILE__, 'php') . 'phpt'))));

Completed in 53 milliseconds

1...<<141142143144145146147148149150>>...269