builtin-functions topic
List
builtin-functions repositories
04_Python_Functions
228
Stars
224
Forks
Watchers
The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns th...
php-mock
355
Stars
19
Forks
Watchers
Mock built-in PHP functions (e.g. time(), exec() or rand())
php-mock-phpunit
161
Stars
17
Forks
Watchers
Mock built-in PHP functions (e.g. time() or rand()) in PHPUnit.
php-mock-mockery
37
Stars
4
Forks
Watchers
Mock non deterministic built-in PHP functions (e.g. time() or rand()) with Mockery.
php-mock-prophecy
16
Stars
3
Forks
Watchers
Mock built-in PHP functions (e.g. time()) with Prophecy (phpspec).
native-javascript
24
Stars
24
Forks
Watchers
Can you re-implement your own version of JavaScript built-in functions? Let's try it out.