]> granicus.if.org Git - php/commit
New test for bitwise operators. Tested on Linux 64 bit
authorandy wharmby <wharmby@php.net>
Mon, 15 Jun 2009 17:38:55 +0000 (17:38 +0000)
committerandy wharmby <wharmby@php.net>
Mon, 15 Jun 2009 17:38:55 +0000 (17:38 +0000)
commit7f492c7f66084d77b973cef9b0c7262193c2512a
tree1260dfed416349788b871b0249c20fc1ee782792
parent51781931e25b39bd4c9ca401596c0391d6132a5c
New test for bitwise operators. Tested on Linux 64 bit
tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseNot_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseOr_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/bitwiseXor_basiclong_64bit.phpt [new file with mode: 0644]
tests/lang/operators/modulus_basiclong_64bit.phpt [new file with mode: 0644]