mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Fix the require in these tests
This commit is contained in:
@@ -10,7 +10,7 @@ Daniel Convissor <danielc@php.net>
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Daniel Convissor <danielc@php.net>
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ PHP < 5.4 has bugs
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ PHP < 5.4 has bugs
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ PHP < 5.4 has bugs
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ PHP < 5.4 has bugs
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Daniel Convissor <danielc@php.net>
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Daniel Convissor <danielc@php.net>
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ PHP < 5.4 has bugs
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ PHP < 5.4 has bugs
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ PHP < 5.4 has bugs
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ PHP < 5.4 has bugs
|
||||
* in a userland package. Please be so kind as to leave them.
|
||||
*/
|
||||
|
||||
require './examine_diff.inc';
|
||||
require 'examine_diff.inc';
|
||||
date_default_timezone_set('America/New_York');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user