
У своей жены я уже выторговал каждодневный 15-ти минутный массаж, после ванны с успокоительными травами

Про остальное так скажу. К тому моменту когда засыпает дочь, сил нет ни на что))
_____________
Стимулятор ~yoomoney - 41001303250491
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Testing openssl_spki_verify()
Creates SPKAC for all available key sizes & signature algorithms and tests for valid signature [ext/openssl/tests/openssl_spki_verify.phpt]
Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
=====================================================================
=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
Temporary leak on exception [Zend/tests/temporary_cleaning_001.phpt] (warn: XFAIL section but test passes)
Fundamental memory leak test on temporaries [Zend/tests/temporary_cleaning_003.phpt] (warn: XFAIL section but test passes)
Temporary leak with switch [Zend/tests/temporary_cleaning_004.phpt] (warn: XFAIL section but test passes)
Temporary leak with foreach [Zend/tests/temporary_cleaning_005.phpt] (warn: XFAIL section but test passes)
Exception after separation during indirect write to fcall result [Zend/tests/temporary_cleaning_006.phpt] (warn: XFAIL section but test passes)
Bug #70172 - Use After Free Vulnerability in unserialize() [ext/standard/tests/serialize/bug70172_2.phpt] (warn: XFAIL section but test passes)
=====================================================================
You may have found a problem in PHP.
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it. You can then email it to qa-reports@lists.php.net later.
Do you want to send this report now? [Yns]: no
Цитата (bestxp @ 10.12.2015 - 09:01) |
вон мой пример так ставиться любое расшрение в принципе из исходников =) |
/**
* Возвращает фигню всякую
* @param int $int
* @param string $name
* @return string
*/
function test ($int, $name) {
return $int . $name;
}
//vs
#Возвращает фигню всякую
function test (int $int, string $name) : string {
return $int . $name;
}
Цитата (bestxp @ 11.12.2015 - 11:57) |
по умолчанию не включат ближайшие пару лет зная Ubuntu и Debian |
Цитата (bestxp @ 11.12.2015 - 11:57) |
релиз это стабильная версия, поэтому говорить о не стабильности не стоит |
Цитата (Arh @ 11.12.2015 - 20:54) |
phpdoc только не работает вроде, а вообще он теперь нужен? |