php-7
Here are 129 public repositories matching this topic...
-
Updated
Apr 29, 2020 - PHP
I don't think it is correct to generate code which will put an argument with a default value before an argument without a default value.
In the example the generated code produces a function like that:
function bar(int $a = null, string $b, bool $c, callable $d = null) : floatThis means the first argument is optional, but the second and third aren't.
I realise = null i
-
Updated
May 18, 2020 - PHP
-
Updated
Nov 27, 2019 - PHP
-
Updated
Oct 23, 2019 - PHP
Doc block guidelines
I'm wondering, does it really make sense to add documentation to our functions, if they're barely a wrapper to the original ones?
Unless there are gotchas, I would just leave:
/**
* @link http://php.net/manual/en/function.xxx.php
*/If we change something apart from the name of the function itself, we could just add a note:
/**
* @link http://php.net/manual/en/Style guide?
-
Updated
May 4, 2019 - PHP
-
Updated
Mar 7, 2020 - PHP
-
Updated
Jun 11, 2019 - PHP
-
Updated
May 16, 2019 - PHP
-
Updated
Jun 23, 2017 - PHP
-
Updated
Aug 7, 2019 - PHP
-
Updated
Jan 18, 2020 - PHP
-
Updated
Apr 27, 2019 - Shell
-
Updated
Mar 28, 2017 - PHP
-
Updated
Dec 11, 2018 - Dockerfile
-
Updated
Nov 30, 2019 - PHP
-
Updated
Dec 10, 2015 - PHP
-
Updated
Nov 27, 2017 - PHP
-
Updated
Apr 4, 2017 - Shell
-
Updated
Jul 7, 2017 - PHP
Improve this page
Add a description, image, and links to the php-7 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the php-7 topic, visit your repo's landing page and select "manage topics."