/PHP-8.0/ext/standard/tests/math/ |
H A D | decoct_variation1.phpt | 2 Test decoct() function : usage variations - different data types as $num arg 11 echo "*** Testing decoct() : usage variations ***\n"; 85 var_dump(decoct($input)); 94 *** Testing decoct() : usage variations *** 109 decoct(): Argument #1 ($num) must be of type int, float given 112 decoct(): Argument #1 ($num) must be of type int, float given 121 decoct(): Argument #1 ($num) must be of type int, float given 148 decoct(): Argument #1 ($num) must be of type int, string given 151 decoct(): Argument #1 ($num) must be of type int, string given 154 decoct(): Argument #1 ($num) must be of type int, array given [all …]
|
H A D | decoct_variation1_64bit.phpt | 11 echo "*** Testing decoct() : usage variations ***\n"; 85 var_dump(decoct($input)); 94 *** Testing decoct() : usage variations *** 109 decoct(): Argument #1 ($num) must be of type int, float given 112 decoct(): Argument #1 ($num) must be of type int, float given 148 decoct(): Argument #1 ($num) must be of type int, string given 151 decoct(): Argument #1 ($num) must be of type int, string given 154 decoct(): Argument #1 ($num) must be of type int, array given 157 decoct(): Argument #1 ($num) must be of type int, string given 160 decoct(): Argument #1 ($num) must be of type int, string given [all …]
|
H A D | decoct_basic.phpt | 2 Test decoct() - basic function test decoct() 22 var_dump(decoct($value)); 39 decoct(): Argument #1 ($num) must be of type int, string given
|
H A D | decoct_basiclong_64bit.phpt | 2 Test decoct function : 64bit long tests 25 var_dump(decoct($longVal)); 58 decoct(): Argument #1 ($num) must be of type int, float given
|
/PHP-8.0/ext/phar/tests/ |
H A D | bug77022.phpt | 11 var_dump(decoct(umask())); 14 var_dump(decoct(stat($sFile)['mode'])); 22 var_dump(decoct(stat(__DIR__ . '/test-file-phar')['mode'])); 23 var_dump(decoct(stat(__DIR__ . '/test-from-string')['mode']));
|
H A D | bug79082.phpt | 11 var_dump(decoct(umask())); 20 var_dump(decoct(stat(__DIR__ . '/test79082-testfile')['mode'])); 21 var_dump(decoct(stat(__DIR__ . '/test79082-testfile2')['mode'])); 30 var_dump(decoct(stat(__DIR__ . '/test79082-testfile')['mode'])); 31 var_dump(decoct(stat(__DIR__ . '/test79082-testfile2')['mode']));
|
/PHP-8.0/ext/phar/tests/cache_list/files/ |
H A D | write18.phar | 3 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n"; 5 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
|
H A D | write18.phar.inc | 9 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n"; 11 echo decoct(fileperms("phar://" . __FILE__ . "/test.txt")),"\n";
|
/PHP-8.0/ext/phar/tests/tar/files/ |
H A D | tarmaker.php.inc | 82 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 D | corrupt_tarmaker.php.inc | 89 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 D | make.dangerous.tar.php.inc | 84 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-8.0/ext/standard/tests/file/ |
H A D | bug78386.phpt | 11 var_dump(decoct($stat['mode']));
|
/PHP-8.0/ext/spl/tests/ |
H A D | DirectoryIterator_getInode_basic.phpt | 21 var_dump(decoct($dirIterator->getInode()));
|
/PHP-8.0/ext/session/tests/ |
H A D | bug42596.phpt | 29 var_dump(decoct(fileperms($sessfile)));
|
/PHP-8.0/ext/phar/tests/tar/ |
H A D | all.phpt | 34 var_dump((string) decoct(fileperms($pname2 . '/b')));
|
/PHP-8.0/ext/phar/tests/zip/ |
H A D | all.phpt | 39 var_dump((string) decoct(fileperms($pname2 . '/b')));
|
/PHP-8.0/ext/standard/ |
H A D | math.c | 952 PHP_FUNCTION(decoct) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1103 function decoct(int $num): string {} function
|
H A D | basic_functions_arginfo.h | 2684 ZEND_FUNCTION(decoct); 3324 ZEND_FE(decoct, arginfo_decoct)
|