Home
last modified time | relevance | path

Searched refs:exp (Results 26 – 50 of 70) sorted by relevance

123

/PHP-7.2/scripts/dev/
H A Dcheck_parameters.php132 function check_param($db, $idx, $exp, $optional, $allow_uninit = false) argument
146 if ($db[$idx][1] != $exp) {
147 error("{$db[$idx][0]}: expected '$exp' but got '{$db[$idx][1]}' [".($idx+1).']');
286 foreach ($API_params[$char] as $exp) {
287 check_param($params, ++$j, $exp, $optional, $allow_uninit);
/PHP-7.2/ext/standard/tests/math/
H A Dexp_basiclong_64bit.phpt2 Test exp function : 64bit long tests
24 var_dump(exp($longVal));
H A Dpow_variation2.phpt2 Test pow() function : usage variations - different data types as $exp argument
7 /* Prototype : number pow ( number $base , number $exp )
H A Dlog.phpt7 $x2 = (int) exp(log($x));
H A Dexpm1_basic.phpt8 * Description: Returns exp(number) - 1, computed in a way that is accurate even
H A Dexpm1_error.phpt6 * Description: Returns exp(number) - 1, computed in a way that is accurate even
H A Ddecbin_error.phpt12 * Description: Returns exp(number) - 1, computed in a way that is accurate even
H A Dpow_variation1.phpt11 /* Prototype : number pow ( number $base , number $exp )
H A Dpow_variation1_64bit.phpt11 /* Prototype : number pow ( number $base , number $exp )
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_ddl.phpt11 function exec_and_count($offset, &$db, $sql, $exp, $suppress_warning = false) {
20 if ($ret !== $exp) {
22 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec_select.phpt11 function exec_and_count($offset, &$db, $sql, $exp) {
16 if ($ret !== $exp) {
18 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec.phpt11 function exec_and_count($offset, &$db, $sql, $exp = NULL) {
16 if (!is_null($exp) && ($ret !== $exp)) {
18 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
152 $exp = 0;
155 if ($exp !== $tmp)
157 $exp, gettype($exp),
H A Dpdo_mysql_types_zerofill.phpt61 $exp = $value;
65 $exp = $ret_value;
68 if ($row['label'] !== $exp) {
70 $sql_type, var_export($exp, true), gettype($exp),
H A Dpdo_mysql_prepare_load_data.phpt33 function exec_and_count($offset, &$db, $sql, $exp) {
38 if ($ret !== $exp) {
40 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_types.phpt54 $exp = $value;
58 $exp = $ret_value;
60 …if ($row['label'] !== $exp && !is_null($alternative_type) && gettype($row['label']) != $alternativ…
62 $sql_type, var_export($exp, true), gettype($exp),
H A Dpdo_mysql_prepare_native.phpt238 $exp = array(
251 $exp[0]['id'] = 1;
252 $exp[1]['id'] = 2;
254 if ($tmp !== $exp) {
256 var_dump($exp);
300 $exp = array(
306 $exp[0]['id'] = 1;
308 if ($tmp !== $exp) {
310 var_dump($exp);
/PHP-7.2/win32/build/
H A DMakefile.phpize31 …st $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_D…
37 …es $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_D…
/PHP-7.2/ext/standard/tests/file/
H A Dis_executable_variation1.phpt46 ".", // current directory, exp: bool(true)
47 "$file_path/is_executable_variation1" // temp directory, exp: bool(true)
H A Dis_readable_variation1.phpt55 ".", // current directory, exp: bool(true)
56 "$file_path/is_readable_variation1" // temp directory, exp: bool(true)
H A Dis_writable_variation2.phpt37 var_dump( is_writable("$file_path/is_writable_variation2") ); // exp: bool(false)
38 var_dump( is_writeable("$file_path/is_writable_variation2") ); // exp: bool(false)
H A Dis_writable_variation1.phpt57 ".", // current directory, exp: bool(true)
58 "$file_path/is_writable_variation1" // temp directory, exp: bool(true)
H A Dis_executable_variation2.phpt35 var_dump( is_executable("$file_path/is_executable_variation2") ); // exp: bool(false)
/PHP-7.2/ext/standard/tests/array/
H A Darray_rand_variation5.phpt21 2e2 => 'exp key1', 2000e-3 => 'negative exp key',
H A Darray_rand_variation4.phpt23 2e2 => 'exp key1', -2e3 => 'negative exp key'),
/PHP-7.2/ext/standard/
H A Dphp_math.h41 PHP_FUNCTION(exp);

Completed in 123 milliseconds

123