Home
last modified time | relevance | path

Searched refs:name (Results 2101 – 2125 of 2409) sorted by relevance

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

/php-src/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt53 …s($content, 'Content-Type: application/pkcs7-mime; smime-type=enveloped-data; name="smime.p7m"')) {
H A Dbug65729.phpt25 foreach ($expected_names as $name) {
H A Dopenssl_cms_encrypt_basic.phpt52 …$content, 'Content-Type: application/x-pkcs7-mime; smime-type=enveloped-data; name="smime.p7m"')) {
/php-src/main/
H A Dmain_arginfo.h101 REGISTER_STRING_CONSTANT("PHP_SAPI", sapi_module.name, CONST_PERSISTENT | CONST_NO_FILE_CACHE); in register_main_symbols()
/php-src/ext/standard/
H A Dvar_unserializer.re551 || !strcasecmp(unmangled_class, ZSTR_VAL(ce->name))) {
560 ZVAL_STR_COPY(key, existing_propinfo->name);
565 ZSTR_VAL(existing_propinfo->ce->name), Z_STRVAL_P(key));
645 ZSTR_VAL(obj->ce->name), zend_get_unmangled_property_name(Z_STR_P(&key)));
650 ZSTR_VAL(obj->ce->name), zend_get_unmangled_property_name(Z_STR_P(&key)));
774 zend_error(E_WARNING, "Class %s has no unserializer", ZSTR_VAL(ce->name));
1181 /* class name can't start from namespace separator */
1283 ZSTR_VAL(ce->name));
1331 zend_error(E_WARNING, "Erroneous data format for unserializing '%s'", ZSTR_VAL(ce->name));
1373 php_error_docref(NULL, E_WARNING, "Invalid enum name '%.*s' (missing colon)", (int) len, str);
H A Dbasic_functions.c1975 zend_symtable_update(Z_ARRVAL_P(return_value), ini_entry->name, &option);
1981 zend_symtable_update(Z_ARRVAL_P(return_value), ini_entry->name, &zv);
1983 zend_symtable_update(Z_ARRVAL_P(return_value), ini_entry->name, &EG(uninitialized_zval));
2181 zend_string *name; local
2187 Z_PARAM_STR(name)
2200 serv = getservbyname(ZSTR_VAL(name), proto);
2207 if (serv == NULL && zend_string_equals_literal(name, "imap")) {
2253 char *name; local
2258 Z_PARAM_STRING(name, name_len)
2261 ent = getprotobyname(name);
/php-src/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt32 $filename = __DIR__."/fwrite_variation4.tmp"; // this is name of the file
58 delete_file($filename); // delete file with name fwrite_variation4.tmp
H A Dfwrite_variation4.phpt32 $filename = __DIR__."/fwrite_variation4.tmp"; // this is name of the file
58 delete_file($filename); // delete file with name fwrite_variation4.tmp
H A Dsymlink_link_linkinfo_is_link_variation7.phpt18 // link name used
H A Dunlink_variation1.phpt20 // temp dir name used here
H A Dunlink_variation1-win32-mb.phpt20 // temp dir name used here
H A Dunlink_variation1-win32.phpt19 // temp dir name used here
/php-src/ext/mysqli/tests/
H A Dmysqli_report_wo_ps.phpt58 if (@mysqli_select_db($link, "Oh lord, let this be an unknown database name"))
76 mysqli_select_db($link, "Oh lord, let this be an unknown database name");
H A Dmysqli_release_savepoint.phpt64 mysqli_release_savepoint(): Argument #2 ($name) must not be empty
/php-src/Zend/Optimizer/
H A Dsccp.c769 if (zend_string_equals_literal(name, "dirname")) { in can_ct_eval_func_call()
775 if (zend_string_equals_literal(name, "str_repeat")) { in can_ct_eval_func_call()
795 zend_string *name = func->common.function_name; in ct_eval_func_call_ex() local
797 zend_optimizer_eval_special_func_call(result, name, Z_STR_P(args[0])) == SUCCESS) { in ct_eval_func_call_ex()
801 if (!can_ct_eval_func_call(func, name, num_args, args)) { in ct_eval_func_call_ex()
855 zend_op_array *op_array, zval *result, zend_string *name, uint32_t num_args, zval **args) { in ct_eval_func_call() argument
856 zend_function *func = zend_hash_find_ptr(CG(function_table), name); in ct_eval_func_call()
1650 zval *name, *args[3] = {NULL}; in sccp_visit_instr() local
1659 name = CT_CONSTANT_EX(ctx->scdf.op_array, call->caller_init_opline->op2.constant); in sccp_visit_instr()
1697 if (ct_eval_func_call(scdf->op_array, &zv, Z_STR_P(name), call->num_args, args) == SUCCESS) { in sccp_visit_instr()
[all …]
/php-src/Zend/
H A Dzend_language_parser.y251 %type <ast> top_statement namespace_name name statement function_declaration_statement
357 name:
869 | name { $$ = $1; }
1314 zend_ast *name = zend_ast_create_zval_from_str(ZSTR_KNOWN(ZEND_STR_EXIT));
1315 name->attr = ZEND_NAME_FQ;
1316 $$ = zend_ast_create(ZEND_AST_CALL, name, $2);
1390 name argument_list
1411 | name { $$ = $1; }
1454 name { $$ = zend_ast_create(ZEND_AST_CONST, $1); }
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c850 PHPAPI const MYSQLND_CHARSET * mysqlnd_find_charset_name(const char * const name) in mysqlnd_find_charset_name() argument
852 if (name) { in mysqlnd_find_charset_name()
855 if (!strcasecmp(c->name, name)) { in mysqlnd_find_charset_name()
913 DBG_INF_FMT("charset=%s", cset->name); in mysqlnd_cset_escape_slashes()
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_doctype.c17 const lxb_char_t *name, size_t length);
463 tkz->token->attr_last->name = attr_data; in lxb_html_tokenizer_state_doctype_after_name()
483 tkz->token->attr_last->name = attr_data; in lxb_html_tokenizer_state_doctype_after_name()
547 tkz->token->attr_last->name = attr_data; in lxb_html_tokenizer_state_doctype_after_name_public()
597 tkz->token->attr_last->name = attr_data; in lxb_html_tokenizer_state_doctype_after_name_system()
/php-src/win32/build/
H A Dconfig.w32380 // Config profiles (--with-config-profile=<name>) will save a certain config to php-src/config.<nam…
381 // so that it can be executed like: cofig.<name> instead of a long list of parameters
383 // Note, nice as a name is disallowed and will generate a warning and skip saving
384 …ig-profile', 'Name of the configuration profile to save this to in php-src/config.name.bat', 'no');
/php-src/win32/
H A Dcodepage.h38 char *name; member
/php-src/ext/bcmath/tests/
H A Dstr2num_formatting.phpt6 All of the name above must be well-formed
/php-src/ext/standard/tests/dir/
H A Dopendir_variation4-win32-mb.phpt64 * function to remove directory handle before re-using variable name in test
/php-src/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt42 /* use check_iscallable() to check whether given variable is valid function name
/php-src/sapi/fpm/fpm/
H A Dfpm_php_trace.c51 fprintf(slowlog, "\n%s [pool %s] pid %d\n", buf, child->wp->config->name, (int) pid); in fpm_php_trace_dump()
/php-src/ext/dom/lexbor/patches/
H A D0006-Patch-out-unused-CSS-style-code.patch253 const lxb_char_t *name, size_t size)
285 const lxb_char_t *name, size_t size)
334 const lxb_char_t *name, size_t size)

Completed in 154 milliseconds

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