Home
last modified time | relevance | path

Searched refs:unset (Results 251 – 275 of 785) sorted by relevance

1...<<11121314151617181920>>...32

/PHP-7.4/ext/zlib/tests/
H A Dgzfile_variation3.phpt15 unset($unset_var);
18 'unset var' => @$unset_var,
H A Dreadgzfile_variation3.phpt15 unset($unset_var);
18 'unset var' => @$unset_var,
/PHP-7.4/Zend/tests/
H A Dexception_013.phpt22 unset(C::$a);
34 Exception: Attempt to unset static property C::$a in %sexception_013.php on line 19
H A Dbug72543_2.phpt8 unset($ref);
H A Dvarvars_by_ref.phpt11 unset($$name);
H A Dbug72543_3.phpt8 unset($ref);
H A Derrmsg_008.phpt7 unset($a[]);
H A Dbug79364.phpt6 unset($a[1], $a[0]);
/PHP-7.4/ext/ctype/tests/
H A Dctype_alpha_variation1.phpt20 //get an unset variable
22 unset ($unset_var);
82 // unset data
H A Dctype_lower_variation1.phpt20 //get an unset variable
22 unset ($unset_var);
82 // unset data
H A Dctype_print_variation1.phpt20 //get an unset variable
22 unset ($unset_var);
82 // unset data
H A Dctype_punct_variation1.phpt21 //get an unset variable
23 unset ($unset_var);
83 // unset data
H A Dctype_space_variation1.phpt20 //get an unset variable
22 unset ($unset_var);
82 // unset data
H A Dctype_alnum_variation1.phpt20 //get an unset variable
22 unset ($unset_var);
82 // unset data
H A Dctype_cntrl_variation1.phpt20 //get an unset variable
22 unset ($unset_var);
83 // unset data
H A Dctype_graph_variation1.phpt20 //get an unset variable
22 unset ($unset_var);
82 // unset data
H A Dctype_xdigit_variation1.phpt20 //get an unset variable
22 unset ($unset_var);
82 // unset data
/PHP-7.4/ext/standard/tests/file/
H A Dfread_error.phpt49 echo "-- Testing fwrite() with closed/unset file handle --\n";
53 // fwrite on a file handle which is unset
55 unset($fp); //unset file handle
102 -- Testing fwrite() with closed/unset file handle --
H A Dfwrite_error.phpt56 echo "-- Testing fwrite() with closed/unset file handle --\n";
60 // fwrite on a file handle which is unset
62 unset($fp); //unset file handle
113 -- Testing fwrite() with closed/unset file handle --
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_bool.phpt31 // unset variable
35 unset ($unset_bool1);
36 unset ($unset_bool2);
37 unset ($unset_var);
116 /* unset bool vars and undefined var */
/PHP-7.4/Zend/tests/array_unpack/
H A Dref1.phpt9 unset($a); //array (0 => (refcount=1, is_ref=1)=1)
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation4.phpt18 //get an unset variable
20 unset ($unset_var);
65 // array with object, unset variable and resource variable
71 @$unset_var => "unset", $heredoc => "heredoc")
371 string(5) "unset"
394 string(5) "unset"
H A Darray_merge_recursive_variation4.phpt17 // get an unset variable
19 unset ($unset_var);
52 // array with object, unset variable and resource variable
53 /*8*/ array(new classA() => 11, @$unset_var => array("unset"), $fp => 'resource', 11, "hello")
390 string(5) "unset"
404 string(5) "unset"
/PHP-7.4/ext/oci8/tests/
H A Dbind_sqltint.phpt129 unset($p1);
130 unset($p2);
138 unset($p1);
147 unset($p1);
157 unset($p2);
184 unset($p2);
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.003.phpt68 unset($obj->a);
69 unset($obj->b);
70 unset($obj->c);
78 unset($obj->a);
79 unset($obj->b);
80 unset($obj->c);

Completed in 78 milliseconds

1...<<11121314151617181920>>...32