Home
last modified time | relevance | path

Searched refs:decbin (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/ext/standard/tests/math/
H A Ddecbin_variation1.phpt2 Test decbin() function : usage variations - different data types as $number arg
11 /* Prototype : string decbin ( int $number )
16 echo "*** Testing decbin() : usage variations ***\n";
84 // loop through each element of $inputs to check the behaviour of decbin()
88 var_dump(decbin($input));
95 *** Testing decbin() : usage variations ***
H A Ddecbin_variation1_64bit.phpt2 Test decbin() function : usage variations - different data types as $number arg
11 /* Prototype : string decbin ( int $number )
16 echo "*** Testing decbin() : usage variations ***\n";
84 // loop through each element of $inputs to check the behaviour of decbin()
88 var_dump(decbin($input));
95 *** Testing decbin() : usage variations ***
H A Ddecbin_basic.phpt2 Test decbin() - basic function test
21 $res = decbin($values[$i]);
H A Ddecbin_basiclong_64bit.phpt2 Test decbin function : 64bit long tests
24 var_dump(decbin($longVal));
/PHP-7.4/ext/gd/tests/
H A Dbug79615.phpt17 echo decbin(ord(ob_get_clean()[0xA]));
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation6.phpt21 "<html>I am html string</html>".decbin(65)."<?php I am php string?>"
H A Dhtmlspecialchars_decode_variation6.phpt20 "This converts\t decimal to \$string".decbin(65)."Hello world",
H A Dstrncasecmp_variation6.phpt19 $str1 = decbin($ASCII); //ASCII value in binary form
20 …$str2 = decbin( ord( chr($ASCII) ) ); //Getting equivalent ASCII value for the character in binar…
28 $str1 = decbin(256);
29 $str2 = decbin( ord( chr(256) ));
/PHP-7.4/ext/standard/
H A Dphp_math.h55 PHP_FUNCTION(decbin);
H A Dmath.c1050 PHP_FUNCTION(decbin) in PHP_FUNCTION() argument
H A Dbasic_functions.c2965 PHP_FE(decbin, arginfo_decbin)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt39 … $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, b'%s')", $value, decbin($value));
H A Dmysqli_fetch_assoc_bit.phpt72 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);
H A Dmysqli_stmt_get_result_bit.phpt78 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);
H A Dmysqli_stmt_bind_result_bit.phpt89 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);

Completed in 37 milliseconds