Home
last modified time | relevance | path

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

/PHP-7.1/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.1/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 = b"=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c838 val += m->factor; in apprentice_magic_strength()
841 val -= m->factor; in apprentice_magic_strength()
844 val *= m->factor; in apprentice_magic_strength()
847 val /= m->factor; in apprentice_magic_strength()
2086 unsigned long factor; in parse_strength() local
2092 m->factor_op, m->factor); in parse_strength()
2114 factor = strtoul(l, &el, 0); in parse_strength()
2115 if (factor > 255) { in parse_strength()
2123 m->factor = (uint8_t)factor; in parse_strength()
2126 m->factor_op, m->factor); in parse_strength()
[all …]
H A Dfile.h173 uint8_t factor; member
/PHP-7.1/Zend/
H A DREADME.ZEND_VM9 factor but system calls and database calls are, your mileage with this patch
H A Dzend_compile.c1961 zend_uchar factor = (opline->opcode == ZEND_FETCH_STATIC_PROP_R) ? 1 : 3; in zend_adjust_for_fetch_type() local
1971 opline->opcode += 1 * factor; in zend_adjust_for_fetch_type()
1974 opline->opcode += 2 * factor; in zend_adjust_for_fetch_type()
1977 opline->opcode += 3 * factor; in zend_adjust_for_fetch_type()
1980 opline->opcode += 4 * factor; in zend_adjust_for_fetch_type()
1984 opline->opcode += 5 * factor; in zend_adjust_for_fetch_type()
/PHP-7.1/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.1/ext/pdo/
H A Dpdo_sql_parser.re421 /* calculate the possible padding factor due to quoting */
/PHP-7.1/build/
H A Dlibtool.m4906 # Add a significant safety factor because C++ compilers can tack on massive

Completed in 57 milliseconds