Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/ext/fileinfo/libmagic/
H A Dapprentice.c889 val += m->factor; in apprentice_magic_strength()
892 val -= m->factor; in apprentice_magic_strength()
895 val *= m->factor; in apprentice_magic_strength()
898 val /= m->factor; in apprentice_magic_strength()
2151 unsigned long factor; in parse_strength() local
2157 m->factor_op, m->factor); in parse_strength()
2179 factor = strtoul(l, &el, 0); in parse_strength()
2180 if (factor > 255) { in parse_strength()
2188 m->factor = (uint8_t)factor; in parse_strength()
2191 m->factor_op, m->factor); in parse_strength()
[all …]
H A Dfile.h185 uint8_t factor; member
/PHP-7.3/Zend/
H A DREADME.ZEND_VM9 factor but system calls and database calls are, your mileage with this patch
H A Dzend_compile.c1910 zend_uchar factor = (opline->opcode == ZEND_FETCH_STATIC_PROP_R) ? 1 : 3; in zend_adjust_for_fetch_type() local
1918 opline->opcode += 1 * factor; in zend_adjust_for_fetch_type()
1921 opline->opcode += 2 * factor; in zend_adjust_for_fetch_type()
1926 opline->opcode += 3 * factor; in zend_adjust_for_fetch_type()
1929 opline->opcode += 4 * factor; in zend_adjust_for_fetch_type()
1932 opline->opcode += 5 * factor; in zend_adjust_for_fetch_type()
/PHP-7.3/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.3/build/
H A Dlibtool.m4906 # Add a significant safety factor because C++ compilers can tack on massive

Completed in 64 milliseconds