Home
last modified time | relevance | path

Searched refs:first (Results 126 – 150 of 618) sorted by path

12345678910>>...25

/PHP-5.5/ext/gd/tests/
H A Dimageloadfont_error2.phpt2 Testing that imageloadfont() breaks on invalid file passed as first argument
H A Dimagesetthickness_error1.phpt2 Testing imagetruecolortopalette(): wrong types for first parameter
/PHP-5.5/ext/gettext/tests/
H A Dgettext_bindtextdomain-emptydomain.phpt13 Warning: The first parameter of bindtextdomain must not be empty in %s on line %d
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_basic.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_error1.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation1.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation2.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation3.phpt12 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation3_64bit.phpt12 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation4.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation5.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_basic.phpt36 //first object in array
H A Dimap_fetch_overview_variation1.phpt90 echo "\n-- Testing with first argument value: ";
100 -- Testing with first argument value: int(0)
105 -- Testing with first argument value: int(1)
110 -- Testing with first argument value: int(12345)
115 -- Testing with first argument value: int(-2345)
140 -- Testing with first argument value: float(0.5)
145 -- Testing with first argument value: NULL
150 -- Testing with first argument value: NULL
155 -- Testing with first argument value: bool(true)
212 -- Testing with first argument value: NULL
[all …]
H A Dimap_fetchbody_variation4.phpt29 //Note: the first four values are valid as they will all be cast to 1L.
/PHP-5.5/ext/interbase/tests/
H A D005.phpt27 ibase_blob_create(), ibase_blob_import() first time.
119 /* insert in first transaction context... */
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS28 and by passing NULL as the first parameter. The last function is a combination
29 of the first two. If the message is not a static buffer, copyMsg should be 1.
51 by passing a pointer to the object's intl_error structed as the first parameter.
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp291 PHP_ME_MAPPING(first, breakiter_first, ainfo_biter_void, ZEND_ACC_PUBLIC)
H A Dbreakiterator_iterators.cpp81 int32_t pos = biter->first(); in _breakiterator_rewind()
203 bio->biter->first(); in _breakiterator_parts_rewind()
H A Dbreakiterator_methods.cpp252 &BreakIterator::first, in PHP_FUNCTION()
H A Dcodepointiterator_internal.cpp142 int32_t CodePointBreakIterator::first(void) in first() function in CodePointBreakIterator
H A Dcodepointiterator_internal.h55 virtual int32_t first(void);
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c215 zval *first; in collator_compare_func() local
221 first = *((zval **) f->pData); in collator_compare_func()
224 if( INTL_G(compare_func)( &result, first, second TSRMLS_CC) == FAILURE ) in collator_compare_func()
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt90 for text. Almost all characters are distinguished by the first three levels, and in most
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_current_basic.phpt16 var_dump($bi->first());

Completed in 47 milliseconds

12345678910>>...25