今日はもっと少ない……!
2018-08-08
carusogabriel: Remove invalid SKIPIF sections and make more tests run
- https://github.com/php/php-src/commit/f47cdd1ee0246b1d594de9ec29ce12c5279bc421
- ext/intl のテストスキップにスキップ理由を添えた
- ext/phar の無効な SKIPIF (スキップしてもしなくても死ぬ)を修正
- このテスト元の意図がよく分からないけど考えても分からなさそう感
carusogabriel: Remove more unecessaries percent signs
- https://github.com/php/php-src/commit/953e28a92c35b81f768ae08451f6e9da6b168e51
- %s の出力フォーマット指定子に対応して文字列リテラルを与えているイミフな箇所を修正