Home
last modified time | relevance | path

Searched refs:name (Results 1401 – 1425 of 1543) sorted by relevance

1...<<51525354555657585960>>...62

/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_variation1.phpt77 // dump the name of the new locale set by setlocale()
H A Dbasename_variation.phpt7 this function will return the base name of the file.
/PHP-5.4/ext/dba/
H A Ddba_cdb.c331 if (!strcmp(hnd->name, "cdb")) { in DBA_INFO_FUNC()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata.phpt105 [%u|b%"name"]=>
H A Dmysqli_options.phpt95 printf("[009] Setting charset name '%s' has failed\n", $charset['Charset']);
/PHP-5.4/ext/date/tests/
H A Dtimezone_name_from_abbr_variation1.phpt6 * Description: Returns the timezone name from abbrevation
H A Dtimezone_name_from_abbr_variation2.phpt6 * Description: Returns the timezone name from abbrevation
H A Dtimezone_name_from_abbr_variation3.phpt6 * Description: Returns the timezone name from abbrevation
/PHP-5.4/ext/standard/
H A Dbasic_functions.c195 ZEND_ARG_INFO(0, name)
814 ZEND_ARG_INFO(0, name)
1450 ZEND_ARG_INFO(0, name)
1454 ZEND_ARG_INFO(0, name)
1463 ZEND_ARG_INFO(0, name)
5322 add_assoc_zval_ex(ini_array, ini_entry->name, ini_entry->name_length, option);
5327 add_assoc_null(ini_array, ini_entry->name);
5559 char *name, *proto; local
5576 serv = getservbyname(name, proto);
5617 char *name; local
[all …]
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog229 duplicate name.
1085 name is defined in ctype.h.
1207 17. When (*SKIP:name) is activated without a corresponding (*MARK:name) earlier
2483 11. Added support for the Oniguruma syntax \g<name>, \g<n>, \g'name', \g'n',
3006 (e) \k{name} is synonymous with \k<name> and \k'name' (.NET compatible).
3384 (a) Named groups can now be defined as (?<name>...) or (?'name'...) as well
3389 (?&name) as well as (?P>name).
3392 \k'name' as well as (?P=name). The new forms, as well as being in Perl
3396 (?(<name>) or (?('name') as well as (?(name).
4070 different ways, e.g. "-fname", "-f name", "--file=name", "--file name".
[all …]
H A DNEWS41 same name now checks them in the order in which they appear in the pattern.
377 \k{name} and \g{name} are synonyms for \k<name>.
449 The main additions to this release are the ability to use the same name for
615 6. Support for named subpatterns. The Python syntax (?P<name>...) is used to
616 name a group.
/PHP-5.4/sapi/apache2handler/
H A Dsapi_apache2.c253 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv() argument
262 env_var = apr_table_get(ctx->r->subprocess_env, name); in php_apache_sapi_getenv()
/PHP-5.4/
H A DREADME.EXT_SKEL68 the function name, e.g.
75 Arguments are given in parenthesis after the function name, and are of
H A DREADME.input_filter96 * different name, or if you just don't want the variable registered at all. */
/PHP-5.4/ext/com_dotnet/
H A Dcom_saproxy.c324 static union _zend_function *saproxy_method_get(zval **object, const char *name, int len, const zen… in saproxy_method_get() argument
348 …*class_name = estrndup(php_com_saproxy_class_entry->name, php_com_saproxy_class_entry->name_length… in saproxy_class_name_get()
/PHP-5.4/tests/lang/
H A Dbug20175.phpt87 * Storing a reference to a new instance (that's where the name of the test
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c1832 static char * GetHeaderVar( LSAPI_Request * pReq, const char * name ) in GetHeaderVar() argument
1840 if ( strcmp( name, CGI_HEADERS[i] ) == 0 ) in GetHeaderVar()
1866 p = &name[5]; in GetHeaderVar()
1892 char * LSAPI_GetEnv_r( LSAPI_Request * pReq, const char * name ) in LSAPI_GetEnv_r() argument
1896 if ( !pReq || !name ) in LSAPI_GetEnv_r()
1898 if ( strncmp( name, "HTTP_", 5 ) == 0 ) in LSAPI_GetEnv_r()
1900 return GetHeaderVar( pReq, name ); in LSAPI_GetEnv_r()
1904 if ( strcmp( name, pBegin->pKey ) == 0 ) in LSAPI_GetEnv_r()
/PHP-5.4/Zend/
H A Dzend_alloc.c1085 fprintf(stderr, "Cannot initialize zend_mm storage [%s]\n", handlers->name); in zend_mm_startup_ex()
1096 fprintf(stderr, "Cannot allocate heap for zend_mm storage [%s]\n", handlers->name); in zend_mm_startup_ex()
1171 for (i = 0; mem_handlers[i].name; i++) { in zend_mm_startup()
1172 if (strcmp(mem_handlers[i].name, mem_type) == 0) { in zend_mm_startup()
1176 if (!mem_handlers[i].name) { in zend_mm_startup()
1183 for (i = 0; mem_handlers[i].name; i++) { in zend_mm_startup()
1184 fprintf(stderr, " '%s'\n", mem_handlers[i].name); in zend_mm_startup()
H A Dzend_vm_execute.h773 class_name = EG(active_op_array)->scope->name; in ZEND_RECV_SPEC_HANDLER()
1014 zend_error_noreturn(E_ERROR, "%s cannot use %s - it is not a trait", ce->name, trait->name); in ZEND_ADD_TRAIT_SPEC_HANDLER()
1456 …_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ce->name, iface->name); in ZEND_ADD_INTERFACE_SPEC_CONST_HANDLER()
2451 …ROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : ""… in ZEND_CLONE_SPEC_CONST_HANDLER()
2457 …R, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : ""… in ZEND_CLONE_SPEC_CONST_HANDLER()
3914 zval *name; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER() local
3919 name = opline->op1.zv; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
3938 …c.name = IS_INTERNED(Z_STRVAL_P(name)) ? Z_STRVAL_P(name) : zend_strndup(Z_STRVAL_P(name), Z_STRLE… in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
3939 c.name_len = Z_STRLEN_P(name)+1; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
6289 DTRACE_EXCEPTION_CAUGHT((char *)ce->name); in ZEND_CATCH_SPEC_CONST_CV_HANDLER()
[all …]
H A Dzend_language_scanner.l62 #define STATE(name) yyc##name argument
1594 class_name = CG(active_class_entry)->name; in lex_scan()
1614 trait_name = CG(active_class_entry)->name; in lex_scan()
1645 const char *class_name = CG(active_class_entry) ? CG(active_class_entry)->name : NULL; in lex_scan()
/PHP-5.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt12 Description: creates a symbolic link to the existing target with the specified name link
H A Dfseek_ftell_rewind_basic2.phpt34 $filename = dirname(__FILE__)."/fseek_ftell_rewind_basic2.tmp"; // this is name of the file created…
68 delete_file($filename); // delete file with name
/PHP-5.4/ext/mysqlnd/
H A Dphp_mysqlnd.c150 smart_str_appends(buffer, ext->module->name); in mysqlnd_minfo_dump_api_plugins()
/PHP-5.4/main/
H A Drfc1867.c874 event_formdata.name = param;
895 event_formdata.name = param;
969 event_file_start.name = param;
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c345 static char *pdo_pgsql_last_insert_id(pdo_dbh_t *dbh, const char *name, unsigned int *len TSRMLS_DC) in pdo_pgsql_last_insert_id() argument
350 if (name == NULL) { in pdo_pgsql_last_insert_id()
359 q[0] = name; in pdo_pgsql_last_insert_id()

Completed in 386 milliseconds

1...<<51525354555657585960>>...62