Home
last modified time | relevance | path

Searched refs:name (Results 1751 – 1775 of 1889) sorted by relevance

1...<<717273747576

/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt202 Inspecting parameter 'name' of method 'begin_transaction'
301 Inspecting parameter 'name' of method 'commit'
918 Inspecting parameter 'name' of method 'release_savepoint'
948 Inspecting parameter 'name' of method 'rollback'
971 Inspecting parameter 'name' of method 'savepoint'
H A Dmysqli_begin_transaction.phpt19 /* {{{ proto bool mysqli_begin_transaction(object link, [int flags [, string name]]) */
H A Dmysqli_options.phpt95 printf("[009] Setting charset name '%s' has failed\n", $charset['Charset']);
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput14112 /a(?P<name>b)c/PN
353 # name and address
489 Failed: name is too long in (*MARK), (*PRUNE), (*SKIP), or (*THEN) at offset 259
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-7.2/main/
H A Dnetwork.c1346 PHPAPI struct hostent* php_network_gethostbyname(char *name) { argument
1348 return gethostbyname(name);
1359 return gethostname_re(name, &FG(tmp_host_info), &FG(tmp_host_buf), &FG(tmp_host_buf_len));
/PHP-7.2/ext/opcache/Optimizer/
H A Dblock_pass.c34 int zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant() argument
41 if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) { in zend_optimizer_get_persistent_constant()
42 lookup_name = do_alloca(ZSTR_LEN(name) + 1, use_heap); in zend_optimizer_get_persistent_constant()
43 memcpy(lookup_name, ZSTR_VAL(name), ZSTR_LEN(name) + 1); in zend_optimizer_get_persistent_constant()
44 zend_str_tolower(lookup_name, ZSTR_LEN(name)); in zend_optimizer_get_persistent_constant()
46 if ((c = zend_hash_str_find_ptr(EG(zend_constants), lookup_name, ZSTR_LEN(name))) != NULL) { in zend_optimizer_get_persistent_constant()
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS70 same name now checks them in the order in which they appear in the pattern.
406 \k{name} and \g{name} are synonyms for \k<name>.
478 The main additions to this release are the ability to use the same name for
644 6. Support for named subpatterns. The Python syntax (?P<name>...) is used to
645 name a group.
/PHP-7.2/
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
/PHP-7.2/ext/date/tests/
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-7.2/ext/standard/tests/strings/
H A Dbasename_variation.phpt7 this function will return the base name of the file.
/PHP-7.2/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
/PHP-7.2/ext/date/lib/
H A Dtimelib.c303 printf(" %s", d->tz_info->name); in timelib_dump_date()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c882 add_next_index_str(return_value, zend_string_copy(dbh->def_stmt_ce->name)); in PHP_METHOD()
948 char *name = NULL; in PHP_METHOD() local
953 Z_PARAM_STRING_EX(name, namelen, 1, 0) in PHP_METHOD()
964 id = dbh->methods->last_id(dbh, name, &id_len); in PHP_METHOD()
/PHP-7.2/ext/zlib/
H A Dzlib.c660 #define PHP_ZLIB_ENCODE_FUNC(name, default_encoding) \ argument
661 static PHP_FUNCTION(name) \
694 #define PHP_ZLIB_DECODE_FUNC(name, encoding) \ argument
695 static PHP_FUNCTION(name) \
/PHP-7.2/ext/standard/tests/array/
H A Dsizeof_object2.phpt65 echo " class name is : concrete_class \n ";
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-7.2/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt117 %string|unicode%(%d) "Fatal error: Unknown user name"
/PHP-7.2/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt137 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h395 int XMLRPC_ServerRegisterMethod(XMLRPC_SERVER server, const char *name, XMLRPC_Callback cb);
/PHP-7.2/Zend/
H A DREADME.ZEND_VM22 <OPCODE> is an opcode name (ZEN_NOP, ZEND_ADD, :)

Completed in 103 milliseconds

1...<<717273747576