Home
last modified time | relevance | path

Searched refs:var (Results 401 – 425 of 894) sorted by relevance

1...<<11121314151617181920>>...36

/PHP-7.0/ext/spl/tests/
H A Dclass_implements_variation2.phpt95 'undefined var' => @$undefined_var,
98 'unset var' => @$unset_var,
244 --undefined var--
250 --unset var--
H A Dclass_uses_variation2.phpt97 'undefined var' => @$undefined_var,
100 'unset var' => @$unset_var,
246 --undefined var--
252 --unset var--
/PHP-7.0/ext/standard/tests/file/
H A Dparse_ini_file_variation5.phpt97 'undefined var' => @$undefined_var,
100 'unset var' => @$unset_var,
242 --undefined var--
248 --unset var--
H A Dreadfile_variation5.phpt103 'undefined var' => @$undefined_var,
106 'unset var' => @$unset_var,
216 --undefined var--
219 --unset var--
/PHP-7.0/ext/standard/tests/array/
H A Drange_bug70239_1.phpt2 Bug #70239 Creating a huge array doesn't result in exhausted, but segfault, var 2
H A Darray_push_variation6.phpt5 /* Prototype : int array_push(array $stack, mixed $var [, mixed $...])
17 $var = 'value';
102 var_dump( array_push($input, $var) );
H A Drange_bug70239_2.phpt2 Bug #70239 Creating a huge array doesn't result in exhausted, but segfault, var 3
H A Drange_bug70239_3.phpt2 Bug #70239 Creating a huge array doesn't result in exhausted, but segfault, var 4
H A Darray_multisort_variation8.phpt38 'undefined var' => @$undefined_var,
54 ["undefined var"]=>
/PHP-7.0/Zend/tests/
H A Dbug47165.phpt6 var $bar = array();
H A Dbug42772.phpt2 Bug #42772 (Storing $this in a static var fails while handling a cast to string)
H A Dbug55305.phpt6 var $foo = "test";
/PHP-7.0/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt14 /* Prototype: string gettype ( mixed $var );
18 Description: Set the type of variable var to type
50 var $x;
51 var $y;
171 foreach ($var_values as $var) {
175 var_dump( gettype($var) );
178 var_dump( settype($var, $type) );
180 // dump the converted $var
181 var_dump( $var );
183 // get the new type of the $var
[all …]
H A Dgettype_settype_variation3.phpt11 /* Prototype: string gettype ( mixed $var );
15 Description: Set the type of variable var to type
47 var $x;
48 var $y;
168 foreach ($var_values as $var) {
172 var_dump( gettype($var) );
175 var_dump( settype($var, $type) );
177 // dump the converted $var
178 var_dump( $var );
180 // get the new type of the $var
[all …]
H A Dgettype_settype_variation5.phpt11 /* Prototype: string gettype ( mixed $var );
12 Description: Returns the type of the PHP variable var
14 Prototype: bool settype ( mixed &$var, string $type );
15 Description: Set the type of variable var to type
47 var $x;
48 var $y;
164 foreach ($var_values as $var) {
168 var_dump( gettype($var) );
171 var_dump( settype($var, $type) );
174 var_dump( $var );
[all …]
H A Dtype.phpt44 foreach ($array as $var) {
45 var_dump(gettype($var));
49 foreach ($array as $var) {
50 var_dump(settype($var, $type));
51 var_dump($var);
/PHP-7.0/ext/wddx/tests/
H A Dbug73173.phpt12 <var name="
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug73052.phpt7 var $ryat;
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c550 #define VAR_NUM_EX(op) VAR_NUM((op).var)
552 #define VAR_SOURCE(op) Tsource[VAR_NUM(op.var)]
905 ZEND_OP1(opline).var == ZEND_RESULT(opline).var in zend_optimize_block()
930 ZEND_RESULT(opline).var == ZEND_OP1(opline).var)) && in zend_optimize_block()
980 ZEND_RESULT(VAR_SOURCE(opline->op1)).var == ZEND_OP1(opline).var) { in zend_optimize_block()
1118 opline->op2.var = 0; in zend_optimize_block()
1127 opline->op2.var = 0; in zend_optimize_block()
1145 ZEND_OP1(opline).var == ZEND_RESULT(opline).var) { in zend_optimize_block()
1821 … !zend_bitset_in(defined_here, VAR_NUM(op.var)) && !zend_bitset_in(used_ext, VAR_NUM(op.var))) { \
1822 zend_bitset_incl(used_ext, VAR_NUM(op.var)); \
[all …]
/PHP-7.0/ext/reflection/tests/
H A D009.phpt12 static $var = 1;
83 ["var"]=>
H A D025.phpt14 static $var = 1;
85 ["var"]=>
/PHP-7.0/ext/zlib/tests/
H A Dreadgzfile_variation12.phpt22 foreach ( $variation as $var ) {
23 var_dump(readgzfile( $filename, $var ) );
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_object_vars_variation_001.phpt12 public static $var = 'hello';
/PHP-7.0/tests/lang/
H A Dbug21669.phpt2 Bug #21669 ("$obj = new $this->var;" doesn't work)
/PHP-7.0/ext/date/tests/
H A DDateTimeZone_construct_variation1.phpt87 'undefined var' => @$undefined_var,
90 'unset var' => @$unset_var,
184 -- undefined var --
187 -- unset var --

Completed in 44 milliseconds

1...<<11121314151617181920>>...36