Home
last modified time | relevance | path

Searched refs:first (Results 226 – 250 of 618) sorted by last modified time

12345678910>>...25

/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_variation2.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_combine_variation3.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_combine_variation4.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_combine_variation5.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_combine_variation6.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_column_error.phpt20 echo "\n-- Testing array_column() function with string as first parameter --\n";
23 echo "\n-- Testing array_column() function with int as first parameter --\n";
53 -- Testing array_column() function with string as first parameter --
58 -- Testing array_column() function with int as first parameter --
H A Darray_combine_basic.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_combine_error1.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A D005.phpt6 * Description: Shifts the first value of the array off and returns it.
H A D009.phpt9 mixed reset ( array &$array ) -> Reset the internal pointer to first element
46 var_dump( reset($sub_array) ); // reset the internal pointer to first element
66 var_dump( reset($sub_array) ); // reset the internal pointer to first element
H A Darray_change_key_case_errors.phpt10 var_dump( array_change_key_case($int_var, CASE_UPPER) ); // invalid first argument
/PHP-5.5/ext/standard/
H A Dphp_var.h44 void *first; member
H A Dpack.c343 int first = 1; in PHP_FUNCTION() local
372 if (first--) { in PHP_FUNCTION()
375 first = 1; in PHP_FUNCTION()
754 int first = 1; in PHP_FUNCTION() local
781 if (first-- == 0) { in PHP_FUNCTION()
783 first = 1; in PHP_FUNCTION()
H A Darray.c178 zval first; in php_array_key_compare() local
185 Z_TYPE(first) = IS_LONG; in php_array_key_compare()
186 Z_LVAL(first) = f->h; in php_array_key_compare()
188 Z_TYPE(first) = IS_STRING; in php_array_key_compare()
364 zval *first; in php_array_data_compare() local
409 zval first, second; in php_array_natural_general_compare() local
417 first = *fval; in php_array_natural_general_compare()
421 zval_copy_ctor(&first); in php_array_natural_general_compare()
433 zval_dtor(&first); in php_array_natural_general_compare()
2890 zval *first; in zval_compare() local
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c24828 pNew->first = 0;
24842 elem = pH->first;
24843 pH->first = 0;
24892 if( pH->first ){ pH->first->prev = pNew; }
24933 for(elem=pH->first, pH->first=0; elem; elem = next_elem){
54742 u16 first;
140788 pNew->first = 0;
140802 elem = pH->first;
140803 pH->first = 0;
140905 if( pH->first ){ pH->first->prev = pNew; }
[all …]
/PHP-5.5/ext/sqlite3/
H A Dconfig0.m445 AC_MSG_ERROR([Please install SQLite 3.3.9 first or check libsqlite3 is present])
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_012.phpt9 throw new Exception('first');
44 first
48 first
52 Fatal error: Uncaught exception 'Exception' with message 'first' in %sspl_autoload_012.php:%d
H A Drecursiveiteratoriterator_enditeration_basic.phpt2 SPL: RecursiveIteratorIterator::endIteration() is called when ::valid() first returns false
H A Diterator_027.phpt47 $it->rewind(); // cleans and reads first element
H A Dbug45614.phpt24 echo "--> Show the first two items:\n";
27 echo "\n--> Rewind and show the first two items:\n";
31 echo "\n--> Invalidate current position and show the first two items:\n";
36 echo "\n--> Rewind, seek and show the first two items:\n";
42 --> Show the first two items:
46 --> Rewind and show the first two items:
50 --> Invalidate current position and show the first two items:
54 --> Rewind, seek and show the first two items:
H A DSplFileObject_fscanf_basic.phpt11 string(18) "first,second,third"
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
H A DSplFileObject_fpassthru_basic.phpt9 first,second,third
H A DSplDoublyLinkedList_offsetExists_success.phpt13 // Validate that we can see the first value
/PHP-5.5/ext/spl/
H A Dspl_directory.c2239 zval ** first = Z_ARRVAL_P(intern->u.file.current_zval)->pListHead->pData; in spl_filesystem_file_is_empty_line() local
2241 return Z_TYPE_PP(first) == IS_STRING && Z_STRLEN_PP(first) == 0; in spl_filesystem_file_is_empty_line()

Completed in 330 milliseconds

12345678910>>...25