Home
last modified time | relevance | path

Searched refs:name (Results 1576 – 1600 of 1865) sorted by relevance

1...<<61626364656667686970>>...75

/PHP-7.3/ext/session/tests/
H A Dsession_save_path_error.phpt6 session.name=PHPSESSID
H A D004.phpt9 session.name=PHPSESSID
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct.phpt51 ["name"]=>
H A Dmysqli_field_tell.phpt68 ["name"]=>
/PHP-7.3/ext/standard/tests/strings/
H A Ddirname_basic.phpt6 Description: Returns directory name component of path.
H A Dstripslashes_variation2.phpt61 'Is your name Ram\Krishna?',
208 string(26) "Is your name Ram\\Krishna?"
210 string(25) "Is your name Ram\Krishna?"
/PHP-7.3/ext/standard/tests/file/
H A Dreadfile_variation2.phpt34 // temp link name used
/PHP-7.3/ext/dom/tests/
H A Dbug67949.phpt49 var_dump($anchor->attributes[0]->name);
/PHP-7.3/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt6 * Description: Get the Internet host name corresponding to a given IP address
/PHP-7.3/ext/openssl/tests/
H A Dbug65729.phpt21 foreach ($expected_names as $name) {
/PHP-7.3/sapi/phpdbg/
H A DChangelog.md8 2. Added ability to override SAPI name
/PHP-7.3/ext/oci8/
H A Doci8_statement.c409 …} else if (((int) column->name_len == column_name_len) && (!strncmp(column->name, column_name, col… in php_oci_statement_get_column()
691 outcol->name = ecalloc(1, outcol->name_len + 1); in php_oci_statement_execute()
692 memcpy(outcol->name, colname, outcol->name_len); in php_oci_statement_execute()
696 …if ((outcol->define = zend_hash_str_find_ptr(statement->defines, outcol->name, outcol->name_len)) … in php_oci_statement_execute()
1108 int php_oci_bind_by_name(php_oci_statement *statement, char *name, size_t name_len, zval *var, zend… in php_oci_bind_by_name() argument
1257 if ((old_bind = zend_hash_str_find_ptr(statement->binds, name, name_len)) != NULL) { in php_oci_bind_by_name()
1265 zvtmp = zend_string_init(name, name_len, 0); in php_oci_bind_by_name()
1298 (text*) name, /* placeholder name */ in php_oci_bind_by_name()
1605 int php_oci_bind_array_by_name(php_oci_statement *statement, char *name, size_t name_len, zval *var… in php_oci_bind_array_by_name() argument
1674 (text *)name, in php_oci_bind_array_by_name()
[all …]
/PHP-7.3/ext/phar/tests/
H A Dphpinfo_004.phpt27 <h2><a name="module_phar">Phar</a></h2>
49 <h2><a name="module_phar">Phar</a></h2>
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c1421 return conn->charset->name;
2032 mysqlnd_escape_string_for_tx_name_in_comment(const char * const name) argument
2036 if (name) {
2038 const char * p_orig = name;
2040 p_copy = ret = mnd_emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */
2091 char * name_esc = mysqlnd_escape_string_for_tx_name_in_comment(name);
2148 char * name_esc = mysqlnd_escape_string_for_tx_name_in_comment(name);
2189 if (!name) {
2193 query_len = mnd_sprintf(&query, 0, "SAVEPOINT `%s`", name);
2221 if (!name) {
[all …]
/PHP-7.3/ext/xml/tests/
H A Dbug32001.phpt27 function start_element($parser, $name, $attrs) {
29 $this->tags[] = bin2hex($name).": ".implode(', ', $attrs);
32 function end_element($parser, $name) {
/PHP-7.3/ext/opcache/
H A DREADME101 files with the same name (basename). Disabling the directive improves
116 This directive prevents file name collisions in different "chroot"
135 with the same name appears somewhere else in include_path, it
189 OPcache error_log file name. Empty string assumes "stderr".
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c138 collation->name, in pdo_sqlite_cleanup_callbacks()
144 efree((char*)collation->name); in pdo_sqlite_cleanup_callbacks()
223 static char *pdo_sqlite_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_sqlite_last_insert_id() argument
679 collation->name = estrdup(collation_name); in PHP_METHOD()
/PHP-7.3/ext/libxml/
H A Dlibxml.c202 if (node->name != NULL) { in php_libxml_node_free()
203 xmlFree((char *) node->name); in php_libxml_node_free()
856 if (sapi_module.name) { in PHP_MINIT_FUNCTION()
865 if (strcmp(sapi_module.name, *sapi_name) == 0) { in PHP_MINIT_FUNCTION()
1182 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
1196 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()
/PHP-7.3/ext/date/
H A Dphp_date.c2387 ZVAL_STRING(zv, tzobj->tzi.tz->name); in php_timezone_to_string()
3073 add_assoc_bool(return_value, #name, 0); \ in php_date_do_return_parsed_time()
4884 abbr_array_p = zend_hash_str_find(Z_ARRVAL_P(return_value), entry->name, strlen(entry->name)); in PHP_FUNCTION()
4893 } while (entry->name); in PHP_FUNCTION()
4931 RETVAL_STRING(default_tz->name); in PHP_FUNCTION()
5353 || zend_string_equals_literal(name, "end") in date_period_is_magic_property()
5369 zend_string_release(name); in date_period_read_property()
5372 zend_string_release(name); in date_period_read_property()
5385 if (date_period_is_magic_property(name)) { in date_period_write_property()
5387 zend_string_release(name); in date_period_write_property()
[all …]
/PHP-7.3/ext/pdo/tests/
H A Dbug_43130.phpt2 PDO Common: Bug #43130 (Bound parameters cannot have - in their name)
/PHP-7.3/ext/spl/tests/
H A Dspl_autoload_001.phpt108 …d_function' not found (function 'unavailable_autoload_function' not found or invalid function name)
/PHP-7.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt156 ["name"]=>
/PHP-7.3/ext/standard/tests/misc/
H A Dget_browser_error.phpt117 Warning: get_browser(): HTTP_USER_AGENT variable is not set, cannot determine user agent name in %s…
/PHP-7.3/ext/oci8/tests/
H A Dbug42134.phpt2 Bug #42134 (Collection error for invalid collection name)
/PHP-7.3/ext/standard/tests/array/
H A Darray_map_variation14.phpt119 …parameter 1 to be a valid callback, function '' not found or invalid function name in %s on line %d

Completed in 115 milliseconds

1...<<61626364656667686970>>...75