Home
last modified time | relevance | path

Searched refs:current (Results 501 – 525 of 648) sorted by relevance

1...<<212223242526

/PHP-7.1/ext/date/
H A Dphp_date.c1847 zval current; member
1858 zval_ptr_dtor(&iterator->current); in date_period_it_invalidate_current()
1859 ZVAL_UNDEF(&iterator->current); in date_period_it_invalidate_current()
1919 return &iterator->current; in date_period_it_current_data()
1947 if (iterator->object->current) { in date_period_it_rewind()
1983 ZVAL_UNDEF(&iterator->current); in date_object_period_get_iterator()
2542 if (old_obj->current) { in date_object_clone_period()
2543 new_obj->current = timelib_time_clone(old_obj->current); in date_object_clone_period()
2591 if (intern->current) { in date_object_free_storage_period()
4582 dpobj->current = NULL; in PHP_METHOD()
[all …]
H A Dphp_date.h182 timelib_time *current; member
/PHP-7.1/ext/phar/tests/
H A Dphar_buildfromiterator10.phpt2 Phar::buildFromIterator() RegexIterator(RecursiveIteratorIterator), SplFileInfo as current
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_character_set_name.phpt46 printf("[009] Cannot determine current character set and collation\n");
/PHP-7.1/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-7.1/ext/standard/tests/file/
H A Dis_readable_variation1.phpt55 ".", // current directory, exp: bool(true)
H A Dis_writable_variation1.phpt57 ".", // current directory, exp: bool(true)
/PHP-7.1/ext/curl/
H A Dinterface.c2584 zval *current; in _php_curl_setopt() local
2636 ZEND_HASH_FOREACH_VAL(ph, current) { in _php_curl_setopt()
2637 ZVAL_DEREF(current); in _php_curl_setopt()
2638 val = zval_get_string(current); in _php_curl_setopt()
2686 zval *current; in _php_curl_setopt() local
2700 ZEND_HASH_FOREACH_KEY_VAL(postfields, num_key, string_key, current) { in _php_curl_setopt()
2709 ZVAL_DEREF(current); in _php_curl_setopt()
2710 if (Z_TYPE_P(current) == IS_OBJECT && in _php_curl_setopt()
2711 instanceof_function(Z_OBJCE_P(current), curl_CURLFile_class)) { in _php_curl_setopt()
2716 prop = zend_read_property(curl_CURLFile_class, current, "name", sizeof("name")-1, 0, &rv); in _php_curl_setopt()
[all …]
/PHP-7.1/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp181 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
/PHP-7.1/ext/opcache/
H A DREADME94 When this directive is enabled, the OPcache appends the current working
158 inherited classes by using the current environment. The problem with this
160 current script, if the script requires that the opcode at least be defined,
/PHP-7.1/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc65 $link = @readlink($current);
H A Dmake.dangerous.tar.php.inc66 $link = @readlink($current);
/PHP-7.1/ext/standard/tests/strings/
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
H A Dsetlocale_variation1.phpt16 * Description: Sets locale information.Returns the new current locale , or FALSE
/PHP-7.1/ext/spl/
H A Dspl_heap.c1020 SPL_METHOD(SplHeap, current) in SPL_METHOD() argument
1040 SPL_METHOD(SplPriorityQueue, current) in SPL_METHOD() argument
1175 SPL_ME(SplPriorityQueue, current, arginfo_splheap_void, ZEND_ACC_PUBLIC)
1191 SPL_ME(SplHeap, current, arginfo_splheap_void, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c331 zval *current; in php_x509_fingerprint_match() local
339 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(val), key, current) { in php_x509_fingerprint_match()
340 if (key == NULL || Z_TYPE_P(current) != IS_STRING) { in php_x509_fingerprint_match()
344 if (php_x509_fingerprint_cmp(peer, ZSTR_VAL(key), Z_STRVAL_P(current)) != 0) { in php_x509_fingerprint_match()
1311 zval *current; in enable_server_sni() local
1348 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(val), key_index, key, current) { in enable_server_sni()
1358 if (VCWD_REALPATH(Z_STRVAL_P(current), resolved_path_buff)) { in enable_server_sni()
1387 Z_STRVAL_P(current) in enable_server_sni()
/PHP-7.1/ext/oci8/tests/
H A Dxmltype_02.phpt28 // Delete any current entry
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt86 $err[2] = trim(current(explode("\n", $err[2])));
/PHP-7.1/ext/pgsql/
H A DREADME169 Returns current position of large object
184 This function is fully implemed in only in current CVS version.
/PHP-7.1/tests/lang/
H A DforeachLoop.012.phpt49 echo "\n\n\nRemove current element of an unreferenced array";
210 Remove current element of an unreferenced array
H A Dbug20175.phpt38 * after the function call bar_global() is done in current local scope.
/PHP-7.1/ext/session/tests/
H A Dsession_encode_error.phpt12 * Description : Encodes the current session data as a string
/PHP-7.1/
H A DUPGRADING.INTERNALS59 correspond to those already present in the core and depend on the current
/PHP-7.1/ext/mbstring/tests/
H A Dmb_regex_encoding_variation1.phpt11 * Description: Returns the current encoding for regex as a string.

Completed in 65 milliseconds

1...<<212223242526