Home
last modified time | relevance | path

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

123

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_directory_denied.phpt16 function exec_and_count($offset, &$db, $sql, $exp) {
19 if ($ret !== $exp) {
21 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec_ddl.phpt12 function exec_and_count($offset, &$db, $sql, $exp, $suppress_warning = false) {
19 if ($ret !== $exp) {
21 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec_select.phpt12 function exec_and_count($offset, &$db, $sql, $exp) {
15 if ($ret !== $exp) {
17 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec.phpt12 function exec_and_count($offset, &$db, $sql, $exp = NULL) {
15 if (!is_null($exp) && ($ret !== $exp)) {
17 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
149 $exp = 0;
152 if ($exp !== $tmp)
154 $exp, gettype($exp),
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt139 $exp = array(
152 $exp[0]['id'] = 1;
153 $exp[1]['id'] = 2;
155 if ($tmp !== $exp) {
157 var_dump($exp);
201 $exp = array(
207 $exp[0]['id'] = 1;
209 if ($tmp !== $exp) {
211 var_dump($exp);
H A Dpdo_mysql_types_zerofill.phpt62 $exp = $value;
66 $exp = $ret_value;
69 if ($row['label'] !== $exp) {
71 $sql_type, var_export($exp, true), gettype($exp),
H A Dpdo_mysql_types.phpt55 $exp = $value;
59 $exp = $ret_value;
61 …if ($row['label'] !== $exp && !is_null($alternative_type) && gettype($row['label']) != $alternativ…
63 $sql_type, var_export($exp, true), gettype($exp),
H A Dpdo_mysql_prepare_native_myisam_index.phpt133 $exp = array(
139 $exp[0]['id'] = 1;
141 if ($tmp !== $exp) {
143 var_dump($exp);
/php-src/ext/spl/tests/
H A Dunserialize.phpt10 $exp = serialize(new $type());
18 var_dump($exp === $out);
/php-src/ext/standard/tests/math/
H A Dexp_basiclong_64bit.phpt2 Test exp function : 64bit long tests
24 var_dump(exp($longVal));
H A Dlog.phpt7 $x2 = (int) exp(log($x));
H A Dpow_variation2.phpt2 Test pow() function : usage variations - different data types as $exp argument
/php-src/scripts/dev/
H A Dcheck_parameters.php129 function check_param($db, $idx, $exp, $optional, $allow_uninit = false) argument
143 if ($db[$idx][1] != $exp) {
144 error("{$db[$idx][0]}: expected '$exp' but got '{$db[$idx][1]}' [".($idx+1).']');
283 foreach ($API_params[$char] as $exp) {
284 check_param($params, ++$j, $exp, $optional, $allow_uninit);
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.h21 lexbor_strtod_internal(const lxb_char_t *start, size_t length, int exp);
/php-src/ext/opcache/jit/ir/
H A D.gitignore16 tests/**/*.exp
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity.phpt12 foreach (['', 'K', 'k', 'M', 'm', 'G', 'g'] as $exp) {
16 $leadingWS, $sign, $midWS, $exp, $trailingWS);
21 if ($exp !== 'g' && $exp !== 'G') { // Would overflow
24 $leadingWS, $sign, $midWS, $exp, $trailingWS);
H A Dzend_ini_parse_quantity_binary_prefixes.phpt13 foreach (['', 'K', 'k', 'M', 'm'] as $exp) {
16 $leadingWS, $sign, $midWS, $exp, $trailingWS);
22 $leadingWS, $sign, $midWS, $exp, $trailingWS);
H A Dzend_ini_parse_quantity_hex_prefixes.phpt13 foreach (['', 'K', 'k', 'M', 'm'] as $exp) {
16 $leadingWS, $sign, $midWS, $exp, $trailingWS);
22 $leadingWS, $sign, $midWS, $exp, $trailingWS);
H A Dzend_ini_parse_quantity_octal_prefixes.phpt13 foreach (['', 'K', 'k', 'M', 'm'] as $exp) {
16 $leadingWS, $sign, $midWS, $exp, $trailingWS);
22 $leadingWS, $sign, $midWS, $exp, $trailingWS);
/php-src/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-src/ext/standard/tests/file/
H A Dis_executable_variation1.phpt42 ".", // current directory, exp: bool(true)
43 "$file_path/is_executable_variation1" // temp directory, exp: bool(true)
H A Dis_readable_variation1.phpt41 ".", // current directory, exp: bool(true)
42 "$file_path/is_readable_variation1" // temp directory, exp: bool(true)
H A Dis_writable_variation1.phpt40 ".", // current directory, exp: bool(true)
41 "$file_path/is_writable_variation1" // temp directory, exp: bool(true)
H A Dis_writable_variation2.phpt22 var_dump( is_writable("$file_path/is_writable_variation2") ); // exp: bool(false)
23 var_dump( is_writeable("$file_path/is_writable_variation2") ); // exp: bool(false)
/php-src/ext/skeleton/
H A D.gitignore.in36 tests/**/*.exp

Completed in 26 milliseconds

123