| /PHP_TRUNK/ext/dba/tests/ |
| H A D | skipif.inc | 10 $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */
|
| /PHP_TRUNK/ext/ereg/tests/ |
| H A D | regular_expressions.inc | 7 $expressions = array( 8 //array(pattern, string to match) 9 array('..(a|b|c)(a|b|c)..', '--- ab ---'), 10 array('()', ''), 11 array('()', 'abcdef'), 12 array('[x]|[^x]', 'abcdef'), 13 array('(a{1})(a{1,}) (b{1,3}) (c+) (d?ddd|e)', '--- aaa bbb ccc ddd ---'), 14 array('\\\\\`\^\.\[\$\(\)\|\*\+\?\{\\\'', '\\`^.[$()|*+?{\''), 15 array('\\a', 'a'), 16 array('[ [all...] |
| /PHP_TRUNK/ext/oci8/tests/ |
| H A D | create_table.inc | 5 $stmtarray = array(
|
| /PHP_TRUNK/ext/phar/phar/ |
| H A D | clicommand.inc | 21 protected $cmds = array(); 22 protected $args = array(); 23 protected $typs = array(); 25 function __construct($argc, array $argv) 41 $this->args = call_user_func(array($this, $this->cmds[$command]['arg'])); 67 $this->args['']['val'] = array(); 87 call_user_func(array($this, $this->cmds[$command]['run']), $this->args); 106 return call_user_func(array($this, $this->typs[$typ]['typ']), $argv[$i], $this->args[$arg], $arg); 112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs) 114 $a = array(); [all...] |
| /PHP_TRUNK/ext/phar/tests/cache_list/files/ |
| H A D | frontcontroller3.phar.inc | 10 static $b = array(b"/hi" => "a.phps"); 14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
|
| H A D | frontcontroller4.phar.inc | 10 static $b = array(b"/hi" => false); 14 Phar::webPhar("whatever", "index.php", null, array(), "s");
|
| /PHP_TRUNK/ext/phar/tests/files/ |
| H A D | frontcontroller3.phar.inc | 10 static $b = array(b"/hi" => b"a.phps"); 14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
|
| H A D | frontcontroller4.phar.inc | 10 static $b = array(b"/hi" => false); 14 Phar::webPhar("whatever", "index.php", null, array(), "s");
|
| /PHP_TRUNK/ext/phar/tests/tar/files/ |
| H A D | frontcontroller3.phar.inc | 10 static $b = array(b"/hi" => b"a.phps"); 14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
|
| H A D | frontcontroller4.phar.inc | 10 static $b = array(b"/hi" => false); 14 Phar::webPhar("whatever", "index.php", null, array(), "s");
|
| /PHP_TRUNK/ext/phar/tests/zip/files/ |
| H A D | frontcontroller3.phar.inc | 10 static $b = array(b"/hi" => b"a.phps"); 14 Phar::webPhar("whatever", "/index.php", null, array(), "s");
|
| H A D | frontcontroller4.phar.inc | 10 static $b = array(b"/hi" => false); 14 Phar::webPhar("whatever", "index.php", null, array(), "s");
|
| /PHP_TRUNK/ext/soap/tests/interop/Round2/GroupB/ |
| H A D | round2_groupB.inc | 6 return array('outputString' => $struct->varString, 13 return (object)array("varString" => $string,
|
| /PHP_TRUNK/ext/soap/tests/interop/Round3/GroupD/ |
| H A D | round3_groupD_doclitparams.inc | 6 return array("return"=>$inputString->param0); 11 return array("return"=>$inputStringArray->param0); 16 return array("return"=>$inputStruct->param0);
|
| /PHP_TRUNK/ext/soap/tests/interop/Round4/GroupH/ |
| H A D | round4_groupH_complex_doclit.inc | 5 return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, array("soapStruct"=>$input), "ComplexFault"); 20 return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStruct"=>$input->param1), "ComplexFault1");
|
| /PHP_TRUNK/ext/soap/tests/interop/Round4/GroupI/ |
| H A D | round4_groupI_xsd.inc | 7 return array("return"=>$inputString->inputString); 15 return array("return"=>$inputInteger->inputInteger); 20 return array("return"=>$inputFloat->inputFloat); 30 return array("return"=>$inputBase64->inputBase64); 38 return array("return"=>$timeInstant->inputDate); 44 return array("return"=>$inputComplexType->inputComplexType); 53 return array("return"=>$input->inputIntegerMultiOccurs->int); 55 return array(); 62 return array("return"=>$input->inputFloatMultiOccurs->float); 64 return array(); [all...] |
| /PHP_TRUNK/ext/sockets/tests/ |
| H A D | mcast_helpers.php.inc | 3 $readfs = array($sock); 4 $writefs = $exceptfs = array();
|
| /PHP_TRUNK/ext/standard/tests/array/ |
| H A D | data.inc | 3 $data = array( 9 "-1000"=>array('banana', 'orange'),
|
| /PHP_TRUNK/scripts/dev/generate-phpt/src/ |
| H A D | gtCodeSnippet.php | 11 * get the code snippet and initialise an array with it 14 * @return array 26 $array[] = rtrim($l); 28 return $array; 33 * Append the code snippet on to an existing array 36 * @param array $array 37 * @return array 39 public static function append($name, $array) { 48 $array[] [all...] |
| /PHP_TRUNK/scripts/dev/generate-phpt/tests/ |
| H A D | gtCodeSnippetTest.php | 10 $array = array('something', 'nothing'); variable 11 $array = gtCodeSnippet::append('loopClose', $array); variable 12 $this->assertEquals($array[2], '}');
|
| /PHP_TRUNK/ext/ldap/tests/ |
| H A D | connect.inc | 24 ldap_add($link, "dc=my-domain,dc=com", array( 25 "objectClass" => array( 32 ldap_add($link, "cn=userA,dc=my-domain,dc=com", array( 40 ldap_add($link, "cn=userB,dc=my-domain,dc=com", array( 47 ldap_add($link, "cn=userC,cn=userB,dc=my-domain,dc=com", array(
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_dynamic_array.c | 25 char *array; member in struct:_dynamic_array 36 da->array = (char *) emalloc(size*element_size); 37 if (da->array == NULL) { 47 da->array = (char *) erealloc(da->array, da->allocated*da->element_size); 49 return (void *)(da->array+(da->current++)*da->element_size); 54 return (void *)(da->array+(--(da->current))*da->element_size); 63 return (void *)(da->array+index*da->element_size);
|
| H A D | zend_dynamic_array.h | 26 char *array; member in struct:_dynamic_array
|
| /PHP_TRUNK/ext/filter/tests/ |
| H A D | 033_run.inc | 10 $data = array( 26 foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>array("regexp"=>'/^O.*/'))); 28 foreach($data as $k=>$d) $result[$k] = filter_var($d,filter_id($filter),array("options"=>"test"));
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_fixedarray.c | 53 spl_fixedarray *array; member in struct:_spl_fixedarray_object 78 static void spl_fixedarray_init(spl_fixedarray *array, long size TSRMLS_DC) /* {{{ */ argument 81 array->size = 0; /* reset size in case ecalloc() fails */ 82 array->elements = ecalloc(size, sizeof(zval *)); 83 array->size = size; 85 array->elements = NULL; 86 array->size = 0; 91 static void spl_fixedarray_resize(spl_fixedarray *array, long size TSRMLS_DC) /* {{{ */ argument 93 if (size == array->size) { 99 if (array 691 spl_fixedarray *array; local [all...] |