/PHP-5.4/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); 89 return array("return"=>$hb->inputHexBinary); 97 return array("return"=>$dec->inputDecimal); 126 return array("return"=>$ret); 150 return array("return"=>$input->inputChoice); 158 return array("return"=>$input->inputEnum); [all …]
|
/PHP-5.4/ext/soap/tests/soap12/ |
H A D | soap12-test.inc | 6 return $x; 10 return $inputString; 34 return $x; 38 return $x; 42 return NULL; 54 return $hb; 58 return $dec; 78 return $struct; 82 return $ary; 86 return $ary; [all …]
|
/PHP-5.4/ext/soap/tests/interop/Round2/Base/ |
H A D | round2_base.inc | 6 return $inputString; 11 return $inputStringArray; 17 return $inputInteger; 27 return $inputFloat; 37 return $inputStruct; 47 return NULL; 52 return $b_encoded; 57 return $timeInstant; 62 return $hb; 67 return $dec; [all …]
|
/PHP-5.4/ext/standard/tests/array/ |
H A D | array_filter_variation8.phpt | 20 // int as return value 23 return 5; 28 // float as return value 31 return 3.4; 36 // string as return value 39 return 'value'; 44 // null as return value 47 return null; 52 // array as return value 55 return array(8); [all …]
|
H A D | array_filter_variation4.phpt | 12 * with parameters and return 13 * without parameter and with return 14 * with parameter and without return 15 * without parameter and without return 26 return 1; 46 // callback function with parameter and with return value 50 return true; 53 return false; 63 -- Callback function without parameter and with return -- 85 -- Callback function without parameter and return -- [all …]
|
H A D | array_map_variation13.phpt | 23 return $a + $b; 30 return "$a"."$b"; 34 echo "-- with bool return value --\n"; 37 return TRUE; 44 return NULL; 48 echo "-- with no return value --\n"; 59 -- with integer return value -- 68 -- with string return value -- 77 -- with bool return value -- 86 -- with null return value -- [all …]
|
/PHP-5.4/ext/intl/tests/ |
H A D | ut_common.inc | 30 return; 39 return var_export( $val, true ); 88 return $GLOBALS['oo-mode'] ? $coll->getStrength() : collator_get_strength( $coll ); 120 return $GLOBALS['oo-mode'] ? Collator::getDefault() : collator_get_default(); 191 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : numfmt_get_pattern( $fmt ); 221 return $GLOBALS['oo-mode'] ? Locale::getDefault( ) : locale_get_default(); 317 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : msgfmt_get_pattern( $fmt ); 321 return $GLOBALS['oo-mode'] ? $fmt->getLocale( ) : msgfmt_get_locale( $fmt ); 362 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : datefmt_get_pattern( $fmt ); 374 return $GLOBALS['oo-mode'] ? $fmt->isLenient() : datefmt_is_lenient( $fmt ); [all …]
|
/PHP-5.4/ext/spl/tests/ |
H A D | bug65328.phpt | 25 * @return Node 34 * @return Node|bool 47 return false; 138 * @return mixed 202 * @return bool 225 * @return Node 241 * @return void 249 * @return void 257 * @return bool 265 * @return int [all …]
|
/PHP-5.4/tests/lang/ |
H A D | returnByReference.006.phpt | 8 return 100; 12 return 100; 16 return $GLOBALS['a']; 20 return $functionToCall(); 23 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi… 30 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi… 37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi… 46 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
H A D | returnByReference.007.phpt | 9 return 100; 13 return 100; 17 return $GLOBALS['a']; 21 return C::$functionToCall(); 25 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi… 32 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi… 39 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi… 49 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 55 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 61 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
H A D | returnByReference.008.phpt | 9 return 100; 13 return 100; 17 return $GLOBALS['a']; 21 return $this->$functionToCall(); 26 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi… 33 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi… 40 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi… 50 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 56 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 62 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
/PHP-5.4/ext/spl/internal/ |
H A D | splfileobject.inc | 57 return eof($this->fp); 69 return $buf; 228 return $this->flags; 248 * @return false 252 return false; 256 * @return false 260 return NULL; 290 return $this->line; 303 return $this->lnum; 328 return $this->line; [all …]
|
H A D | splobjectstorage.inc | 35 /** @return whether iterator is valid 42 /** @return current key 46 return $this->index; 49 /** @return current object 54 return $element ? $element[0] : NULL 88 return count($this->storage); 102 return true; 106 return false; 133 return; 163 return $element[1]; [all …]
|
/PHP-5.4/ext/spl/examples/ |
H A D | dualiterator.inc | 52 return $this->lhs; 59 return $this->rhs; 69 /** @return current flags 73 return $this->flags; 105 return NULL; 121 return NULL; 138 return $this->valid() 149 return $this->valid() 178 return false; 192 return false; [all …]
|
H A D | callbackfilteriterator.inc | 51 * @return result of filter callback 61 return false; 63 return true; 85 /** @return current key value */ 88 return $this->key; 91 /** @return current value */ 94 return $this->current; 97 /** @return operation mode */ 100 return $this->mode; 109 /** @return operation flags */ [all …]
|
/PHP-5.4/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); 21 return NULL;
|
/PHP-5.4/ext/snmp/tests/ |
H A D | snmp2_walk.phpt | 25 var_dump(gettype($return)); 26 var_dump(sizeof($return)); 27 var_dump(gettype($return[0])); 28 var_dump(gettype($return[1])); 32 var_dump(gettype($return)); 37 var_dump(gettype($return)); 43 var_dump($return); 47 var_dump($return); 51 var_dump($return); 53 var_dump($return); [all …]
|
H A D | snmpwalk.phpt | 25 var_dump(gettype($return)); 26 var_dump(sizeof($return)); 27 var_dump(gettype($return[0])); 28 var_dump(gettype($return[1])); 32 var_dump(gettype($return)); 37 var_dump(gettype($return)); 43 var_dump($return); 47 var_dump($return); 51 var_dump($return); 53 var_dump($return); [all …]
|
H A D | snmprealwalk.phpt | 24 var_dump(gettype($return)); 25 var_dump(sizeof($return)); 26 var_dump(key($return)); 27 var_dump(array_shift($return)); 31 var_dump(gettype($return)); 32 var_dump(sizeof($return)); 33 var_dump(key($return)); 39 var_dump($return); 43 var_dump($return); 45 var_dump($return); [all …]
|
H A D | snmp2_real_walk.phpt | 24 var_dump(gettype($return)); 25 var_dump(sizeof($return)); 26 var_dump(key($return)); 27 var_dump(array_shift($return)); 31 var_dump(gettype($return)); 32 var_dump(sizeof($return)); 33 var_dump(key($return)); 39 var_dump($return); 43 var_dump($return); 45 var_dump($return); [all …]
|
/PHP-5.4/Zend/tests/ |
H A D | bug32290.phpt | 13 return --$i; 19 return --$i; 25 return --$i; 31 return --$i; 37 return --$i; 47 if ($i >= 5) return 5; 48 return call_user_func_array(array("TestA", "doSomething"), array($i)); 55 if ($i >= 5) return 5; 63 if ($i >= 5) return 5; 71 if ($i >= 5) return 5; [all …]
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | include_userstream_001.phpt | 19 return true; 26 return $ret; 31 return $this->pos; 36 return $this->pos >= strlen($this->data); 45 return true; 47 return false; 53 return true; 55 return false; 61 return true; 63 return false; [all …]
|
H A D | include_userstream_002.phpt | 17 return !empty($this->stream); 24 return true; 34 return $ret; 42 return $this->pos; 62 return true; 64 return false; 70 return true; 72 return false; 78 return true; 80 return false; [all …]
|
/PHP-5.4/ext/soap/tests/interop/Round4/GroupH/ |
H A D | round4_groupH_simple_doclit.inc | 5 …return new SoapFault("Server", "Fault in response to 'echoEmptyFault'.", null, null, "SimpleFault"… 9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau… 13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF… 18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param1… 20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2… 22 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, null, "SimpleF… 28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1… 30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3… 32 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2… 38 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults3'.", null, $input->param2… [all …]
|
H A D | round4_groupH_simple_rpcenc.inc | 5 …return new SoapFault("Server", "Fault in response to 'echoEmptyFault'.", null, null, "SimpleFault"… 9 …return new SoapFault("Server", "Fault in response to 'echoStringFault'.", null, $input, "SimpleFau… 13 …return new SoapFault("Server", "Fault in response to 'echoIntArrayFault'.", null, $input, "SimpleF… 18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $string, "Simp… 20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $floats, "Simp… 22 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, null, "SimpleF… 28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $string, "Simp… 32 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $float, "Simpl… 38 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults3'.", null, $param2, "Simp… 46 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults4'.", null, $enum, "Simple… [all …]
|