Home
last modified time | relevance | path

Searched refs:up (Results 51 – 75 of 222) sorted by path

123456789

/PHP-5.5/ext/imap/tests/
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_fetchheader_variation5.phpt23 $stream_id = setup_test_mailbox('', 3, $mailbox, 'notSimple'); // set up temp mailbox with 3 msgs
/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.)
H A Duconverter_func_basic.phpt8 // urlencode so that non-ascii shows up parsable in phpt file
H A Duconverter_oop_basic.phpt9 // urlencode so that non-ascii shows up parsable in phpt file
/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/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/mbstring/oniguruma/
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]
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()
/PHP-5.5/ext/mysqli/tests/
H A Dconnect.inc36 with PHP 5.3.0 and up, we set everything that looks like prior to
H A Dmysqli_poll_mixing_insert_select.phpt97 // eat up all results
H A Dmysqli_stmt_fetch_bit.phpt25 /* NOTE: works only for up to 31 bits! This limitation should be documented. */
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
/PHP-5.5/ext/oci8/tests/
H A Dbind_empty.phpt85 // Clean up
H A Dbind_misccoltypes.phpt263 // Clean up
H A Dbind_misccoltypes_errs.phpt108 // Clean up
H A Dbind_number.phpt126 // Clean up
H A Dbind_query.phpt56 // Clean up
H A Dbind_sqltafc.phpt79 // Clean up
H A Dbind_sqltchr_1.phpt127 // Clean up
H A Dbind_sqltchr_2.phpt35 // Clean up

Completed in 52 milliseconds

123456789