Home
last modified time | relevance | path

Searched defs:name (Results 226 – 250 of 289) sorted by relevance

12345678910>>...12

/PHP-7.1/ext/com_dotnet/
H A Dcom_handlers.c258 static union _zend_function *com_method_get(zend_object **object_ptr, zend_string *name, const zval… in com_method_get()
H A Dcom_saproxy.c319 static union _zend_function *saproxy_method_get(zend_object **object, zend_string *name, const zval… in saproxy_method_get()
/PHP-7.1/ext/odbc/
H A Dphp_odbc_includes.h230 char name[256]; member
/PHP-7.1/ext/filter/
H A Dfilter.c35 const char *name; member
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c43 #define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_s… argument
301 zend_string *name = NULL; in PHP_FUNCTION() local
H A Dpack.c755 char *name; in PHP_FUNCTION() local
/PHP-7.1/ext/curl/
H A Dinterface.c549 const char *name; in PHP_INI_BEGIN() member
2591 char *name = NULL; in _php_curl_setopt() local
/PHP-7.1/Zend/
H A Dzend_compile.h299 zend_string *name; member
321 const char *name; member
331 zend_string *name; member
802 zend_string *name; member
H A Dzend_closures.c527 zend_string *name; in zend_closure_get_debug_info() local
H A Dzend_language_scanner.l62 #define STATE(name) yyc##name argument
/PHP-7.1/
H A Dserver-tests.php684 function setEnvConfigVar($name)
/PHP-7.1/ext/opcache/Optimizer/
H A Dblock_pass.c34 int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c666 zend_string *name; in zend_accel_load_script() local
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_charset.c759 PHPAPI const MYSQLND_CHARSET * mysqlnd_find_charset_name(const char * const name) in mysqlnd_find_charset_name()
/PHP-7.1/ext/calendar/
H A Dcalendar.c188 char *name; member
/PHP-7.1/ext/spl/
H A Dphp_spl.c63 static zend_class_entry * spl_find_ce_by_name(zend_string *name, zend_bool autoload) in spl_find_ce_by_name()
/PHP-7.1/ext/phar/
H A Dtar.c409 char name[256]; in phar_parse_tarfile() local
/PHP-7.1/main/
H A Dmain.c1304 char *name = php_win32_get_username(); in php_get_current_user() local
1467 static zval *php_get_configuration_directive_for_zend(zend_string *name) in php_get_configuration_directive_for_zend()
/PHP-7.1/ext/date/lib/
H A Dparse_date.c169 const char *name; member
175 const char *name; member
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c222 static char *pdo_sqlite_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_sqlite_last_insert_id()
/PHP-7.1/ext/zip/lib/
H A Dzip.h281 const char *name; /* name of the file */ member
/PHP-7.1/win32/
H A Dglob.c767 match(name, pat, patend) in match() argument
/PHP-7.1/ext/iconv/
H A Diconv.c2521 zend_string *name; in PHP_FUNCTION() local
2906 static php_stream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, in… in php_iconv_stream_filter_factory_create()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c437 #define INI_DEFAULT(name,value)\ argument
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.h293 static inline char * LSAPI_GetEnv( const char * name ) in LSAPI_GetEnv()

Completed in 140 milliseconds

12345678910>>...12