-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thang Duong
committed
Feb 14, 2018
1 parent
3458450
commit 0c730de
Showing
4,756 changed files
with
140,228 additions
and
396,727 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
if (PHP_INT_SIZE === 4) { | ||
print "\033[1;97;41mYou are using the 32-bit PHP. Please beware that when you" | ||
. " pass numeric values that exceed the 32-bit PHP_INT_MAX to intval()," | ||
. " you'll not get a correct value.\nIf you plan to try our code examples" | ||
. ", please change all instances of intval() to floatval() first.\n" | ||
. " In addition, when writing your own code, do not apply intval() on any" | ||
. " attributes that are explicitly an integer.\n\033[0m"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 0 additions & 88 deletions
88
examples/AdWords/v201702/AccountManagement/AcceptServiceLink.php
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
examples/AdWords/v201702/AccountManagement/CreateAccount.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.