Home
last modified time | relevance | path

Searched refs:previous (Results 26 – 50 of 89) sorted by relevance

1234

/PHP-5.5/ext/dom/tests/
H A Ddom_set_attr_node.phpt70 ["previous":"Exception":private]=>
H A Ddom003.phpt58 ["previous":"Exception":private]=>
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h59 virtual int32_t previous(void);
H A Dcodepointiterator_internal.cpp159 int32_t CodePointBreakIterator::previous(void) in previous() function in CodePointBreakIterator
/PHP-5.5/Zend/tests/
H A Dbug40833.phpt65 //This will not crash (comment previous & uncomment this to test
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
6 /* It's impossible to preserve the previous scope when doing so would break
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c784 FT_UInt glyph_index, previous; local
871 previous = 0;
935 previous = 0; /* clear kerning flag */
952 previous = 0; /* clear kerning flag */
1038 if (use_kerning && previous && glyph_index) {
1039 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1110 previous = glyph_index;
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_count_variation4.phpt18 * were part of previous match
/PHP-5.5/ext/standard/tests/array/
H A Dprev_basic.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Dprev_error1.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt44 echo 'Expect same thread id for $link and default conn but not the previous: ';
82 Expect same thread id for $link and default conn but not the previous: bool(true)
H A Dmysql_select_db.phpt44 // ($db) was done by mysql__connect() already and the previous test
H A Dmysql_query_load_data_openbasedir.phpt13 die("skip Cannot remove previous CSV file");
H A Dmysql_unbuffered_query.phpt119 Notice: mysql_close(): Function called without first fetching all rows from a previous unbuffered q…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt57 …printf("[007] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
72 …printf("[010] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
101 …printf("[017] API id should have been reset to 0 because previous query was SET, got API %d, SQL %…
147 …printf("[027] API id should have been reset to 0 because previous query failed, got API %d, SQL %d…
H A Dmysqli_select_db.phpt46 // ($db) was done by mysqli__connect() already and the previous test
H A Dmysqli_options.phpt41 /* set it twice, checking if memory for the previous one is correctly freed */
/PHP-5.5/ext/date/tests/
H A Dbug49059.phpt2 Bug #49059 (DateTime::diff() repeats previous sub() operation)
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dtempnam_variation6.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dstat_variation8-win32.phpt59 clearstatcache(true, $filename); // clear previous size value in cache
/PHP-5.5/ext/pdo/tests/
H A Dpdo_test.inc42 // on a previous run
/PHP-5.5/
H A DREADME.MAILINGLIST_RULES48 previous posters have said. This is even more important the longer the
68 and remove any previous comment that is not relevant to your post.
/PHP-5.5/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt41 $p = $codepoint_it->previous();
/PHP-5.5/Zend/RFCs/
H A D001.txt46 previous versions of the scripting engine. However, you won't bump
51 The previous code will assign $object the handle of a new instance of

Completed in 47 milliseconds

1234