Home
last modified time | relevance | path

Searched refs:array (Results 3651 – 3675 of 6720) sorted by relevance

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

/PHP-8.1/ext/standard/tests/strings/
H A Dstrspn_variation10.phpt13 $strings = array(
33 // define the array of mask strings
34 $mask_array = array(
48 // loop through each element of the array for mask argument
H A Dbug67151.phpt2 Buf #67151: strtr with empty array crashes
H A Dbug26819.phpt5 $a = array();
H A Dbug72146.phpt8 array(1) {
H A Dbug72823.phpt6 strtr(11, array('aaa' => 'bbb'))
/PHP-8.1/ext/phar/tests/
H A Dphar_metadata_write3.phpt19 $files = array();
20 $files['a'] = array('cont' => 'contents of file a');
86 array(2) {
97 array(2) {
/PHP-8.1/Zend/tests/named_params/
H A Dcall_user_func.phpt75 array(2) {
87 array(2) {
95 array(2) {
102 array(2) {
/PHP-8.1/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 $client->__soapCall("echoStructArray", array(array($struct1,$struct2)), array("soapaction"=>"http:/…
/PHP-8.1/tests/lang/
H A Darray_shortcut_003.phpt2 Testing array shortcut and bracket operator
/PHP-8.1/Zend/tests/
H A Dbug69891.phpt2 Bug #69891: Unexpected array comparison result
H A Dbug72395.phpt5 list(,,$a,,$b,) = array(1, 2, 3, 4, 5, 6);
/PHP-8.1/Zend/tests/type_declarations/
H A Dscalar_basic.phpt102 *** Trying array(0) {
104 *** Caught {closure}(): Argument #1 ($i) must be of type int, array given, called in %s on line %d
155 *** Trying array(0) {
157 *** Caught {closure}(): Argument #1 ($f) must be of type float, array given, called in %s on line %d
208 *** Trying array(0) {
210 *** Caught {closure}(): Argument #1 ($s) must be of type string, array given, called in %s on line …
261 *** Trying array(0) {
263 *** Caught {closure}(): Argument #1 ($b) must be of type bool, array given, called in %s on line %d
H A Dscalar_return_basic.phpt92 *** Trying array(0) {
94 *** Caught {closure}(): Return value must be of type int, array returned in %s on line %d
129 *** Trying array(0) {
131 *** Caught {closure}(): Return value must be of type float, array returned in %s on line %d
166 *** Trying array(0) {
168 *** Caught {closure}(): Return value must be of type string, array returned in %s on line %d
203 *** Trying array(0) {
205 *** Caught {closure}(): Return value must be of type bool, array returned in %s on line %d
H A Dscalar_return_basic_64bit.phpt92 *** Trying array(0) {
94 *** Caught {closure}(): Return value must be of type int, array returned in %s on line %d
129 *** Trying array(0) {
131 *** Caught {closure}(): Return value must be of type float, array returned in %s on line %d
166 *** Trying array(0) {
168 *** Caught {closure}(): Return value must be of type string, array returned in %s on line %d
203 *** Trying array(0) {
205 *** Caught {closure}(): Return value must be of type bool, array returned in %s on line %d
/PHP-8.1/sapi/fpm/tests/
H A Dlogreader.inc26 private array $sources = [];
243 public abstract function getAllLines(): array;
254 * @var array
256 private array $lines = [];
303 public function getAllLines(): array
322 * @var array
324 private array $lines = [];
377 public function getAllLines(): array
/PHP-8.1/tests/basic/
H A D013.phpt10 array(1) {
/PHP-8.1/ext/soap/tests/soap12/
H A DT27.phpt15 <test:array enc:itemType="xs:string" enc:arraySize="1">
19 </test:array>
/PHP-8.1/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt24 $options = array("l_onoff" => 1, "l_linger" => 1);
29 $options_2 = array("l_onoff" => 1);
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_08_udf.phpt47 array(1) {
51 array(1) {
/PHP-8.1/tests/classes/
H A D__set__get_001.phpt7 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
62 array(3) {
/PHP-8.1/ext/standard/tests/dir/
H A Dscandir_basic-win32-mb.phpt44 array(5) {
58 array(5) {
/PHP-8.1/ext/pdo_firebird/tests/
H A DrowCount.phpt25 $stmt->execute(array('A'));
32 $stmt->execute(array('A'));
/PHP-8.1/ext/zlib/tests/
H A D004-mb.phpt18 array(6) {
38 array(6) {
H A D004.phpt18 array(6) {
38 array(6) {
/PHP-8.1/ext/oci8/tests/
H A Dbind_unsupported_3.phpt7 $target_dbs = array('oracledb' => false, 'timesten' => true); // test runs on these DBs
15 $types = array(

Completed in 26 milliseconds

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