Home
last modified time | relevance | path

Searched refs:exp (Results 51 – 75 of 75) sorted by relevance

123

/php-src/Zend/tests/zend_ini/
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/ext/standard/tests/file/
H A Dis_executable_variation2.phpt22 var_dump( is_executable("$file_path/is_executable_variation2") ); // exp: bool(false)
H A Dis_readable_variation2.phpt22 var_dump( is_readable("$file_path/is_readable_variation2") ); // exp: bool(false)
/php-src/win32/build/
H A DMakefile164 …st $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_D…
176 …es $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_D…
/php-src/build/
H A Dlibtool.m43576 echo "-hidden">> $lib.exp~
3578 $rm $lib.exp'
3642 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3679 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3680 …ared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $com…
3690 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
3691 …C -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $com…
6062 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
6063 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$…
6067 …1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "…
[all …]
/php-src/sapi/apache2handler/
H A Dconfig.m484 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-brtl -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
/php-src/ext/gmp/
H A Dgmp.c1274 zend_long exp; in ZEND_FUNCTION() local
1276 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &base_arg, &exp) == FAILURE) { in ZEND_FUNCTION()
1280 if (exp < 0) { in ZEND_FUNCTION()
1287 mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp); in ZEND_FUNCTION()
1292 mpz_pow_ui(gmpnum_result, gmpnum_base, exp); in ZEND_FUNCTION()
/php-src/ext/standard/
H A Dmath.c575 PHP_FUNCTION(exp) in PHP_FUNCTION() argument
583 RETURN_DOUBLE(exp(num)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3215 function exp(float $num): float {}
H A Dbasic_functions_arginfo.h2795 ZEND_FUNCTION(exp);
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c2161 sljit_u32 exp; in sljit_emit_fset32() local
2176 exp = (u.imm >> (23 + 2)) & 0x3f; in sljit_emit_fset32()
2178 if (exp == 0x20 || exp == 0x1f) in sljit_emit_fset32()
2189 sljit_uw exp; in sljit_emit_fset64() local
2204 exp = (u.imm >> (52 + 2)) & 0x1ff; in sljit_emit_fset64()
2206 if (exp == 0x100 || exp == 0xff) in sljit_emit_fset64()
H A DsljitNativeARM_T2_32.c2463 sljit_u32 exp; in sljit_emit_fset32() local
2478 exp = (u.imm >> (23 + 2)) & 0x3f; in sljit_emit_fset32()
2480 if (exp == 0x20 || exp == 0x1f) { in sljit_emit_fset32()
2495 sljit_u32 exp; in sljit_emit_fset64() local
2510 exp = (u.imm[1] >> ((52 - 32) + 2)) & 0x1ff; in sljit_emit_fset64()
2512 if (exp == 0x100 || exp == 0xff) { in sljit_emit_fset64()
H A DsljitNativeARM_32.c2890 sljit_u32 exp; in sljit_emit_fset32() local
2905 exp = (u.imm >> (23 + 2)) & 0x3f; in sljit_emit_fset32()
2907 if (exp == 0x20 || exp == 0x1f) { in sljit_emit_fset32()
2922 sljit_u32 exp; in sljit_emit_fset64() local
2937 exp = (u.imm[1] >> ((52 - 32) + 2)) & 0x1ff; in sljit_emit_fset64()
2939 if (exp == 0x100 || exp == 0xff) { in sljit_emit_fset64()
H A DsljitLir.c839 #define ADDRESSING_DEPENDS_ON(exp, reg) \ argument
840 (((exp) & SLJIT_MEM) && (((exp) & REG_MASK) == reg || OFFS_REG(exp) == reg))
/php-src/
H A D.gitignore230 **/tests/**/*.exp
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt51 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt111 … 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.phpt129 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_array.phpt106 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/php-src/ext/gd/libgd/
H A Dgd.c60 #define floor_cast(exp) ((long) exp) argument
H A Dgd_interpolation.c570 return (double)(exp(-2.0f * x * x) * 0.79788456080287f); in filter_gaussian()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c215 #define cast(t,exp)((t)(exp)) argument
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます530 # assembler instructions: lea exp(pc),a1; moveq 25h,d0; jsr -552(a6)
H A Dmagic530 # assembler instructions: lea exp(pc),a1; moveq 25h,d0; jsr -552(a6)

Completed in 311 milliseconds

123