Home
last modified time | relevance | path

Searched refs:var (Results 176 – 200 of 894) sorted by relevance

12345678910>>...36

/PHP-7.0/ext/standard/tests/general_functions/
H A Dvar_export_error3.phpt5 /* Prototype : mixed var_export(mixed var [, bool return])
7 * Source code: ext/standard/var.c
H A Dgetservbyname_variation11.phpt20 foreach ( $variation_array as $var ) {
21 var_dump(getservbyname( $service, $var ) );
H A Dgetservbyname_variation2.phpt20 foreach ( $variation_array as $var ) {
21 var_dump(getservbyname( $var , $protocol ) );
H A Dgetservbyname_variation4.phpt21 foreach ( $variation_array as $var ) {
22 var_dump(getservbyname( $var , $protocol ) );
H A Dvar_export_error2.phpt5 /* Prototype : mixed var_export(mixed var [, bool return])
7 * Source code: ext/standard/var.c
H A Dinclude_path.phpt9 var_dump(get_include_path("var"));
17 var_dump(set_include_path("var"));
58 string(3) "var"
H A Dgetservbyname_variation14.phpt24 foreach ( $variation_array as $var ) {
25 var_dump(getservbyname( $service, $var ) );
H A Dgetservbyname_variation7.phpt24 foreach ( $variation_array as $var ) {
25 var_dump(getservbyname( $var , $protocol ) );
H A Dget_cfg_var_variation5.phpt26 foreach ( $variation_array as $var ) {
27 var_dump(get_cfg_var( $var ) );
H A Dintval_variation2.phpt7 /* Prototype : int intval(mixed var [, int base])
25 $var = 1;
93 'undefined var' => @$undefined_var,
96 'unset var' => @$unset_var,
103 var_dump( intval($var, $value) );
194 --undefined var--
197 --unset var--
H A Dis_callable_variation2.phpt8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
10 In case of objects, $var = array($SomeObject, 'MethodName')
21 var_dump( is_callable($func) ); //given only $var argument
22 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
25 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
/PHP-7.0/ext/session/tests/
H A Dbug26862.phpt12 output_add_rewrite_var('var', 'value');
22 <a href="file.php?var=value">link</a><a href="file.php">link</a>
/PHP-7.0/ext/wddx/tests/
H A Dbug73331.phpt8 …wddxPacket version='1.0'><header/><data><struct><var name='php_class_name'><string>PDORow</string>…
H A Dbug73793.phpt17 …120) "<wddxPacket version='1.0'><header/><data><struct><var name='foo'><number>5.1</number></var><…
H A Dbug73831.phpt11 <var name="php_class_name">
13 </var>
/PHP-7.0/Zend/tests/
H A Dbug62358.phpt21 public function foo($var) {
26 Fatal error: Declaration of B::foo($var) must be compatible with I::foo() in %sbug62358.php on line…
H A Dbug54367.phpt13 return function ($var) use ($offset) { // here is the problem
14 var_dump($offset, $var);
H A Dbug40770.phpt16 $var = '';
18 $var.= str_repeat('a',1*1024*1024);
/PHP-7.0/ext/standard/tests/array/
H A Dcount_variation1.phpt2 Test count() function : usage variations - Pass different data types as $var arg
5 /* Prototype : int count(mixed $var [, int $mode])
11 * aPass different data types as $var argument to count() to test behaviour
36 // unexpected values to be passed to $var argument
H A Dsizeof_variation1.phpt5 /* Prototype : int sizeof($mixed var[, int $mode])
54 // loop through the each value of the array for 'var' argument and check the behaviour of sizeof()
60 $var = $values[$i];
63 var_dump( sizeof($var) );
67 var_dump( sizeof($var, COUNT_NORMAL) );
71 var_dump( sizeof($var, COUNT_RECURSIVE) );
H A Dcount_error.phpt5 /* Prototype : int count(mixed var [, int mode])
22 $var = 1;
25 var_dump( count($var, $mode, $extra_arg) );
H A Darray_push_variation2.phpt2 Test array_push() function : usage variations - Pass different data types as $var arg
5 /* Prototype : int array_push(array $stack, mixed $var [, mixed $...])
11 * Pass different data types as $var argument to array_push to test behaviour
39 // unexpected values to be passed to $var argument
/PHP-7.0/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt19 * var - T_VAR(347), abstract - T_ABSTRACT(345),
29 public const var $var = 10;
33 private var $a;
34 public var $b;
35 protected var $c;
161 string(3) "var"
179 string(4) "$var"
326 string(3) "var"
383 string(3) "var"
440 string(3) "var"
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
H A Dserialization_precision_002.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c

Completed in 37 milliseconds

12345678910>>...36