Home
last modified time | relevance | path

Searched refs:unset (Results 76 – 100 of 785) sorted by relevance

12345678910>>...32

/PHP-7.4/ext/spl/tests/
H A Darray_010.phpt55 echo "===unset===\n";
57 unset($obj[2]);
58 unset($obj['4th']);
59 unset($obj[7]);
60 unset($obj['8th']);
115 ===unset===
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt19 $unset = 10;
20 unset($unset);
26 'unset variable' => @$unset);
88 -- Key in $search array is : unset variable --
H A Dbug61967.phpt2 Bug #61967: unset array item in array_walk_recursive cause inconsistent array
16 unset($arr[$key]);
H A Dcount_symbol_table.phpt11 unset($a);
12 unset($GLOBALS["b"]);
H A Darray_reverse_variation5.phpt19 //get an unset variable
21 unset ($unset_var);
59 // array with object, unset variable and resource variable
60 array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
63 …(), 222 => "fruit", 'resource' => $fp, "int" => 133, "float" => 444.432, "unset" => @$unset_var, "…
312 ["unset"]=>
322 ["unset"]=>
332 ["unset"]=>
343 ["unset"]=>
363 ["unset"]=>
[all …]
H A Dnatcasesort_variation11.phpt16 //get an unset variable
18 unset ($unset_var);
89 // unset data
90 /*12*/ 'unset' => array(
91 @$unset_var => 'unset',
218 string(5) "unset"
H A Darray_push_variation6.phpt19 //get an unset variable
21 unset ($unset_var);
89 // unset data
90 /*9*/ 'unset' => array(
91 @$unset_var => 'unset',
155 -- Iteration 12 : unset data --
H A Dcurrent_variation2.phpt17 //get an unset variable
19 unset ($unset_var);
97 // unset data
98 /*10*/ 'unset' => array(
150 -- Iteration 10 : unset data --
/PHP-7.4/Zend/tests/
H A Dforeach_unset_globals.phpt2 traverse an array and use its keys to unset GLOBALS
8 unset($GLOBALS[$key]);
H A Dbug69534.phpt15 unset($node1);
16 unset($node2);
H A Dunset_cv10.phpt2 unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS))
H A Dgc_014.phpt12 unset($b);
14 unset($a);
H A Dbug24773.phpt2 Bug #24773 (unset() of integers treated as arrays causes a crash)
6 unset($array["lvl1"]["lvl2"]["b"]);
H A Dgc_016.phpt13 unset($a);
19 unset($a);
H A Dbug70547.phpt8 unset($arg3);
14 unset($arg1);
17 unset($arg2);
H A Dclosure_005.phpt51 unset($a);
56 unset($incer);
59 unset($printer);
H A Dgc_035.phpt11 unset($this->x);
20 unset($a);
H A Dunset_cv05.phpt2 unset() CV 5 (indirect unset() of global variable in session_start())
/PHP-7.4/Zend/tests/type_declarations/
H A Dreturn_separation.phpt9 unset($ref);
16 unset($ref);
H A Dtyped_properties_009.phpt2 Test typed properties unset leaves properties in an uninitialized state
17 unset($foo->bar);
/PHP-7.4/ext/pgsql/tests/
H A Dconnect_after_close.phpt11 unset($db1);
14 unset($db2);
/PHP-7.4/ext/sockets/tests/
H A Dsocket_getopt.phpt50 unset($domain);
51 unset($level);
53 unset($s);
54 unset($r");
H A Dsocket_shutdown-win32.phpt43 unset($host);
44 unset($port);
45 unset($socket);
46 unset($socketConn);
/PHP-7.4/ext/pcntl/tests/
H A Dbug72154.phpt11 unset($b);
17 unset($b);
/PHP-7.4/ext/oci8/tests/
H A Ddescriptors.phpt26 unset($blob);
27 unset($statement);
36 unset($row['BLOB']);

Completed in 46 milliseconds

12345678910>>...32