Home
last modified time | relevance | path

Searched refs:current (Results 476 – 500 of 606) sorted by relevance

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

/php-src/ext/standard/tests/array/
H A D005.phpt51 var_dump( current($mixed_array[1]) );
63 var_dump( current($mixed_array[1]) );
/php-src/ext/intl/common/
H A Dcommon_arginfo.h17 ZEND_METHOD(IntlIterator, current);
24 ZEND_ME(IntlIterator, current, arginfo_class_IntlIterator_current, ZEND_ACC_PUBLIC)
H A Dcommon.stub.php740 public function current(): mixed {} function in IntlIterator
/php-src/ext/phar/tests/
H A Dphar_buildfromiterator8.phpt2 Phar::buildFromIterator() RegexIterator(DirectoryIterator), SplFileInfo as current
H A Dphar_buildfromiterator10.phpt2 Phar::buildFromIterator() RegexIterator(RecursiveIteratorIterator), SplFileInfo as current
/php-src/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt2 Phar::buildFromIterator() iterator, SplFileInfo as current zip-based
/php-src/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt2 Phar::buildFromIterator() iterator, SplFileInfo as current tar-based
/php-src/ext/standard/tests/file/
H A Dis_executable_variation1.phpt42 ".", // current directory, exp: bool(true)
H A Dis_readable_variation1.phpt41 ".", // current directory, exp: bool(true)
H A Dis_writable_variation1.phpt40 ".", // current directory, exp: bool(true)
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt67 zval representing the current value of $stmt. PDO gets a callback that
69 current value of stmt:
H A Dpdo_mysql_quote_gbk_double_escape.phpt23 …* Without the character length check, we'd check if we need to escape the current character 0xB…
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3451 while (current != NULL) in do_search_mark()
3453 switch (current[1]) in do_search_mark()
3467 SLJIT_ASSERT(current[0] == 0 || current < (sljit_sw*)current[0]); in do_search_mark()
3468 current = (sljit_sw*)current[0]; in do_search_mark()
13561 cc = current->cc; in compile_bracketpos_backtrackingpath()
13602 current->top = NULL; in compile_braminzero_backtrackingpath()
13608 compile_bracket_matchingpath(common, current->cc, current); in compile_braminzero_backtrackingpath()
13619 SLJIT_ASSERT(!current->simple_backtracks && !current->own_backtracks); in compile_braminzero_backtrackingpath()
13739 while (current) in compile_backtrackingpath()
13743 switch(*current->cc) in compile_backtrackingpath()
[all …]
/php-src/ext/date/
H A Dphp_date.c1550 zval current; member
1561 zval_ptr_dtor(&iterator->current); in date_period_it_invalidate_current()
1562 ZVAL_UNDEF(&iterator->current); in date_period_it_invalidate_current()
1631 return &iterator->current; in date_period_it_current_data()
1682 if (iterator->object->current) { in date_period_it_rewind()
1728 ZVAL_UNDEF(&iterator->current); in date_object_period_get_iterator()
2275 if (old_obj->current) { in date_object_clone_period()
2276 new_obj->current = timelib_time_clone(old_obj->current); in date_object_clone_period()
2328 if (intern->current) { in date_object_free_storage_period()
5162 dpobj->current = NULL; in PHP_METHOD()
[all …]
H A Dphp_date.h107 timelib_time *current; member
/php-src/ext/pdo/tests/
H A Dpdo_test.inc20 // the current environment
H A Dpdo_014.phpt46 var_dump($it->current()); /* must return NULL */
/php-src/ext/gd/tests/
H A Davif_decode_encode.phpt60 // With the current test image, we just didn't need to.
/php-src/ext/simplexml/tests/
H A Dfeature55218.phpt2 Bug #55218 getDocNamespaces from current element and not root
/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt23 * given current limitations.
/php-src/ext/spl/tests/
H A Diterator_037.phpt42 return $this->key() . ':' . $this->current();
/php-src/ext/openssl/
H A Dxp_ssl.c391 zval *current; in php_openssl_x509_fingerprint_match() local
399 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(val), key, current) { in php_openssl_x509_fingerprint_match()
400 if (key == NULL || Z_TYPE_P(current) != IS_STRING) { in php_openssl_x509_fingerprint_match()
404 if (php_openssl_x509_fingerprint_cmp(peer, ZSTR_VAL(key), Z_STRVAL_P(current)) != 0) { in php_openssl_x509_fingerprint_match()
1445 zval *current; in php_openssl_enable_server_sni() local
1482 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(val), key_index, key, current) { in php_openssl_enable_server_sni()
1492 if (Z_TYPE_P(current) == IS_ARRAY) { in php_openssl_enable_server_sni()
1497 local_cert = zend_hash_str_find(Z_ARRVAL_P(current), "local_cert", sizeof("local_cert")-1); in php_openssl_enable_server_sni()
1521 local_pk = zend_hash_str_find(Z_ARRVAL_P(current), "local_pk", sizeof("local_pk")-1); in php_openssl_enable_server_sni()
1548 Z_STR_P(current), resolved_path_buff, 0, false, false, in php_openssl_enable_server_sni()
[all …]
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt25 //returns current locale,before executing setlocale() .
H A Dsetlocale_variation5.phpt26 //returns current locale,before executing setlocale() .
/php-src/ext/spl/
H A Dspl_array_arginfo.h183 ZEND_METHOD(ArrayIterator, current);
242 ZEND_ME(ArrayIterator, current, arginfo_class_ArrayIterator_current, ZEND_ACC_PUBLIC)

Completed in 96 milliseconds

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