Home
last modified time | relevance | path

Searched refs:array (Results 3101 – 3125 of 6474) sorted by relevance

1...<<121122123124125126127128129130>>...259

/PHP-5.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_008s.phpt7 $param = new SoapParam(new SoapVar(array(
9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
/PHP-5.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_001p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 …_soapCall("echoStructAsSimpleTypes", array((object)array('varString'=>"arg",'varInt'=>34,'varFloat…
/PHP-5.4/ext/standard/tests/strings/
H A Dsprintf_variation29.phpt18 // array of float values
19 $float_values = array(
30 // array of octal formats
31 $octal_formats = array(
H A Dsprintf_variation29_64bit.phpt14 // array of float values
15 $float_values = array(
26 // array of octal formats
27 $octal_formats = array(
/PHP-5.4/ext/filter/tests/
H A D049.phpt7 $test = array(
19 $out = filter_var($src, FILTER_VALIDATE_FLOAT, array("flags"=>FILTER_FLAG_ALLOW_THOUSAND));
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));
/PHP-5.4/ext/ftp/tests/
H A Dbug39458-2.phpt25 array(3) {
34 array(0) {
/PHP-5.4/ext/spl/tests/
H A DSplFileInfo_getExtension_basic.phpt6 $exts = array('.txt', '.extension', '..', '.', '');
16 $exts = array('.txt', '.extension', '..', '.', '');
H A Dbug34548.phpt19 $data1=array('one', 'two', 'three');
20 $data2=array('four', 'five');
/PHP-5.4/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-5.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller3.phar.inc10 static $b = array(b"/hi" => "a.phps");
14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
H A Dfrontcontroller4.phar.inc10 static $b = array(b"/hi" => false);
14 Phar::webPhar("whatever", "index.php", null, array(), "s");
/PHP-5.4/ext/phar/tests/files/
H A Dfrontcontroller4.phar.inc10 static $b = array(b"/hi" => false);
14 Phar::webPhar("whatever", "index.php", null, array(), "s");
/PHP-5.4/ext/phar/tests/tar/files/
H A Dfrontcontroller11.phar.inc15 Phar::mungServer(array(array(), "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
H A Dfrontcontroller9.phar.inc9 Phar::mungServer(array());
10 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
/PHP-5.4/ext/phar/tests/zip/files/
H A Dfrontcontroller11.phar.inc15 Phar::mungServer(array(array(), "SCRIPT_NAME", "SCRIPT_FILENAME", "REQUEST_URI"));
H A Dfrontcontroller9.phar.inc9 Phar::mungServer(array());
10 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug65481.phpt8 public $e = array();
23 return serialize(array(serialize($c)));
/PHP-5.4/ext/ldap/tests/
H A Dldap_error_basic.phpt14 @ldap_add($link, "badDN dc=my-domain,dc=com", array(
15 "objectClass" => array(
/PHP-5.4/ext/standard/tests/array/
H A Dkey_exists_variation1.phpt9 $a = array('bar' => 1, 'foo' => array('bar' => 2, 'baz' => 3));
/PHP-5.4/ext/pgsql/tests/
H A D14pg_update.phpt15 $fields = array('num'=>'1234', 'str'=>'ABC', 'bin'=>'XYZ');
16 $ids = array('num'=>'1234');
/PHP-5.4/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-5.4/ext/mysqli/tests/
H A D069.phpt30 array(1) {
34 array(1) {
/PHP-5.4/Zend/tests/
H A Dargument_restriction_003.phpt9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll…
19 Strict Standards: Declaration of Sub::test() should be compatible with Base::test(Foo $foo, array $…
H A Dget_class_methods_002.phpt28 array(2) {
34 array(4) {

Completed in 49 milliseconds

1...<<121122123124125126127128129130>>...259