Home
last modified time | relevance | path

Searched refs:current (Results 401 – 425 of 585) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt16 * Description: Sets locale information.Returns the new current locale ,
91 // set the found locale as current locale
H A Dsetlocale_basic2.phpt16 * Description: Sets locale information.Returns the new current locale , or FALSE
101 // dump the current locale
/PHP-5.5/ext/intl/tests/
H A Dcollator_create2.phpt31 // Create Collator with the current locale.
H A Dcollator_create3.phpt31 // Create Collator with the current locale.
/PHP-5.5/ext/session/tests/
H A Dsession_cache_limiter_error.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_id_error.phpt12 * Description : Get and/or set the current session id
H A Dsession_save_path_error.phpt16 * Description : Get and/or set the current session save path
H A Dsession_regenerate_id_error.phpt12 * Description : Update the current session id with a newly generated one
/PHP-5.5/ext/date/tests/
H A DDateTime_setDate_error.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A Ddate_date_set_error.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A Ddate_default_timezone_get-1-win32.phpt14 …/* The behaviour on windows is to select an arbitrary timezone name from the current system settin…
/PHP-5.5/ext/spl/
H A Dspl_iterators.h138 } current; member
/PHP-5.5/ext/standard/tests/file/
H A Dfpassthru_variation.phpt7 Description: Reads to EOF on the given file pointer from the current position
/PHP-5.5/ext/standard/
H A Dphp_array.h48 PHP_FUNCTION(current);
/PHP-5.5/ext/standard/tests/array/
H A D005.phpt68 var_dump( current($mixed_array[1]) );
80 var_dump( current($mixed_array[1]) );
H A Dend_64bit.phpt39 var_dump( current($sub_array) );
107 var_dump( current($resources) );
H A Dend.phpt39 var_dump( current($sub_array) );
107 var_dump( current($resources) );
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
/PHP-5.5/ext/pdo/tests/
H A Dpdo_test.inc20 // the current environment
/PHP-5.5/ext/spl/internal/
H A Drecursivecachingiterator.inc80 /** @return whether the current element has children
/PHP-5.5/ext/standard/tests/dir/
H A Dchdir_variation2.phpt6 * Description: Change the current directory
/PHP-5.5/ext/curl/
H A Dinterface.c2498 zval **current; in _php_curl_setopt() local
2540 zend_hash_get_current_data(ph, (void **) &current) == SUCCESS; in _php_curl_setopt()
2543 SEPARATE_ZVAL(current); in _php_curl_setopt()
2544 convert_to_string_ex(current); in _php_curl_setopt()
2546 slist = curl_slist_append(slist, Z_STRVAL_PP(current)); in _php_curl_setopt()
2586 zval **current; in _php_curl_setopt() local
2618 …if(Z_TYPE_PP(current) == IS_OBJECT && instanceof_function(Z_OBJCE_PP(current), curl_CURLFile_class… in _php_curl_setopt()
2656 SEPARATE_ZVAL(current); in _php_curl_setopt()
2657 convert_to_string_ex(current); in _php_curl_setopt()
2659 postval = Z_STRVAL_PP(current); in _php_curl_setopt()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c511 …copy_it(zval *** copies, zval * original, unsigned int param_count, unsigned int current TSRMLS_DC) in mysqlnd_stmt_copy_it()
517 MAKE_STD_ZVAL((*copies)[current]); in mysqlnd_stmt_copy_it()
518 *(*copies)[current] = *original; in mysqlnd_stmt_copy_it()
519 Z_SET_REFCOUNT_P((*copies)[current], 1); in mysqlnd_stmt_copy_it()
520 zval_copy_ctor((*copies)[current]); in mysqlnd_stmt_copy_it()
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator8.phpt2 Phar::buildFromIterator() RegexIterator(DirectoryIterator), SplFileInfo as current
/PHP-5.5/ext/oci8/tests/
H A Dlob_042.phpt58 Warning: OCI-Lob::truncate(): Size must be less than or equal to the current LOB size in %s on line…

Completed in 44 milliseconds

1...<<11121314151617181920>>...24