Home
last modified time | relevance | path

Searched refs:name (Results 2076 – 2100 of 2409) sorted by relevance

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

/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_table.c272 if (attr->name != NULL && attr->name->attr_id == LXB_DOM_ATTR_TYPE) { in lxb_html_tree_insertion_mode_in_table_input()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c91 param->paramno = sqlite3_bind_parameter_index(S->stmt, ZSTR_VAL(param->name)) - 1; in pdo_sqlite_stmt_param_hook()
248 stmt->columns[colno].name = zend_string_init(str, strlen(str), 0); in pdo_sqlite_stmt_describe()
H A Dsqlite_driver.c135 collation->name, in pdo_sqlite_cleanup_callbacks()
141 efree((char*)collation->name); in pdo_sqlite_cleanup_callbacks()
215 static zend_string *pdo_sqlite_last_insert_id(pdo_dbh_t *dbh, const zend_string *name) in pdo_sqlite_last_insert_id() argument
654 collation->name = estrdup(collation_name); in pdo_sqlite_create_collation_internal()
/php-src/ext/session/
H A Dsession_arginfo.h5 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, name, IS_STRING, 1, "null")
94 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
/php-src/ext/xml/tests/
H A Dbug32001.phpt28 function start_element($parser, $name, $attrs) {
30 $this->tags[] = bin2hex($name).": ".implode(', ', $attrs);
33 function end_element($parser, $name) {
/php-src/ext/openssl/
H A Dopenssl_arginfo.h666 attribute_Deprecated_func_openssl_x509_free_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_openssl_symbols()
671 attribute_Deprecated_func_openssl_x509_free_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_openssl_symbols()
700 attribute_Deprecated_func_openssl_pkey_free_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_openssl_symbols()
705 attribute_Deprecated_func_openssl_pkey_free_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_openssl_symbols()
712 attribute_Deprecated_func_openssl_free_key_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_openssl_symbols()
717 attribute_Deprecated_func_openssl_free_key_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_openssl_symbols()
/php-src/ext/opcache/jit/ir/
H A Dir.c46 #define IR_TYPE_NAME(name, type, field, flags) #name, argument
47 #define IR_TYPE_CNAME(name, type, field, flags) #type, argument
48 #define IR_TYPE_SIZE(name, type, field, flags) sizeof(type), argument
49 #define IR_OP_NAME(name, flags, op1, op2, op3) #name, argument
122 fprintf(f, "%s", ir_get_str(ctx, insn->val.name));
291 #define _IR_OP_FLAGS(name, flags, op1, op2, op3) \ argument
901 #define IR_FOLD_NAMED(name) ir_fold_ ## name: argument
902 #define IR_FOLD_DO_NAMED(name) goto ir_fold_ ## name argument
1939 return ir_param(ctx, type, ctx->control, name, num);
1942 ir_ref _ir_VAR(ir_ctx *ctx, ir_type type, const char* name) argument
[all …]
/php-src/ext/standard/tests/array/
H A Darray_map_variation14.phpt121 …ent #1 ($callback) must be a valid callback or null, function "" not found or invalid function name
/php-src/ext/spl/tests/
H A Dspl_autoload_001.phpt103 …valid callback or null, function "unavailable_autoload_function" not found or invalid function name
/php-src/ext/standard/tests/file/
H A Drename_variation8-win32.phpt21 // rename a existing dir to new name
/php-src/ext/pgsql/tests/
H A Dpg_select_001.phpt71 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
/php-src/ext/standard/tests/mail/
H A Dbug80751.phpt2 Bug #80751 (Comma in recipient name breaks email delivery)
/php-src/ext/dba/
H A Ddba_inifile.c163 if (!dba->curr.key.group && !dba->curr.key.name) { in DBA_NEXTKEY_FUNC()
/php-src/sapi/fuzzer/
H A Dconfig.m412 dnl PHP_FUZZER_TARGET(name, target-var)
/php-src/
H A D.cirrus.yml5 name: FREEBSD_DEBUG_NTS
/php-src/ext/odbc/
H A Dphp_odbc.c686 result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0); in odbc_bindcols()
1504 …ash_str_update(Z_ARRVAL_P(return_value), result->values[i].name, strlen(result->values[i].name), &… in php_odbc_fetch_hash()
1788 if (!strcasecmp(result->values[i].name, field)) { in PHP_FUNCTION()
2005 php_printf("<th>%s</th>", result->values[i].name); in PHP_FUNCTION()
2571 RETURN_STRING(result->values[pv_num - 1].name);
2647 if (strcasecmp(result->values[i].name, fname) == 0) {
3334 char *cat = NULL, *schema = NULL, *name = NULL;
3340 &name, &name_len, &vscope, &vnullable) == FAILURE) {
3370 (SQLCHAR *) name, SAFE_SQL_NTS(name),
3401 char *cat = NULL, *schema, *name;
[all …]
/php-src/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt56 'Is your name Ram\Krishna?',
203 string(26) "Is your name Ram\\Krishna?"
205 string(25) "Is your name Ram\Krishna?"
/php-src/ext/reflection/tests/
H A Dparameters_002.phpt23 echo $f . ': ' . ($c ? $sep . $c->name : 'NULL') . "()\n";
29 echo $f . ': ' . ($c ? $c->name : 'NULL') . "\n";
41 … echo "#####" . ($r instanceof ReflectionMethod ? $r->class . '::' : '') . $r->name . "()#####\n";
/php-src/ext/xsl/tests/
H A Dbug71540.phpt60 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %sbug71540.php on line %d
/php-src/sapi/fpm/fpm/events/
H A Dpoll.c35 .name = "poll",
/php-src/ext/snmp/tests/
H A Dsnmprealwalk.phpt76 Warning: snmprealwalk(): Error in packet at '%s': (noSuchName) There is no such variable name in th…
H A DREADME.md17 SNMP_COMMUNITY : community name
/php-src/Zend/tests/
H A Dclass_name_as_scalar.phpt2 class name as scalar from ::class keyword
/php-src/ext/standard/tests/dir/
H A Dopendir_variation4.phpt58 * function to remove directory handle before re-using variable name in test
/php-src/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */

Completed in 90 milliseconds

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