php-token-stream 1.4.3-1 source package in Ubuntu

Changelog

php-token-stream (1.4.3-1) unstable; urgency=medium

  * Team upload

  [ Sebastian Bergmann ]
  * Make consistent use of OutOfBoundsException to signal invalid token
    stream position

 -- David Prévot <email address hidden>  Mon, 29 Jun 2015 17:50:56 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-token-stream_1.4.3-1.dsc 1.7 KiB ab6a5c1bfc576916e332cfa559973a86c3b3dccfe0d15272be1e342a0584377d
php-token-stream_1.4.3.orig.tar.gz 12.5 KiB 10c2dded736c8e4ae35f7845776354ad181cdae4680764d385c427dc029c1dc3
php-token-stream_1.4.3-1.debian.tar.xz 3.8 KiB b238b3a1ebcb62b5525f4a56daa423d6b27792c3d63c72e19e75dbb6d367652f

Available diffs

No changes file available.

Binary packages built by this source

php-token-stream: Wrapper around PHP's tokenizer extension

 PHP_TokenStream is a wrapper around PHP's tokenizer extension used by
 PHPUnit. PHPUnit is a unit testing suite for the PHP language, modelled
 on the xUnit testing framework, designed by Kent Beck and Erich Gamma.