Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/standard/tests/strings/
H A Dquoted_printable_decode_basic.phpt12 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
H A Dquoted_printable_decode_error.phpt16 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c849 val += m->factor; in apprentice_magic_strength()
852 val -= m->factor; in apprentice_magic_strength()
855 val *= m->factor; in apprentice_magic_strength()
858 val /= m->factor; in apprentice_magic_strength()
2111 unsigned long factor; in parse_strength() local
2117 m->factor_op, m->factor); in parse_strength()
2139 factor = strtoul(l, &el, 0); in parse_strength()
2140 if (factor > 255) { in parse_strength()
2148 m->factor = (uint8_t)factor; in parse_strength()
2151 m->factor_op, m->factor); in parse_strength()
[all …]
H A Dfile.h175 uint8_t factor; member
/PHP-7.2/Zend/
H A DREADME.ZEND_VM9 factor but system calls and database calls are, your mileage with this patch
H A Dzend_compile.c1956 zend_uchar factor = (opline->opcode == ZEND_FETCH_STATIC_PROP_R) ? 1 : 3; in zend_adjust_for_fetch_type() local
1966 opline->opcode += 1 * factor; in zend_adjust_for_fetch_type()
1969 opline->opcode += 2 * factor; in zend_adjust_for_fetch_type()
1972 opline->opcode += 3 * factor; in zend_adjust_for_fetch_type()
1975 opline->opcode += 4 * factor; in zend_adjust_for_fetch_type()
1979 opline->opcode += 5 * factor; in zend_adjust_for_fetch_type()
/PHP-7.2/ext/standard/
H A Dimage.c208 int factor = 1,maxfactor = 16; in php_handle_swc() local
246 szlength = ZSTR_LEN(bufz) * (1<<factor++); in php_handle_swc()
249 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
/PHP-7.2/build/
H A Dlibtool.m4906 # Add a significant safety factor because C++ compilers can tack on massive

Completed in 143 milliseconds