Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...22

/PHP-5.3/ext/standard/tests/general_functions/
H A Dgetrusage_variation1.phpt11 * Description: Gets the current resource usages
/PHP-5.3/ext/standard/tests/file/
H A Dis_readable_variation1.phpt55 ".", // current directory, exp: bool(true)
H A Dfpassthru_basic.phpt7 Description: Reads to EOF on the given file pointer from the current position
H A Dis_writable_variation1.phpt57 ".", // current directory, exp: bool(true)
/PHP-5.3/ext/date/
H A Dphp_date.h146 timelib_time *current; member
H A Dphp_date.c1816 zval *current; member
1826 if (iterator->current) { in date_period_it_invalidate_current()
1827 zval_ptr_dtor(&iterator->current); in date_period_it_invalidate_current()
1828 iterator->current = NULL; in date_period_it_invalidate_current()
1882 MAKE_STD_ZVAL(iterator->current); in date_period_it_current_data()
1894 *data = &iterator->current; in date_period_it_current_data()
1926 if (iterator->object->current) { in date_period_it_rewind()
1962 iterator->current = NULL; in date_object_period_get_iterator()
2392 if (intern->current) { in date_object_free_storage_period()
3923 dpobj->current = NULL; in PHP_METHOD()
[all …]
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_parent_class_variation_002.phpt6 * Description: Retrieves the parent class name for object or class or current scope.
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt16 public function current() {}
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_character_set_name_oo.phpt40 printf("[009] Cannot determine current character set and collation\n");
H A Dmysqli_character_set_name.phpt46 printf("[009] Cannot determine current character set and collation\n");
/PHP-5.3/ext/standard/tests/strings/
H A Dsetlocale_error.phpt15 …* Description: Sets locale information.Returns the new current locale , or FALSE if locale functin…
H A Dsetlocale_variation2.phpt13 * Description: Sets locale information.Returns the new current locale , or FALSE
H A Dsetlocale_basic3.phpt16 * Description: Sets locale information.Returns the new current locale , or FALSE
/PHP-5.3/ext/date/tests/
H A Ddate_time_set_error.phpt6 * Description: Resets the current time of the DateTime object to a different time.
/PHP-5.3/Zend/RFCs/
H A D003.txt45 The current function syntax should be expanded to allow typing of
/PHP-5.3/ext/phar/tests/
H A Dphar_buildfromiterator10.phpt2 Phar::buildFromIterator() RegexIterator(RecursiveIteratorIterator), SplFileInfo as current
/PHP-5.3/
H A DREADME.GIT-RULES48 PHP-5.5 Is used to release the PHP 5.5.x series. This is a current
51 PHP-5.4 Is used to release the PHP 5.4.x series. This is a current
/PHP-5.3/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc65 $link = @readlink($current);
H A Dmake.dangerous.tar.php.inc66 $link = @readlink($current);
/PHP-5.3/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt86 $err[2] = trim(current(explode("\n", $err[2])));
/PHP-5.3/ext/oci8/tests/
H A Dxmltype_02.phpt28 // Delete any current entry
/PHP-5.3/ext/pgsql/
H A DREADME169 Returns current position of large object
184 This function is fully implemed in only in current CVS version.
/PHP-5.3/tests/lang/
H A DforeachLoop.012.phpt49 echo "\n\n\nRemove current element of an unreferenced array";
211 Remove current element of an unreferenced array
/PHP-5.3/ext/session/tests/
H A Dsession_encode_error.phpt12 * Description : Encodes the current session data as a string
/PHP-5.3/ext/mbstring/tests/
H A Dmb_regex_encoding_variation1.phpt11 * Description: Returns the current encoding for regex as a string.

Completed in 42 milliseconds

1...<<11121314151617181920>>...22