Home
last modified time | relevance | path

Searched refs:array (Results 3476 – 3500 of 6720) sorted by relevance

1...<<131132133134135136137138139140>>...269

/PHP-8.1/ext/mbstring/tests/
H A Dencoding_tests.inc9 $from = array();
10 $to = array();
124 $goodChars = array();
140 $goodChars = array();
168 function findInvalidChars($valid, &$invalid, &$truncated, $startBytes = array()) {
169 $invalid = array();
170 $truncated = array();
171 $prefixes = array(); /* All sequences which are not (but can start) a valid character */
227 …testEncodingFromUTF16ConversionTable($path, $encoding, $replacement = '%', $startBytes = array()) {
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug41125.phpt22 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
27 $queries = array(
36 $stmt->execute(array(1));
38 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
51 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
56 $queries = array(
81 print implode(' - ', (($r = @$stmt->fetch(PDO::FETCH_NUM)) ? $r : array())) ."\n";
/PHP-8.1/ext/standard/tests/file/
H A Dis_writable_variation3.phpt16 $misc_files = array(
24 /* loop through to test each element in the above array
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug42326.phpt15 $soap_admin_classmap = array('productDetailsType' => 'SOAP_productDetailsType',
41 $soap = new SoapServer(__DIR__.'/bug42326.wsdl', array('classmap' => $soap_admin_classmap));
/PHP-8.1/ext/exif/tests/
H A Dexif008.phpt13 array(16) {
27 array(8) {
H A Dexif009.phpt13 array(16) {
27 array(8) {
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_005w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString(array());
/PHP-8.1/ext/soap/tests/schema/
H A Dschema056.phpt18 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
24 array(2) {
H A Dschema057.phpt20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
26 array(2) {
H A Dschema059.phpt20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
26 array(2) {
/PHP-8.1/ext/soap/tests/
H A Dtypemap012.phpt28 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
/PHP-8.1/ext/spl/tests/
H A Dbug61347.phpt5 $a = array('b' => NULL, 37 => NULL);
17 $a = array('b' => '', 37 => false);
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_13_skip_all_cleanup.phpt33 array(2) {
39 array(2) {
/PHP-8.1/sapi/phpdbg/tests/
H A Drun_002.phpt19 prompt> array(1) {
28 prompt> Do you really want to restart execution? (type y or n): array(3) {
/PHP-8.1/tests/classes/
H A Darray_access_012.phpt7 private $data = array();
34 Fatal error: Uncaught Error: Cannot assign by reference to an array dimension of an object in %sarr…
/PHP-8.1/ext/standard/tests/array/
H A Darray_diff_ukey_variation10.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
9 $array2 = array("a" => "green", "yellow", "red");
H A Darray_intersect_ukey_variation8.phpt8 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
9 $array2 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
/PHP-8.1/ext/oci8/tests/
H A Dbind_sqltchr_2.phpt12 $stmtarray = array(
37 $stmtarray = array(
H A Derror.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs: different…
35 array(4) {
/PHP-8.1/ext/odbc/tests/
H A Dbug73725.phpt29 array(3) {
37 array(3) {
/PHP-8.1/ext/json/
H A Dphp_json_parser.h26 php_json_parser *parser, zval *array);
28 php_json_parser *parser, zval *array, zval *zvalue);
/PHP-8.1/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt22 array(7) {
40 array(9) {
/PHP-8.1/ext/reflection/tests/
H A DReflectionObject_isInstance_basic.phpt9 $classes = array("A", "B", "X");
11 $instances = array( "myA" => new A,
/PHP-8.1/ext/session/tests/
H A Dsession_module_name_variation4.phpt46 array(3) {
57 array(0) {
/PHP-8.1/ext/simplexml/tests/
H A D003.phpt35 array(1) {
42 array(1) {

Completed in 35 milliseconds

1...<<131132133134135136137138139140>>...269