Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 25 of 72) sorted by path

123

/PHP-5.6/
H A D.gitignore121 tests/*/*.exp
127 */tests/*.exp
133 */tests/*/*.exp
140 */*/tests/*.exp
146 */*/tests/*/*.exp
H A DREADME.TESTING87 ext/myext/tests/myext.exp - expected output (E)
89 ext/myext/tests/myext.diff - diff of .out and .exp (D)
/PHP-5.6/build/
H A Dlibtool.m43571 echo "-hidden">> $lib.exp~
3573 $rm $lib.exp'
3637 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3674 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3675 …ared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $com…
3685 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3686 …C -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $com…
6057 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
6058 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$…
6062 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
[all …]
/PHP-5.6/ext/exif/
H A Dexif.c3032 …= (float)exp(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC)*log(2… in exif_process_IFD_TAG()
3043 …= (float)(1/exp(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC)*lo… in exif_process_IFD_TAG()
/PHP-5.6/ext/
H A Dext_skel224 tests/*/*.exp
/PHP-5.6/ext/filter/tests/
H A D030.phpt52 foreach ($ipv6_test as $ip => $exp) {
55 if ($exp != $out) {
56 echo "$ip failed (expected ", $exp?"true":"false", ", got ",
H A D034.phpt24 foreach($booleans as $val=>$exp) {
26 if ($res !== $exp) {
27 echo "$val failed,'$exp' expect, '$res' received.\n";
/PHP-5.6/ext/gd/libgd/
H A Dgd.c89 #define floor_cast(exp) ((long) exp) argument
H A Dgd_interpolation.c559 return (double)(exp(-2.0f * x * x) * 0.79788456080287f); in filter_gaussian()
/PHP-5.6/ext/gd/tests/
H A Dbug43073.phpt10 $exp = [
44 if ($bbox[$j] >= $exp[$i][$j] - 1 && $bbox[$j] <= $exp[$i][$j] + 1) {
47 echo "(expected $exp[$i][$j], got $bbox[$j])";
H A Dbug53504.phpt21 …['fontSize' => 50, 'angle' => 0, 'x' => 20, 'y' => 70, 'text' => 'AV Teg', 'exp' => [2,15, 208,15,…
22 …['fontSize' => 50, 'angle' => 90, 'x' => 70, 'y' => 350, 'text' => 'AV Teg', 'exp' => [15,-1, 15,-…
26 …['fontSize' => 100, 'angle' => 0, 'x' => 350, 'y' => 110, 'text' => 'H-Shift', 'exp' => [8,2, 386,…
29 …['fontSize' => 100, 'angle' => 0, 'x' => 350, 'y' => 220, 'text' => '-', 'exp' => [7,-37, 51,-37, …
30 …['fontSize' => 100, 'angle' => 0, 'x' => 430, 'y' => 220, 'text' => ',', 'exp' => [7,15, 21,15, 21…
31 …['fontSize' => 100, 'angle' => 0, 'x' => 510, 'y' => 220, 'text' => '.', 'exp' => [7,1, 21,1, 21,-…
32 …['fontSize' => 100, 'angle' => 0, 'x' => 590, 'y' => 220, 'text' => '|', 'exp' => [8,0, 17,0, 17,-…
33 …['fontSize' => 100, 'angle' => 0, 'x' => 670, 'y' => 220, 'text' => 'g', 'exp' => [5,29, 60,29, 60…
56 $exp = $test['exp'][$i];
57 if ($bbox[$i] >= $exp - 2 && $bbox[$i] <= $exp + 2) {
[all …]
/PHP-5.6/ext/gmp/
H A Dgmp.c84 ZEND_ARG_INFO(0, exp)
89 ZEND_ARG_INFO(0, exp)
1423 long exp; local
1425 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &base_arg, &exp) == FAILURE) {
1429 if (exp < 0) {
1436 mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp);
1440 mpz_pow_ui(gmpnum_result, gmpnum_base, exp);
/PHP-5.6/ext/imap/tests/
H A Dbug44098.phpt11 $exp = 'Luzon®14 dot CoM';
13 if ($res != $exp) {
14 echo "failed: got <$res>, expected <exp>\n";
/PHP-5.6/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A DMakefile.am2 cp51932_cp50220raw.exp\
3 ujis_sjis.exp\
4 utf8_sjis.exp\
5 yensign.exp
9 uni_to_cp932.exp\
10 uni_to_cp50220.exp\
11 uni_to_cp50222.exp\
12 cp932_to_uni.exp
17 cp932_to_uni.exp: gen_exp CP932.TXT
20 uni_to_cp932.exp: gen_exp CP932.TXT
[all …]
/PHP-5.6/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A DMakefile.am1 EXTRA_DIST=*.exp
/PHP-5.6/ext/mbstring/libmbfl/tests/strcut.tests/
H A DMakefile.am1 EXTRA_DIST=*.exp
/PHP-5.6/ext/mbstring/libmbfl/tests/strwidth.tests/
H A DMakefile.am1 EXTRA_DIST=*.exp
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A DMakefile169 del *.obj $(encdir)\*.obj *.lib *.exp *.dll $(testp).exe $(testc).exe $(testc).obj
/PHP-5.6/ext/mysql/tests/
H A Dmysql_fetch_array.phpt110 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt142 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all_oo.phpt142 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_array.phpt114 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_array_oo.phpt116 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_real_escape_string_unicode.phpt45 if (($exp='абра\\\\ка\"да\\'."'".'бра\Zсим\\nсала\\rби\\0м') !==
48 printf("[010] Expecting %s, got %s\n", $exp, $tmp, var_dump($exp, $tmp));
69 if (($exp='阿卜拉\\\\嘉\"达丰\\'."'".'乳罩\Z辛\\n萨拉\\r毕\\0米') !==
72 printf("[017] Expecting %s, got %s\n", $exp, $tmp, var_dump($exp, $tmp));
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitLir.c623 #define ADDRESSING_DEPENDS_ON(exp, reg) \ argument
624 (((exp) & SLJIT_MEM) && (((exp) & REG_MASK) == reg || OFFS_REG(exp) == reg))

Completed in 106 milliseconds

123