zend_throw_exception_ex  296 Zend/zend_interfaces.c 			zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Objects returned by %s::getIterator() must be traversable or implement interface Iterator", ce ? ce->name : Z_OBJCE_P(object)->name);
zend_throw_exception_ex  437 Zend/zend_interfaces.c 		zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "%s::serialize() must return a string or NULL", ce->name);
zend_throw_exception_ex 3195 Zend/zend_vm_def.h 				zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Object of type %s did not create an Iterator", ce->name);
zend_throw_exception_ex 2206 Zend/zend_vm_execute.h 				zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Object of type %s did not create an Iterator", ce->name);
zend_throw_exception_ex 4781 Zend/zend_vm_execute.h 				zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Object of type %s did not create an Iterator", ce->name);
zend_throw_exception_ex 7928 Zend/zend_vm_execute.h 				zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Object of type %s did not create an Iterator", ce->name);
zend_throw_exception_ex 20204 Zend/zend_vm_execute.h 				zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Object of type %s did not create an Iterator", ce->name);
zend_throw_exception_ex 2045 ext/mysql/php_mysql.c 				zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->common.function_name);
zend_throw_exception_ex 2055 ext/mysql/php_mysql.c 			zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C), 0 TSRMLS_CC, "Class %s does not have a constructor hence you cannot use ctor_params", ce->name);
zend_throw_exception_ex  987 ext/mysqli/mysqli.c 				zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->common.function_name);
zend_throw_exception_ex  997 ext/mysqli/mysqli.c 			zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C), 0 TSRMLS_CC, "Class %s does not have a constructor hence you cannot use ctor_params", ce->name);
zend_throw_exception_ex  231 ext/pdo/pdo_dbh.c 			zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "invalid data source name");
zend_throw_exception_ex  240 ext/pdo/pdo_dbh.c 			zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "invalid data source name (via INI: %s)", alt_dsn);
zend_throw_exception_ex  250 ext/pdo/pdo_dbh.c 			zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "invalid data source URI");
zend_throw_exception_ex  256 ext/pdo/pdo_dbh.c 			zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "invalid data source name (via URI)");
zend_throw_exception_ex  267 ext/pdo/pdo_dbh.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "could not find driver");
zend_throw_exception_ex  603 ext/pdo/pdo_dbh.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "There is already an active transaction");
zend_throw_exception_ex  610 ext/pdo/pdo_dbh.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "This driver doesn't support transactions");
zend_throw_exception_ex  633 ext/pdo/pdo_dbh.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "There is no active transaction");
zend_throw_exception_ex  656 ext/pdo/pdo_dbh.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "There is no active transaction");
zend_throw_exception_ex  816 ext/pdo/pdo_dbh.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "The auto-commit mode cannot be changed for this driver");
zend_throw_exception_ex 1118 ext/pdo/pdo_dbh.c 	zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "You cannot serialize or unserialize PDO instances");
zend_throw_exception_ex 1126 ext/pdo/pdo_dbh.c 	zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "You cannot serialize or unserialize PDO instances");
zend_throw_exception_ex 2164 ext/pdo/pdo_stmt.c 	zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "You cannot serialize or unserialize PDOStatement instances");
zend_throw_exception_ex 2172 ext/pdo/pdo_stmt.c 	zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "You cannot serialize or unserialize PDOStatement instances");
zend_throw_exception_ex  252 ext/pdo_dblib/dblib_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC,
zend_throw_exception_ex  109 ext/pdo_mysql/mysql_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "SQLSTATE[%s] [%d] %s",
zend_throw_exception_ex  178 ext/pdo_oci/oci_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "SQLSTATE[%s]: %s", *pdo_err, einfo->errmsg);
zend_throw_exception_ex  107 ext/pdo_odbc/odbc_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "SQLSTATE[%s] %s: %d %s",
zend_throw_exception_ex   90 ext/pdo_pgsql/pgsql_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "SQLSTATE[%s] [%d] %s",
zend_throw_exception_ex   81 ext/pdo_sqlite/sqlite_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "SQLSTATE[%s] [%d] %s",
zend_throw_exception_ex  710 ext/pdo_sqlite/sqlite_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC,
zend_throw_exception_ex 2147 ext/pgsql/pgsql.c 				zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->common.function_name);
zend_throw_exception_ex 2157 ext/pgsql/pgsql.c 			zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C), 0 TSRMLS_CC, "Class %s does not have a constructor hence you cannot use ctor_params", ce->name);
zend_throw_exception_ex 1396 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 1600 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 1664 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 1834 ext/reflection/php_reflection.c 					zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 1861 ext/reflection/php_reflection.c 						zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
zend_throw_exception_ex 1873 ext/reflection/php_reflection.c 					zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2016 ext/reflection/php_reflection.c 			   zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2024 ext/reflection/php_reflection.c 			   zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2029 ext/reflection/php_reflection.c 			   zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2035 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2153 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Cannot determine default value for internal functions");
zend_throw_exception_ex 2157 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Parameter is not optional"); 
zend_throw_exception_ex 2162 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Internal error"); 
zend_throw_exception_ex 2203 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Invalid method name %s", name_str); 
zend_throw_exception_ex 2223 ext/reflection/php_reflection.c 				zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
zend_throw_exception_ex 2258 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2316 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2320 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
zend_throw_exception_ex 2381 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2419 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2423 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
zend_throw_exception_ex 2450 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
zend_throw_exception_ex 2485 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2620 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2675 ext/reflection/php_reflection.c 				zend_throw_exception_ex(reflection_exception_ptr, -1 TSRMLS_CC, "Class %s does not exist", Z_STRVAL_P(argument));
zend_throw_exception_ex 2757 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 2788 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3038 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3152 ext/reflection/php_reflection.c 				zend_throw_exception_ex(reflection_exception_ptr, -1 TSRMLS_CC, "Class %s does not exist", classname);
zend_throw_exception_ex 3160 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, -1 TSRMLS_CC, "Fully qualified property name %s::%s does not specify a base class of %s", (*pce)->name, name, ce->name);
zend_throw_exception_ex 3170 ext/reflection/php_reflection.c 	zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3424 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Access to non-public constructor of class %s", ce->name);
zend_throw_exception_ex 3466 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Class %s does not have a constructor, so you cannot pass any constructor arguments", ce->name);
zend_throw_exception_ex 3499 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Access to non-public constructor of class %s", ce->name);
zend_throw_exception_ex 3545 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Class %s does not have a constructor, so you cannot pass any constructor arguments", ce->name);
zend_throw_exception_ex 3632 ext/reflection/php_reflection.c 				zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3650 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3677 ext/reflection/php_reflection.c 				zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3695 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3701 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3809 ext/reflection/php_reflection.c 				zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
zend_throw_exception_ex 3826 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 3964 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 4013 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 4145 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex 4811 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
zend_throw_exception_ex  311 ext/spl/php_spl.c 			zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Class %s could not be loaded", class_name);
zend_throw_exception_ex  421 ext/spl/php_spl.c 						zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function spl_autoload_call() cannot be registered");
zend_throw_exception_ex  432 ext/spl/php_spl.c 						zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array specifies a non static method but no object");
zend_throw_exception_ex  438 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Passed array does not specify %s %smethod", alfi.func_ptr ? "a callable" : "an existing", !obj_ptr ? "static " : "");
zend_throw_exception_ex  444 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Function '%s' not %s", func_name, alfi.func_ptr ? "callable" : "found");
zend_throw_exception_ex  450 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Illegal value passed");
zend_throw_exception_ex  958 ext/spl/spl_array.c 			zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0 TSRMLS_CC, "Overloaded object of type %s is not compatible with %s", Z_OBJCE_PP(array)->name, intern->std.ce->name);
zend_throw_exception_ex 1135 ext/spl/spl_array.c 	zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek position %ld is out of range", opos);
zend_throw_exception_ex  210 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot open file '%s'", intern->file_name_len ? intern->file_name : "");
zend_throw_exception_ex  325 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot create SplFileInfo for empty path");
zend_throw_exception_ex  375 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Could not open file");
zend_throw_exception_ex  444 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Operation not supported");
zend_throw_exception_ex  480 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty.");
zend_throw_exception_ex  839 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Unable to read link %s, error: %s", intern->file_name, strerror(errno));
zend_throw_exception_ex 1504 ext/spl/spl_directory.c 			zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot read from file %s", intern->file_name);
zend_throw_exception_ex 1632 ext/spl/spl_directory.c 				zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot read from file %s", intern->file_name);
zend_throw_exception_ex 1706 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Cannot rewind file %s", intern->file_name);
zend_throw_exception_ex 1909 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_DomainException, 0 TSRMLS_CC, "Maximum line length must be greater than or equal zero");
zend_throw_exception_ex 2192 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't truncate file %s", intern->file_name);
zend_throw_exception_ex 2210 ext/spl/spl_directory.c 		zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "Can't seek file %s to negative line %ld", intern->file_name, line_pos);
zend_throw_exception_ex  876 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "Classes derived from %s must call %s::__construct()", \
zend_throw_exception_ex  907 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s::getIterator() must be called exactly once per instance", ce_base->name);
zend_throw_exception_ex  983 ext/spl/spl_iterators.c 						zend_throw_exception_ex(spl_ce_LogicException, 0 TSRMLS_CC, "%s::getIterator() must return an object that implememnts Traversable", ce->name);
zend_throw_exception_ex 1015 ext/spl/spl_iterators.c 				zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0 TSRMLS_CC, "Illegal mode %ld", mode);
zend_throw_exception_ex 1466 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0 TSRMLS_CC, "Illegal mode %ld", mode);
zend_throw_exception_ex 1725 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Cannot seek to %ld which is below the offset %ld", pos, intern->u.limit.offset);
zend_throw_exception_ex 1729 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Cannot seek to %ld which is behind offest %ld plus count %ld", pos, intern->u.limit.offset, intern->u.limit.count);
zend_throw_exception_ex 2025 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not fetch string value (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
zend_throw_exception_ex 2061 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
zend_throw_exception_ex 2085 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
zend_throw_exception_ex 2112 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
zend_throw_exception_ex 2134 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
zend_throw_exception_ex 2154 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%v does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
zend_throw_exception_ex 2216 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%v does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
zend_throw_exception_ex  337 ext/spl/spl_observer.c 		zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0 TSRMLS_CC, "Empty serialized string cannot be empty");
zend_throw_exception_ex  402 ext/spl/spl_observer.c 	zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0 TSRMLS_CC, "Error at offset %ld of %d bytes", (long)((char*)p - buf), buf_len);
zend_throw_exception_ex  291 ext/sqlite/pdo_sqlite2.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "SQLSTATE[%s] [%d] %s",
zend_throw_exception_ex  587 ext/sqlite/pdo_sqlite2.c 		zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC,
zend_throw_exception_ex 2059 ext/sqlite/sqlite.c 		zend_throw_exception_ex(sqlite_ce_exception, 0 TSRMLS_CC, "Could not find class '%s'", class_name);
zend_throw_exception_ex 2117 ext/sqlite/sqlite.c 			zend_throw_exception_ex(sqlite_ce_exception, 0 TSRMLS_CC, "Could not execute %s::%s()", class_name, ce->constructor->common.function_name);
zend_throw_exception_ex 2127 ext/sqlite/sqlite.c 		zend_throw_exception_ex(sqlite_ce_exception, 0 TSRMLS_CC, "Class %s does not have a constructor, use NULL for parameter ctor_params or omit it", class_name);