Home
last modified time | relevance | path

Searched refs:name (Results 2001 – 2025 of 2409) sorted by relevance

1...<<81828384858687888990>>...97

/php-src/sapi/fpm/fpm/events/
H A Dkqueue.c37 .name = "kqueue",
H A Depoll.c34 .name = "epoll",
/php-src/ext/dom/tests/modern/spec/
H A DElement_tagName.phpt2 Dom\Element::$tagName HTML-uppercased qualified name
/php-src/Zend/
H A Dzend_multibyte.h66 ZEND_API const zend_encoding *zend_multibyte_fetch_encoding(const char *name);
/php-src/ext/xmlreader/tests/
H A D015-move-errors.phpt25 if ($reader->nodeType == XMLREADER::ELEMENT && $reader->name == 'book') {
/php-src/.github/actions/setup-x64/
H A Daction.yml1 name: Setup
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c1246 return conn->charset->name;
1697 mysqlnd_escape_string_for_tx_name_in_comment(const char * const name) argument
1701 if (name) {
1703 const char * p_orig = name;
1705 p_copy = ret = mnd_emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */
1750 char * name_esc = mysqlnd_escape_string_for_tx_name_in_comment(name);
1797 char * name_esc = mysqlnd_escape_string_for_tx_name_in_comment(name);
1828 if (!name) {
1834 size_t query_len = mnd_sprintf(&query, 0, "SAVEPOINT `%s`", name);
1853 if (!name) {
[all …]
/php-src/docs/source/miscellaneous/
H A Dstubs.rst229 function/method name has to be provided as value. E.g. the function ``sizeof()` has the ``@alias
280 public readonly string $name;
359 public readonly string $name;
412 attribute. The name of this file is ``example.stub.php``:
521 public readonly string $name;
565 zend_string *property_name_name = zend_string_init("name", sizeof("name") - 1, 1);
580 added for``Elephpant::$name`` for PHP versions before 8.1.
727 counterpart, apart from the name. In some cases this is not possible. For example. ``bzwrite()`` is
728 an alias of ``fwrite()``, but the name of the first parameter is different because the resource
739 * @no-verify Uses different parameter name
[all …]
/php-src/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt47 IntlChar::enumCharNames(0x2600, 0x2610, function($cp, $nc, $name) {
48 printf("U+%04x %s\n", $cp, $name);
/php-src/ext/pdo/tests/
H A Dpdo_016.phpt52 $stmt3->bindParam(':inp', $idx); /* by foreign name */
55 $stmt4->bindParam(':txt', $txt); /* using same name */
/php-src/
H A DLICENSE18 3. The name "PHP" must not be used to endorse or promote products
23 may "PHP" appear in their name, without prior written permission
/php-src/ext/pgsql/tests/
H A D03sync_query.phpt151 Argument #3 must be a field name from this result set
156 Argument #3 must be a field name from this result set
/php-src/ext/phar/
H A Dphar_object.c145 char *name = NULL, buf[8192]; in phar_file_action() local
163 spprintf(&name, 4096, "phar://%s%s", arch, entry); in phar_file_action()
165 spprintf(&name, 4096, "phar://%s/%s", arch, entry); in phar_file_action()
169 highlight_file(name, &syntax_highlighter_ini); in phar_file_action()
171 efree(name); in phar_file_action()
231 zend_stream_init_filename(&file_handle, name); in phar_file_action()
256 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()
259 efree(name); in phar_file_action()
279 efree(name); in phar_file_action()
291 efree(name); in phar_file_action()
[all …]
/php-src/ext/standard/
H A Dstreamsfuncs.c40 …m, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option… argument
333 zend_string *name = NULL; in PHP_FUNCTION() local
343 &name, in PHP_FUNCTION()
345 ) || !name) { in PHP_FUNCTION()
349 if ((ZSTR_LEN(name) == 0) || (ZSTR_VAL(name)[0] == 0)) { in PHP_FUNCTION()
350 zend_string_release_ex(name, 0); in PHP_FUNCTION()
354 RETVAL_STR(name); in PHP_FUNCTION()
/php-src/win32/
H A Dcodepage.c377 if (!cp->name || !cp->name[0]) { in php_win32_cp_get_by_enc()
381 if (0 == zend_binary_strcasecmp(enc, enc_len, cp->name, strlen(cp->name))) { in php_win32_cp_get_by_enc()
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_singlebyte.c56 #define DEF_SB(id, name, mime_name, aliases) \ argument
81 name, \
95 #define DEF_SB_TBL(id, name, mime_name, aliases, tbl_min, tbl) \ argument
137 DEF_SB(id, name, mime_name, aliases)
/php-src/ext/standard/tests/assert/
H A Dassert_variation.phpt50 echo "Reset the name of the callback routine to a class method\n";
124 Reset the name of the callback routine to a class method
136 Invalid callback c1, function "c1" not found or invalid function name
/php-src/ext/sqlite3/tests/
H A Dsqlite3_39_toggleExtended.phpt10 $db->query("CREATE TABLE dog ( id INTEGER PRIMARY KEY, name TEXT, annoying INTEGER )");
/php-src/ext/standard/tests/file/
H A Drename_variation2.phpt29 //rename the link to a new name in the same dir
/php-src/TSRM/
H A DLICENSE11 - Neither name of the copyright holders nor the names of their contributors
/php-src/ext/mysqli/tests/
H A Dmysqli_field_tell.phpt61 ["name"]=>
/php-src/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttribute_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
H A DsetAttribute_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
H A DsetAttributeNS_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, with pre…
H A DsetAttributeNS_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, without …

Completed in 52 milliseconds

1...<<81828384858687888990>>...97