Home
last modified time | relevance | path

Searched refs:first (Results 251 – 275 of 618) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/ext/standard/tests/array/
H A Dbug24980.phpt2 Bug #24980 (array_reduce() uses first element as default running total)
H A Darray_combine_variation6.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Dreset_error.phpt6 * Description: Set array argument's internal pointer to the first element and return it
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_error1.phpt17 $s1 = "first=val1&second=val2&third=val3";
H A Dstripos_variation13.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_basic1.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_error.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation6.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Ducwords_error.phpt6 * Description: Uppercase the first character of each word in a string
H A Dstripos_variation4.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrncasecmp_variation8.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
H A Dstrncmp_variation8.phpt6 * Description: Binary safe case-sensitive string comparison of the first n characters
H A Dstr_shuffle_basic.phpt37 // No first time init
H A Dstrncasecmp_variation2.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
H A Dstrncmp_variation2.phpt6 * Description: Binary safe case-sensitive string comparison of the first n characters
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_rewind.phpt2 A generator can only be rewinded before or at the first yield
/PHP-5.5/ext/date/tests/
H A Dtimezone_open_variation1.phpt2 Test timezone_open function : usage variation - Passing unexpected values to first argument $timezo…
11 echo "*** Testing timezone_open() : usage variation - unexpected values to first argument \$timezo…
108 *** Testing timezone_open() : usage variation - unexpected values to first argument $timezone***
/PHP-5.5/Zend/
H A Dzend.h163 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
165 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
169 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
171 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_setalias2.phpt14 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation12-win32.phpt43 Warning: copy(): The first argument to copy() function cannot be a directory in %s on line %d
/PHP-5.5/ext/posix/tests/
H A Dposix_kill_basic.phpt15 // for now start at a low pid and find first pid which does not exist.
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_count_variation4.phpt17 * it counts only the first occurrence or all other occurrences regardless whether they
H A Dmb_strpos_basic.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-5.5/ext/phar/tests/
H A Dcreate_path_error.phpt36 "Font\xBB\x91pro.ttf", //Invalid multi-byte character - missing first byte
37 "Font\xC0\xAFpro.ttf", //Invalid multi-byte character - invalid first byte
/PHP-5.5/ext/spl/tests/
H A Diterator_027.phpt47 $it->rewind(); // cleans and reads first element

Completed in 108 milliseconds

1...<<11121314151617181920>>...25