Home
last modified time | relevance | path

Searched refs:up (Results 151 – 175 of 222) sorted by last modified time

123456789

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt60 // maximum packet size up to which we test is 10M
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt45 // maximum packet size up to which we test is 10M
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt45 // maximum packet size up to which we test is 10M
H A Dmysqli_stmt_fetch_bit.phpt25 /* NOTE: works only for up to 31 bits! This limitation should be documented. */
H A Dmysqli_poll_mixing_insert_select.phpt97 // eat up all results
H A Dconnect.inc36 with PHP 5.3.0 and up, we set everything that looks like prior to
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2312 int low, up, syn_allow, non_low = 0; in fetch_range_quantifier() local
2354 up = onig_scan_unsigned_number(&p, end, env->enc); in fetch_range_quantifier()
2355 if (up < 0) return ONIGERR_TOO_BIG_NUMBER_FOR_REPEAT_RANGE; in fetch_range_quantifier()
2356 if (up > ONIG_MAX_REPEAT_NUM) in fetch_range_quantifier()
2362 up = REPEAT_INFINITE; /* {n,} : {n,infinite} */ in fetch_range_quantifier()
2370 up = low; /* {n} : exact n times */ in fetch_range_quantifier()
2382 if (!IS_REPEAT_INFINITE(up) && low > up) { in fetch_range_quantifier()
2388 tok->u.repeat.upper = up; in fetch_range_quantifier()
H A DHISTORY187 2006/10/27: [tune] speed up ONIGENC_MBC_CASE_FOLD() for UTF-16, UTF-32.
771 2004/12/01: [dist] add make targets 19 and 19up to win32/Makefile.
795 2004/11/29: [inst] add make target "19up".
1758 2003/02/10: [impl] lift up head_exact value from child qualifier node to parent.
1830 speed up regexec().
1843 2003/01/16: [impl] rewrite POSIX API regexec() for speed up.
1984 2002/03/04: [bug] make up a break-statement in compileTree().
1991 STK_BOTTOM for (little bit) speed up STACK_POP.
2012 [tune: tune for speed up]
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE398 system; it is up to the author/donor to decide if he or she is willing
/PHP-5.5/ext/json/
H A DJSON_parser.c392 static void attach_zval(JSON_parser jp, int up, int cur, smart_str *key, int assoc TSRMLS_DC) in attach_zval() argument
394 zval *root = jp->the_zstack[up]; in attach_zval()
396 int up_mode = jp->stack[up]; in attach_zval()
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt15 // (it will show up the first time, or if you wait a while before running it again.)
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt20 // set up mailbox with one message
H A Dimap_fetchbody_error.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
H A Dimap_fetchbody_variation3.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
H A Dimap_fetchbody_variation4.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
H A Dimap_fetchbody_variation6.phpt24 $stream_id = setup_test_mailbox('', 3); // set up temp mailbox with simple msgs
H A Dimap_fetchheader_variation2.phpt22 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
H A Dimap_fetchheader_variation3.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
H A Dimap_fetch_overview_error.phpt25 $stream_id = setup_test_mailbox('', 2, $mailbox, 'notSimple'); // set up temp mailbox with 2 msgs
H A Dimap_fetch_overview_variation2.phpt23 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
H A Dimap_fetch_overview_variation3.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
H A Dimap_fetch_overview_variation5.phpt23 $stream_id = setup_test_mailbox('', 3, $mailbox, 'notSimple'); // set up temp mailbox with 3 msgs
H A Dimap_fetchbody_variation2.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
H A Dimap_fetchheader_variation5.phpt23 $stream_id = setup_test_mailbox('', 3, $mailbox, 'notSimple'); // set up temp mailbox with 3 msgs
H A DREADME9 …password for one user, webmaster@something.com. It's also necessary to set up one additional user …

Completed in 97 milliseconds

123456789