Skip to content

Commit d767ee1

Browse files
authored
Merge pull request #3892 from oleibman/reorgsamples2
Reorganize Samples Part 2
2 parents a444d1c + 5266086 commit d767ee1

File tree

135 files changed

+134
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+134
-135
lines changed

Header.php

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

samples/Bitwise/BITAND.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PhpOffice\PhpSpreadsheet\Spreadsheet;
44

5-
require __DIR__ . '/../../Header.php';
5+
require __DIR__ . '/../Header.php';
66

77
$category = 'Engineering';
88
$functionName = 'BITAND';

samples/Bitwise/BITLSHIFT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PhpOffice\PhpSpreadsheet\Spreadsheet;
44

5-
require __DIR__ . '/../../Header.php';
5+
require __DIR__ . '/../Header.php';
66

77
$category = 'Engineering';
88
$functionName = 'BITLSHIFT';

samples/Bitwise/BITOR.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PhpOffice\PhpSpreadsheet\Spreadsheet;
44

5-
require __DIR__ . '/../../Header.php';
5+
require __DIR__ . '/../Header.php';
66

77
$category = 'Engineering';
88
$functionName = 'BITOR';

samples/Bitwise/BITRSHIFT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PhpOffice\PhpSpreadsheet\Spreadsheet;
44

5-
require __DIR__ . '/../../Header.php';
5+
require __DIR__ . '/../Header.php';
66

77
$category = 'Engineering';
88
$functionName = 'BITRSHIFT';

samples/Bitwise/BITXOR.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PhpOffice\PhpSpreadsheet\Spreadsheet;
44

5-
require __DIR__ . '/../../Header.php';
5+
require __DIR__ . '/../Header.php';
66

77
$category = 'Engineering';
88
$functionName = 'BITXOR';

samples/ComplexNumbers1/COMPLEX.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PhpOffice\PhpSpreadsheet\Spreadsheet;
44

5-
require __DIR__ . '/../../Header.php';
5+
require __DIR__ . '/../Header.php';
66

77
$category = 'Engineering';
88
$functionName = 'COMPLEX';

samples/ComplexNumbers1/IMABS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PhpOffice\PhpSpreadsheet\Spreadsheet;
44

5-
require __DIR__ . '/../../Header.php';
5+
require __DIR__ . '/../Header.php';
66

77
$category = 'Engineering';
88
$functionName = 'IMABS';

samples/ComplexNumbers1/IMAGINARY.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PhpOffice\PhpSpreadsheet\Spreadsheet;
44

5-
require __DIR__ . '/../../Header.php';
5+
require __DIR__ . '/../Header.php';
66

77
$category = 'Engineering';
88
$functionName = 'IMAGINARY';

0 commit comments

Comments
 (0)