Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 25 of 372) sorted by last modified time

12345678910>>...15

/PHP-7.0/tests/lang/
H A Dbug32828.phpt8 throw new Exception;
H A Derror_2_exception_001.phpt24 throw new MyException($errno, $errmsg);
H A D035.phpt20 throw new MyException("'This is an exception!'");
H A D038.phpt18 throw new MyException($errstr, $errno);//, $errfile, $errline);
H A D039.phpt22 throw new MyException($errstr, $errno, $errfile, $errline);
/PHP-7.0/tests/classes/
H A Dtostring_003.phpt10 throw new Exception("Damn!");
33 Fatal error: Method Test::__toString() must not throw an exception, caught Exception: Damn! in %sto…
H A Diterators_007.phpt10 …public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr…
11 …public function current() { if ($this->x == 1) throw new Exception(__METHOD__); return current($…
12 …public function key() { if ($this->x == 2) throw new Exception(__METHOD__); return key($this…
13 …public function next() { if ($this->x == 3) throw new Exception(__METHOD__); next($this->arr)…
14 …public function valid() { if ($this->x == 4) throw new Exception(__METHOD__); return (key($thi…
H A Dctor_failure.phpt10 throw new Exception($msg);
H A Ddestructor_and_exceptions.phpt13 throw new exception("FailClass");
41 throw new FatalException("Damn");
H A D__call_007.phpt8 throw new Exception;
H A Darray_access_013.phpt8 … public function offsetExists($offset) { throw new Exception(__METHOD__); return false; }
9 … public function offsetGet($offset) { throw new Exception(__METHOD__); return $offset; }
10 public function offsetSet($offset, $data ) { throw new Exception(__METHOD__); }
11 public function offsetUnset($offset) { throw new Exception(__METHOD__); }
H A Dautoload_008.phpt13 throw new Exception();
H A D__call_006.phpt8 throw new Exception;
/PHP-7.0/tests/basic/
H A Dtimeout_variation_5.phpt17 throw new Exception("never reached here");
H A Dtimeout_variation_6.phpt17 throw new Exception("exception before timeout");
/PHP-7.0/sapi/phpdbg/tests/
H A Dstepping_001.phpt18 >00004: throw new Exception;
22 >00004: throw new Exception;
56 throw new Exception;
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar191 throw new LogicException('The text ' . $name . ' does not exist');
301 throw new LogicException('The code snippet ' . $name . ' does not exist');
323 throw new LogicException('The code snippet ' . $name . ' does not exist');
458 throw new gtMissingOptionsException('Command line options are required');
466 throw new gtUnknownOptionException('Unrecognised command line option ' . $argv[$i]);
471 throw new gtUnknownOptionException('Unknown option ' . $argv[$i]);
481throw new gtMissingArgumentException('Missing argument for command line option ' . $argv[$i]);
703 throw new gtUnknownSectionException('Unrecognised optional section');
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc263 throw new \Exception('Unable to set timeout on socket');
421 throw new \Exception('Unexpected response type, expecting GET_VALUES_RESULT');
487 throw new TimedOutException('Write timed out');
492 throw new \Exception('Failed to write request to socket');
513 throw new \Exception('Invalid request id given');
552 throw new \Exception('Timed out');
563 throw new TimedOutException('Read timed out');
572 throw new \Exception('Read failed');
580 throw new \Exception('This app can\'t multiplex [CANT_MPX_CONN]');
583 throw new \Exception('New request rejected; too busy [OVERLOADED]');
[all …]
/PHP-7.0/sapi/cli/tests/
H A Dbug71005.phpt12 throw new Exception;
/PHP-7.0/ext/xsl/tests/
H A Dbug49634.phpt33 throw new Exception('Test exception.');
/PHP-7.0/ext/xml/tests/
H A Dbug30266.phpt36 throw new Exception("ex");
/PHP-7.0/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt16 * throw - T_THROW(338)
25 throw new Exception("Division by zero");
200 string(5) "throw"
/PHP-7.0/ext/standard/tests/streams/
H A Dbug67626.phpt11 throw new Exception('stream_read_exception');
22 throw new Exception('stream_write_exception');
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug64354_2.phpt7 throw new Exception("Failed");
13 throw new Exception("Failed");
H A Dbug26762.phpt15 throw new exception;

Completed in 111 milliseconds

12345678910>>...15