Home
last modified time | relevance | path

Searched refs:name (Results 1726 – 1750 of 1778) sorted by relevance

1...<<61626364656667686970>>...72

/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch114 const char name[16];
615 - off_t off, size_t len, const char *name, const char *extra, int nt)
616 + zend_off_t off, size_t len, const char *name, const char *extra, int nt)
1299 char name[__arraycount(d->d_name)];
1454 - prv = file_buffer(ms, -1, NULL, name, newbuf, nsz);
1455 + prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz);
2853 close_and_restore(const struct magic_set *ms, const char *name, int fd,
2857 if (fd == STDIN_FILENO || name == NULL)
3042 * We have the file name and/or the data buffer to be identified.
/PHP-7.4/
H A DREADME.REDIST.BINS90 * Neither the name of the University of Cambridge nor the names of any
134 3. Neither the name of the author nor the names of other contributors
341 4. Neither the name of the University nor the names of its contributors
472 3. The name of the author may not be used to endorse or promote products
H A DUPGRADING32 function or class name. It can still be used as a method or class constant
33 name.
199 public string $name;
203 $user->name can only be assigned strings. For more information see the
/PHP-7.4/ext/standard/html_tables/mappings/
H A DROMAN.TXT2 # File name: ROMAN.TXT
67 # Column #3 is a comment containing the Unicode name
H A DCP1251.TXT15 # Column #3 is the Unicode name (follows a comment sign, '#')
H A D8859-5.TXT33 # Column #3 the Unicode name (follows a comment sign, '#')
H A DCP1252.TXT15 # Column #3 is the Unicode name (follows a comment sign, '#')
H A DCP866.TXT14 # Column #3 is the Unicode name (follows a comment sign, '#')
/PHP-7.4/ext/dba/
H A Dconfig.m441 dnl parameters(name [, full name [, empty or error message]])
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h177 #define PRIV(name) _pcre2_##name argument
H A Dpcre2_intmodedep.h706 PCRE2_SPTR name; /* Points to the name in the pattern */ member
/PHP-7.4/ext/standard/tests/file/
H A Dfgets_basic.phpt24 $filename = __DIR__."/fgets_basic1.tmp"; // this is name of the file created by create_files()
H A Dfgetc_basic.phpt35 $filename = __DIR__."/fgetc_basic1.tmp"; // file name that is created by create_files
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt80 $elements = array('flags', 'scale', 'name', 'len', 'precision', 'pdo_type');
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c197 ZSTR_VAL(op_array->scope->name), Z_STRLEN(ZEND_OP1_LITERAL(opline)) + 1)) { in zend_optimizer_pass1()
/PHP-7.4/ext/standard/
H A Dpassword.c665 add_assoc_string(return_value, "algoName", algo->name); in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c53 extern int php_get_uid_by_name(const char *name, uid_t *uid);
54 extern int php_get_gid_by_name(const char *name, gid_t *gid);
/PHP-7.4/sapi/litespeed/
H A DREADME.md100 be the name of external application just defined.
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2562 …char *name = get_field_name(pg_result->conn, PQftype(pgsql_result, (int)field), &EG(regular_list)); local
2563 RETVAL_STRING(name);
2564 efree(name);
2855 …zend_throw_exception_ex(zend_ce_exception, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZS…
2863 …n, 0, "Class %s does not have a constructor hence you cannot use ctor_params", ZSTR_VAL(ce->name));
5601 char *name; local
5626 name = PQgetvalue(pg_result,i,0);
5627 add_assoc_zval(meta, name, &elem);
/PHP-7.4/Zend/
H A Dzend_operators.c143 "Object of class %s could not be converted to %s", ZSTR_VAL(Z_OBJCE_P(op)->name),\
594 …_error(NULL, "Object of class %s could not be converted to string", ZSTR_VAL(Z_OBJCE_P(op)->name)); in _convert_to_string()
908 …_error(NULL, "Object of class %s could not be converted to string", ZSTR_VAL(Z_OBJCE_P(op)->name)); in __zval_get_string_func()
2607 …RABLE_ERROR, "Object of class %s could not be converted to bool", ZSTR_VAL(Z_OBJ_P(op)->ce->name)); in zend_object_is_true()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c290 static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_mysql_last_insert_id() argument
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c618 col->name = zend_string_init(S->cols[colno].colname, colnamelen, 0); in odbc_stmt_describe()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c536 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()
/PHP-7.4/main/
H A Dfastcgi.c1732 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len) argument
1735 zend_string *key = zend_string_init(name, name_len, 1);
/PHP-7.4/build/
H A Dconfig.guess1217 if test -f /usr/options/cb.name; then
1218 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`

Completed in 143 milliseconds

1...<<61626364656667686970>>...72