Home
last modified time | relevance | path

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

1...<<21222324252627

/PHP-7.2/ext/standard/tests/file/
H A Dis_executable_variation1.phpt46 ".", // 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_readable_variation1.phpt55 ".", // current directory, exp: bool(true)
/PHP-7.2/Zend/
H A Dzend.h320 ZEND_API void zend_save_error_handling(zend_error_handling *current);
321 …_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current);
/PHP-7.2/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt11 * Description: Sets the current internal encoding or Returns
12 * the current internal encoding as a string
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c339 zval *current; in php_openssl_x509_fingerprint_match() local
347 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(val), key, current) { in php_openssl_x509_fingerprint_match()
348 if (key == NULL || Z_TYPE_P(current) != IS_STRING) { in php_openssl_x509_fingerprint_match()
352 if (php_openssl_x509_fingerprint_cmp(peer, ZSTR_VAL(key), Z_STRVAL_P(current)) != 0) { in php_openssl_x509_fingerprint_match()
1358 zval *current; in php_openssl_enable_server_sni() local
1395 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(val), key_index, key, current) { in php_openssl_enable_server_sni()
1405 if (Z_TYPE_P(current) == IS_ARRAY) { in php_openssl_enable_server_sni()
1409 local_cert = zend_hash_str_find(Z_ARRVAL_P(current), "local_cert", sizeof("local_cert")-1); in php_openssl_enable_server_sni()
1424 local_pk = zend_hash_str_find(Z_ARRVAL_P(current), "local_pk", sizeof("local_pk")-1); in php_openssl_enable_server_sni()
1442 } else if (VCWD_REALPATH(Z_STRVAL_P(current), resolved_path_buff)) { in php_openssl_enable_server_sni()
[all …]
/PHP-7.2/ext/pdo/tests/
H A Dpdo_014.phpt44 var_dump($it->current()); /* must return NULL */
/PHP-7.2/ext/standard/tests/dir/
H A Dchdir_variation2-win32-mb.phpt12 * Description: Change the current directory
/PHP-7.2/ext/spl/tests/
H A Diterator_037.phpt51 return $this->key() . ':' . $this->current();
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgetrusage_variation1.phpt11 * Description: Gets the current resource usages
/PHP-7.2/ext/standard/tests/strings/
H A Dsetlocale_error.phpt15 …* Description: Sets locale information.Returns the new current locale , or FALSE if locale functio…
/PHP-7.2/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-7.2/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt16 public function current() {}
/PHP-7.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt22 * given current limitations.
/PHP-7.2/ext/simplexml/tests/
H A Dfeature55218.phpt2 Bug #55218 getDocNamespaces from current element and not root
/PHP-7.2/ext/date/tests/
H A Ddate_time_set_error.phpt6 * Description: Resets the current time of the DateTime object to a different time.
/PHP-7.2/ext/date/
H A Dphp_date.c1885 zval current; member
1896 zval_ptr_dtor(&iterator->current); in date_period_it_invalidate_current()
1897 ZVAL_UNDEF(&iterator->current); in date_period_it_invalidate_current()
1957 return &iterator->current; in date_period_it_current_data()
1985 if (iterator->object->current) { in date_period_it_rewind()
2021 ZVAL_UNDEF(&iterator->current); in date_object_period_get_iterator()
2567 if (old_obj->current) { in date_object_clone_period()
2568 new_obj->current = timelib_time_clone(old_obj->current); in date_object_clone_period()
2616 if (intern->current) { in date_object_free_storage_period()
4630 dpobj->current = NULL; in PHP_METHOD()
[all …]
/PHP-7.2/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.2/ext/phar/tests/
H A Dphar_buildfromiterator10.phpt2 Phar::buildFromIterator() RegexIterator(RecursiveIteratorIterator), SplFileInfo as current
/PHP-7.2/ext/curl/
H A Dinterface.c2582 zval *current; in _php_curl_setopt() local
2634 ZEND_HASH_FOREACH_VAL(ph, current) { in _php_curl_setopt()
2635 ZVAL_DEREF(current); in _php_curl_setopt()
2636 val = zval_get_string(current); in _php_curl_setopt()
2684 zval *current; in _php_curl_setopt() local
2698 ZEND_HASH_FOREACH_KEY_VAL(postfields, num_key, string_key, current) { in _php_curl_setopt()
2707 ZVAL_DEREF(current); in _php_curl_setopt()
2708 if (Z_TYPE_P(current) == IS_OBJECT && in _php_curl_setopt()
2709 instanceof_function(Z_OBJCE_P(current), curl_CURLFile_class)) { in _php_curl_setopt()
2714 prop = zend_read_property(curl_CURLFile_class, current, "name", sizeof("name")-1, 0, &rv); in _php_curl_setopt()
[all …]
/PHP-7.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp181 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
/PHP-7.2/
H A DREADME.GIT-RULES52 PHP-7.0 Is used to release the PHP 7.0.x series. This is a current
55 PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
/PHP-7.2/ext/opcache/
H A DREADME99 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.2/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt86 $err[2] = trim(current(explode("\n", $err[2])));

Completed in 69 milliseconds

1...<<21222324252627