Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/standard/tests/general_functions/
H A D002.phpt4 <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
10 �wow-factor���������
H A D006.phpt4 <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A=
10 �wow-factor���������
/PHP-7.4/ext/standard/tests/strings/
H A Dquoted_printable_decode_basic.phpt12 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c900 val += m->factor; in apprentice_magic_strength()
903 val -= m->factor; in apprentice_magic_strength()
906 val *= m->factor; in apprentice_magic_strength()
909 val /= m->factor; in apprentice_magic_strength()
2174 unsigned long factor; in parse_strength() local
2180 m->factor_op, m->factor); in parse_strength()
2202 factor = strtoul(l, &el, 0); in parse_strength()
2203 if (factor > 255) { in parse_strength()
2211 m->factor = CAST(uint8_t, factor); in parse_strength()
2214 m->factor_op, m->factor); in parse_strength()
[all …]
H A Dfile.h190 uint8_t factor; member
/PHP-7.4/ext/standard/
H A Dimage.c206 int factor = 1,maxfactor = 16; in php_handle_swc() local
244 szlength = ZSTR_LEN(bufz) * (1<<factor++); in php_handle_swc()
247 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
/PHP-7.4/Zend/
H A DREADME.md38 factor but system calls and database calls are, your mileage with this patch
H A Dzend_compile.c1833 zend_uchar factor = (opline->opcode == ZEND_FETCH_STATIC_PROP_R) ? 1 : 3; in zend_adjust_for_fetch_type() local
1841 opline->opcode += 1 * factor; in zend_adjust_for_fetch_type()
1844 opline->opcode += 2 * factor; in zend_adjust_for_fetch_type()
1849 opline->opcode += 3 * factor; in zend_adjust_for_fetch_type()
1852 opline->opcode += 4 * factor; in zend_adjust_for_fetch_type()
1855 opline->opcode += 5 * factor; in zend_adjust_for_fetch_type()
/PHP-7.4/
H A DUPGRADING209 $factor = 10;
210 $nums = array_map(fn($num) => $num * $factor, $nums);
/PHP-7.4/build/
H A Dlibtool.m4906 # Add a significant safety factor because C++ compilers can tack on massive

Completed in 62 milliseconds