Home
last modified time | relevance | path

Searched refs:switch (Results 1 – 25 of 147) sorted by path

123456

/PHP-7.0/
H A DINSTALL1246 be queried anytime by running php-config with the -h switch:
H A DNEWS1369 "switch" statement). (Laruence)
1648 . Fixed bug #71914 (Reference is lost in "switch"). (Laruence)
1770 when used in switch). (Laruence)
H A DREADME.GIT-RULES41 7. For development use the --enable-maintainer-zts switch to ensure your
H A DREADME.input_filter106 switch(arg) {
161 switch(arg) {
/PHP-7.0/Zend/
H A DREADME.ZEND_VM5 fields and using different execution methods (call threading, switch threading
107 can switch to the old executor at runtime by calling zend_vm_use_old_executor().
H A DZEND_CHANGES644 switch ($shape) {
851 switch($this->num) {
H A DZend.m4165 If building zend_execute.lo fails, try this switch],[
/PHP-7.0/Zend/tests/
H A D034.phpt2 Testing multiples 'default:' in switch
6 switch (1) {
H A Dbreak_error_003.phpt10 Fatal error: 'break' not in the 'loop' or 'switch' context in %sbreak_error_003.php on line 3
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
6 switch ($x[0]) {
H A Dbug26696.phpt2 Bug #26696 (crash in switch() when string index is used)
8 switch ($str[$i]) {
H A Dbug26801.phpt2 Bug #26801 (switch ($a{0}) crash)
8 switch ($b) {
14 switch ($a[0]) {
H A Dbug29944.phpt2 Bug #29944 (Function defined in switch, crashes)
6 switch ($a) {
H A Dbug31102.phpt13 switch($test)
H A Dbug34260.phpt9 switch($Method)
H A Dbug38623.phpt2 Bug #38623 (leaks in a tricky code with switch() and exceptions)
6 switch(strtolower("apache")) {
H A Dbug63305.phpt8 switch ($class) {
H A Dbug71756.phpt2 Bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch)
14 switch ($option['bla']) {
H A Dbug71914.phpt2 Bug #71914 (Reference is lost in "switch")
7 switch ($value) {
H A Dbug72508.phpt2 Bug #72508 (strange references after recursive function call and "switch" statement)
14 switch ($option['bla']) {
/PHP-7.0/Zend/tests/assert/
H A Dexpect_015.phpt83 switch ($x) {
224 switch ($x) {
/PHP-7.0/Zend/tests/generators/
H A Daborted_yield_during_switch.phpt2 Aborted yield during switch
7 switch ($x."y") {
H A Dyield_in_parenthesis.phpt11 switch (yield $foo) {}
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_001.phpt56 function switch(){ echo __METHOD__, PHP_EOL; }
135 $obj->switch();
214 Obj::switch
H A Dsemi_reserved_002.phpt56 static function switch(){ echo __METHOD__, PHP_EOL; }
133 Obj::switch();
212 Obj::switch

Completed in 50 milliseconds

123456