Home
last modified time | relevance | path

Searched refs:decoct (Results 1 – 19 of 19) sorted by relevance

/php-src/ext/standard/tests/math/
H A Ddecoct_variation1.phpt2 Test decoct() function : usage variations - different data types as $num arg
11 echo "*** Testing decoct() : usage variations ***\n";
36 // loop through each element of $inputs to check the behaviour of decoct()
41 var_dump(decoct($input));
49 *** Testing decoct() : usage variations ***
64 decoct(): Argument #1 ($num) must be of type int, float given
67 decoct(): Argument #1 ($num) must be of type int, float given
70 decoct(): Argument #1 ($num) must be of type int, float given
85 decoct(): Argument #1 ($num) must be of type int, string given
88 decoct(): Argument #1 ($num) must be of type int, string given
H A Ddecoct_variation1_64bit.phpt2 Test decoct() function : usage variations - different data types as $number arg
11 echo "*** Testing decoct() : usage variations ***\n";
36 // loop through each element of $inputs to check the behaviour of decoct()
41 var_dump(decoct($input));
49 *** Testing decoct() : usage variations ***
64 decoct(): Argument #1 ($num) must be of type int, float given
67 decoct(): Argument #1 ($num) must be of type int, float given
85 decoct(): Argument #1 ($num) must be of type int, string given
88 decoct(): Argument #1 ($num) must be of type int, string given
H A Ddecoct_basic.phpt2 Test decoct() - basic function test decoct()
21 var_dump(decoct($value));
46 decoct(): Argument #1 ($num) must be of type int, string given
H A Ddecoct_basiclong_64bit.phpt2 Test decoct function : 64bit long tests
25 var_dump(decoct($longVal));
58 decoct(): Argument #1 ($num) must be of type int, float given
/php-src/ext/phar/tests/
H A Dbug77022.phpt12 var_dump(decoct(umask()));
15 var_dump(decoct(stat($sFile)['mode']));
23 var_dump(decoct(stat(__DIR__ . '/test-file-phar')['mode']));
24 var_dump(decoct(stat(__DIR__ . '/test-from-string')['mode']));
H A Dbug79082.phpt12 var_dump(decoct(umask()));
21 var_dump(decoct(stat(__DIR__ . '/test79082-testfile')['mode']));
22 var_dump(decoct(stat(__DIR__ . '/test79082-testfile2')['mode']));
31 var_dump(decoct(stat(__DIR__ . '/test79082-testfile')['mode']));
32 var_dump(decoct(stat(__DIR__ . '/test79082-testfile2')['mode']));
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite18.phar3 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
5 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
H A Dwrite18.phar.inc9 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
11 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
/php-src/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc82 decoct($stat['mode']),
83 sprintf('%6s ',decoct($stat['uid'])),
84 sprintf('%6s ',decoct($stat['gid'])),
85 sprintf('%11s ',decoct($stat['size'])),
86 sprintf('%11s ',decoct($stat['mtime']))
108 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
H A Dcorrupt_tarmaker.php.inc89 decoct($stat['mode']),
90 sprintf('%6s ',decoct($stat['uid'])),
91 sprintf('%6s ',decoct($stat['gid'])),
92 sprintf('%11s ',decoct($stat['size'])),
93 sprintf('%11s ',decoct($stat['mtime']))
116 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
H A Dmake.dangerous.tar.php.inc84 sprintf('%6s ',decoct($stat['uid'])),
85 sprintf('%6s ',decoct($stat['gid'])),
86 sprintf('%11s ',decoct($stat['size'])),
87 sprintf('%11s ',decoct($stat['mtime']))
109 $checksum = pack('a8', sprintf('%6s ', decoct($checksum)));
/php-src/ext/standard/tests/file/
H A Dbug78386.phpt11 var_dump(decoct($stat['mode']));
/php-src/ext/spl/tests/
H A DDirectoryIterator_getInode_basic.phpt21 var_dump(decoct($dirIterator->getInode()));
/php-src/ext/session/tests/
H A Dbug42596.phpt31 var_dump(decoct(fileperms($sessfile)));
/php-src/ext/phar/tests/tar/
H A Dall.phpt32 var_dump((string) decoct(fileperms($pname2 . '/b')));
/php-src/ext/phar/tests/zip/
H A Dall.phpt37 var_dump((string) decoct(fileperms($pname2 . '/b')));
/php-src/ext/standard/
H A Dmath.c994 PHP_FUNCTION(decoct) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3246 function decoct(int $num): string {}
H A Dbasic_functions_arginfo.h2786 ZEND_FUNCTION(decoct);

Completed in 60 milliseconds