Home
last modified time | relevance | path

Searched refs:name (Results 1976 – 2000 of 2409) sorted by relevance

1...<<71727374757677787980>>...97

/php-src/ext/dom/tests/modern/html/parser/
H A Dxml_style_namespace.phpt22 foreach ($xpath->query("//*[name()='body']//*") as $node) {
/php-src/ext/session/tests/
H A Dsession_basic2.phpt11 session.name=PHPSESSID
H A Dsession_regenerate_id_cookie.phpt58 var_dump(`$php $extra_arguments -d session.name=PHPSESSID $file`);
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h107 char name[32]; member
/php-src/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h24 # warning Please fix configure to give your ODBC libraries a name
/php-src/Zend/tests/lazy_objects/
H A Dtyped_properties_002.phpt2 Typed property assignment by ref with variable name on proxy
/php-src/.github/actions/apt-x64/
H A Daction.yml1 name: apt
/php-src/ext/xml/
H A Dxml_arginfo.h171 attribute_Deprecated_func_xml_set_object_0->args[0].name = ZSTR_KNOWN(ZEND_STR_SINCE); in register_xml_symbols()
176 attribute_Deprecated_func_xml_set_object_0->args[1].name = ZSTR_KNOWN(ZEND_STR_MESSAGE); in register_xml_symbols()
/php-src/Zend/
H A Dbench.php360 function end_test($start, $name) argument
367 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
369 echo $name.$pad.$num."\n";
H A Dzend_lazy_objects.c217 …ULL, "Cannot make instance of internal class lazy: %s is internal", ZSTR_VAL(reflection_ce->name)); in zend_object_make_lazy()
224 ZSTR_VAL(reflection_ce->name), ZSTR_VAL(parent->name)); in zend_object_make_lazy()
456 ZSTR_VAL(obj->ce->name), in zend_lazy_object_init_proxy()
467 ZSTR_VAL(obj->ce->name)); in zend_lazy_object_init_proxy()
/php-src/ext/posix/
H A Dposix_arginfo.h126 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
177 ZEND_ARG_TYPE_INFO(0, name, IS_LONG, 0)
184 ZEND_ARG_TYPE_INFO(0, name, IS_LONG, 0)
/php-src/ext/dom/
H A Ddom_properties.h167 #define DOM_PROP_NODE(type, name, obj) \ argument
168 type (name) = (type) dom_object_get_node(obj); \
169 if (UNEXPECTED((name) == NULL)) { \
/php-src/ext/date/lib/
H A Dinterval.c46 (strcmp((*one)->tz_info->name, (*two)->tz_info->name) == 0) in sort_old_to_new()
150 … && two->zone_type == TIMELIB_ZONETYPE_ID && strcmp(one->tz_info->name, two->tz_info->name) == 0) { in timelib_diff()
H A Dparse_tz.c653 static timelib_tzinfo* timelib_tzinfo_ctor(const char *name) in timelib_tzinfo_ctor() argument
657 t->name = timelib_strdup(name); in timelib_tzinfo_ctor()
730 TIMELIB_TIME_FREE(tz->name); in timelib_tzinfo_dtor()
747 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); in timelib_tzinfo_clone()
968 …if (one->zone_type == TIMELIB_ZONETYPE_ID && strcmp(one->tz_info->name, two->tz_info->name) == 0) { in timelib_same_timezone()
/php-src/ext/opcache/
H A Dzend_shared_alloc.c152 g_shared_model = he->name; in zend_shared_alloc_try()
206 for (he = handler_table; he->name; he++) { in zend_shared_alloc_startup()
207 if (strcmp(model, he->name) == 0) { in zend_shared_alloc_startup()
230 for (he = handler_table; he->name; he++) { in zend_shared_alloc_startup()
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c646 if (cols[0].name) { in pdo_mysql_stmt_describe()
652 cols[i].name = strpprintf(0, "%s.%s", S->fields[i].table, S->fields[i].name); in pdo_mysql_stmt_describe()
655 cols[i].name = zend_string_copy(S->fields[i].sname); in pdo_mysql_stmt_describe()
657 cols[i].name = zend_string_init(S->fields[i].name, S->fields[i].name_length, 0); in pdo_mysql_stmt_describe()
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c381 if (param->name) { in pgsql_stmt_param_hook()
382 if (ZSTR_VAL(param->name)[0] == '$') { in pgsql_stmt_param_hook()
383 param->paramno = ZEND_ATOL(ZSTR_VAL(param->name) + 1); in pgsql_stmt_param_hook()
389 param->name)) != NULL) { in pgsql_stmt_param_hook()
393 pdo_pgsql_error_stmt_msg(stmt, 0, "HY093", ZSTR_VAL(param->name)); in pgsql_stmt_param_hook()
612 cols[colno].name = zend_string_init(str, strlen(str), 0); in pgsql_stmt_describe()
/php-src/ext/openssl/tests/
H A Dstream_verify_peer_name_003.phpt2 Host name mismatch triggers error
/php-src/Zend/tests/
H A Dbug63762.phpt41 Warning: File name is not a string in %s on line %d
/php-src/ext/standard/tests/file/
H A Dreadfile_variation3.phpt16 // temp file name used here
H A Dsymlink_link_linkinfo_is_link_variation5.phpt17 // link name used here
H A Dunlink_variation3.phpt22 // link name used here
/php-src/Zend/Optimizer/
H A Dscdf.h50 void scdf_solve(scdf_ctx *scdf, const char *name);
/php-src/ext/dom/tests/
H A DDOMElement_setAttributeNS_prefix_conflict.phpt2 DOMElement::setAttributeNS() with prefix name conflict
/php-src/ext/pdo_mysql/tests/
H A Dbug_33689.phpt62 [name] => bar

Completed in 56 milliseconds

1...<<71727374757677787980>>...97