Home
last modified time | relevance | path

Searched refs:array (Results 3501 – 3525 of 7349) sorted by relevance

1...<<141142143144145146147148149150>>...294

/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller3.phar.inc10 static $b = array("/hi" => "a.phps");
14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
H A Dfrontcontroller4.phar.inc10 static $b = array("/hi" => false);
14 Phar::webPhar("whatever", "index.php", null, array(), "s");
/PHP-7.3/ext/xsl/tests/
H A Dxsltprocessor_setparameter-nostring.phpt15 var_dump($proc->setParameter('', array(4, 'abc')));
18 Warning: XSLTProcessor::setParameter(): Invalid parameter array in %s on line %d
/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_variation1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
18 array(1) {
/PHP-7.3/ext/spl/tests/
H A Dbug34548.phpt19 $data1=array('one', 'two', 'three');
20 $data2=array('four', 'five');
H A DSplObjectStorage_removeAllExcept_invalid_parameter.phpt9 $data_provider = array(
10 array(),
27 Warning: SplObjectStorage::removeAllExcept() expects parameter 1 to be SplObjectStorage, array give…
/PHP-7.3/ext/curl/tests/
H A Dbug68937.phpt17 curl_setopt_array($ch, array(
22 CURLOPT_HTTPHEADER => array(
/PHP-7.3/ext/standard/tests/http/
H A Dhttp_response_header_04.phpt12 $responses = array(
30 array(2) {
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug65481.phpt8 public $e = array();
23 return serialize(array(serialize($c)));
/PHP-7.3/ext/filter/tests/
H A D042.phpt8 $a = filter_var($var, FILTER_SANITIZE_STRING, array("flags" => FILTER_FLAG_STRIP_LOW));
14 $a = filter_var($var, FILTER_SANITIZE_STRING, array("flags" => FILTER_FLAG_STRIP_LOW));
H A D049.phpt7 $test = array(
19 $out = filter_var($src, FILTER_VALIDATE_FLOAT, array("flags"=>FILTER_FLAG_ALLOW_THOUSAND));
/PHP-7.3/ext/ftp/tests/
H A Dbug39458-2.phpt25 array(3) {
34 array(0) {
/PHP-7.3/ext/standard/tests/file/
H A Dfile_variation5-win32-mb.phpt41 array(3) {
53 array(3) {
65 array(3) {
H A Dfile_variation5-win32.phpt41 array(3) {
53 array(3) {
65 array(3) {
/PHP-7.3/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt13 function __construct(array $a)
41 …var_dump($phar->buildFromIterator(new myIterator(array('a' => basename(__FILE__, 'php') . 'phpt'))…
61 array(1) {
/PHP-7.3/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt13 function __construct(array $a)
41 …var_dump($phar->buildFromIterator(new myIterator(array('a' => basename(__FILE__, 'php') . 'phpt'))…
61 array(1) {
/PHP-7.3/ext/session/tests/
H A Drfc1867_disabled_2.phpt50 array(2) {
52 array(5) {
65 array(5) {
H A Drfc1867_disabled.phpt50 array(2) {
52 array(5) {
65 array(5) {
H A Drfc1867_no_name.phpt50 array(2) {
52 array(5) {
65 array(5) {
/PHP-7.3/ext/standard/tests/class_object/
H A Dget_declared_traits_basic_001.phpt5 /* Prototype : proto array get_declared_traits()
6 * Description: Returns an array of all declared traits.
44 array(%d) {
/PHP-7.3/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_010w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoIntegerMultiOccurs(array("inputIntegerMultiOccurs"=>array(22,29,36)));
H A Dr4_groupI_xsd_031w.phpt9 $hdr = new SoapHeader("http://soapinterop.org/","echoMeStringRequest", array(), 1);
10 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
/PHP-7.3/ext/soap/tests/schema/
H A Dschema052.phpt2 SOAP XML Schema 52: Array in complex type (maxOccurs > 1, array with one value)
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array(123.5)));
/PHP-7.3/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt21 $retval_1 = socket_set_option( $socket, SOL_SOCKET, SO_LINGER, array());
24 $options = array("l_onoff" => 1, "l_linger" => 1);
29 $options_2 = array("l_onoff" => 1);
/PHP-7.3/Zend/tests/
H A Dbug70805.phpt14 unset($GLOBALS["array"]);
27 $array = array($c); //This is used to leave a room for $GLOBALS["a"]

Completed in 22 milliseconds

1...<<141142143144145146147148149150>>...294