Home
last modified time | relevance | path

Searched refs:name (Results 1576 – 1600 of 1707) sorted by relevance

1...<<616263646566676869

/PHP-5.6/ext/mysqlnd/
H A Dphp_mysqlnd.c120 smart_str_appends(buffer, (*ext)->module->name); in mysqlnd_minfo_dump_api_plugins()
/PHP-5.6/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 Dsymlink_link_linkinfo_is_link_variation3.phpt12 Description: creates a symbolic link to the existing target with the specified name link
H A Dfseek_ftell_rewind_basic2-win32.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_basic2.tmp"; // this is name of the file created…
69 delete_file($filename); // delete file with name
H A Dfseek_ftell_rewind_basic1.phpt27 $filename = dirname(__FILE__)."/fseek_ftell_rewind_basic1.tmp"; // this is name of the file created…
57 delete_file($filename); // delete file with name
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.6/ext/mysqli/tests/
H A Dmysqli_options.phpt95 printf("[009] Setting charset name '%s' has failed\n", $charset['Charset']);
H A Dmysqli_report.phpt51 if (@mysqli_select_db($link, "Oh lord, let this be an unknown database name"))
65 mysqli_select_db($link, "Oh lord, let this be an unknown database name");
/PHP-5.6/ext/standard/tests/strings/
H A Dbasename_variation.phpt7 this function will return the base name of the file.
/PHP-5.6/
H A DREADME.input_filter96 * different name, or if you just don't want the variable registered at all. */
H A DREADME.MAILINGLIST_RULES51 7. Please configure your email client to use a real name and keep message
H A DREADME.SUBMITTING_PATCH189 Your name will likely be included in the Git commit log. If your
190 patch affects end users, a brief description and your name might be
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput2904 /\N{name}/I
1434name="logo_ca.gif" rahmen="no"/></link> <link\nziel="http://www.ey.com/" zielfenster="_blank"><bil…
2788 /^(?<name>a|b\g<name>c)/
2794 /^(?<name>a|b\g'name'c)/
2824 /(?-i:\g<name>)(?i:(?<name>a))/
2828 /(?i:\g<name>)(?-i:(?<name>a))/
2837name>[a-zA-Z_\x{7f}-\x{ff}][a-zA-Z0-9_\x{7f}-\x{ff}]*)(?:\[(?<index>[a-zA-Z0-9_\x{7f}-\x{ff}]+|\$\…
H A Dtestinput1465 /a(?P<name>b)c/PN
286 # name and address
/PHP-5.6/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt137 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
/PHP-5.6/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt117 %string|unicode%(%d) "Fatal error: Unknown user name"
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h394 int XMLRPC_ServerRegisterMethod(XMLRPC_SERVER server, const char *name, XMLRPC_Callback cb);
/PHP-5.6/Zend/
H A DREADME.ZEND_VM22 <OPCODE> is an opcode name (ZEN_NOP, ZEND_ADD, :)
H A Dzend_vm_execute.h731 char *name; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
870 class_name = EG(active_op_array)->scope->name; in ZEND_RECV_SPEC_HANDLER()
1146 zend_error_noreturn(E_ERROR, "%s cannot use %s - it is not a trait", ce->name, trait->name); in ZEND_ADD_TRAIT_SPEC_HANDLER()
1730 …_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ce->name, iface->name); in ZEND_ADD_INTERFACE_SPEC_CONST_HANDLER()
2830 …ROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : ""… in ZEND_CLONE_SPEC_CONST_HANDLER()
2836 …R, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : ""… in ZEND_CLONE_SPEC_CONST_HANDLER()
4315 zval *name; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER() local
4320 name = opline->op1.zv; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
4345 c.name = str_strndup(Z_STRVAL_P(name), Z_STRLEN_P(name)); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
4346 c.name_len = Z_STRLEN_P(name)+1; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_alloc.c1089 fprintf(stderr, "Cannot initialize zend_mm storage [%s]\n", handlers->name); in zend_mm_startup_ex()
1100 fprintf(stderr, "Cannot allocate heap for zend_mm storage [%s]\n", handlers->name); in zend_mm_startup_ex()
1175 for (i = 0; mem_handlers[i].name; i++) { in zend_mm_startup()
1176 if (strcmp(mem_handlers[i].name, mem_type) == 0) { in zend_mm_startup()
1180 if (!mem_handlers[i].name) { in zend_mm_startup()
1187 for (i = 0; mem_handlers[i].name; i++) { in zend_mm_startup()
1188 fprintf(stderr, " '%s'\n", mem_handlers[i].name); in zend_mm_startup()
/PHP-5.6/ext/standard/tests/array/
H A Darray_intersect_ukey_variation3.phpt189 …rameter 3 to be a valid callback, first array member is not a valid class name or object in %s on …
192 …rameter 4 to be a valid callback, first array member is not a valid class name or object in %s on …
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dmktable.c61 char* name; member
1115 einfo->name); in exec()
/PHP-5.6/main/
H A Drfc1867.c880 event_formdata.name = param;
901 event_formdata.name = param;
979 event_file_start.name = param;
/PHP-5.6/ext/pdo/
H A Dpdo_dbh.c915 add_next_index_string(return_value, dbh->def_stmt_ce->name, 1); in PHP_METHOD()
981 char *name = NULL; in PHP_METHOD() local
984 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!", &name, &namelen)) { in PHP_METHOD()
994 …Z_STRVAL_P(return_value) = dbh->methods->last_id(dbh, name, (unsigned int *)&Z_STRLEN_P(return_val… in PHP_METHOD()
/PHP-5.6/build/
H A Dlibtool.m4223 # Allow CC to be a program name with arguments.
1307 libname_spec='lib$name'
1787 libname_spec='$name'
1955 *) AC_MSG_ERROR([invalid tag name: $tagname])
1980 AC_MSG_ERROR([Unsupported tag name: $tagname])
2263 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2867 # Allow CC to be a program name with arguments.
2999 collect2name=`${CC} -print-prog-name=collect2`
4308 # Format of library name prefix.
4315 # The coded name of the library, if different from the real name.
[all …]

Completed in 212 milliseconds

1...<<616263646566676869