Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 1865) sorted by path

12345678910>>...75

/PHP-7.3/
H A D.gdbinit71 printf "%s->", $func->common.scope->name->val
73 printf "%s->", $ex->This->value.obj->ce.name->val
77 printf "%s::", $func->common.scope->name->val
213 set $cname = $zobj->ce->name->val
418 printf "class %s", $ce->name->val
420 printf " extends %s", $ce->parent->name->val
426 printf " %s", $ce->interfaces[$tmp]->name->val
438 printf "interface %s", $ce->name->val
441 printf " extends %s", $ce->name->val
503 printf " name = "
[all …]
H A DCODING_STANDARDS92 readability of the function name itself::
110 be included in the user function name, and should be clearly related
140 letter count. The initial letter of the name is lowercase, and each
154 possible. Each word in the class name should start with a capital letter,
155 without underscore delimiters. The class name should be prefixed with the
156 name of the "parent set" (e.g. the name of the extension) if no namespaces
313 current name, with the aliases listed in the documentation for
H A DLICENSE18 3. The name "PHP" must not be used to endorse or promote products
23 may "PHP" appear in their name, without prior written permission
H A DMakefile.gcov16 …-@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.c -o -name \*.h | sed -e…
78 @find . -name \*.gcda -o -name \*.da -o -name \*.bbg? | xargs rm -f
H A DMakefile.global113 find . -name \*.gcno -o -name \*.gcda | xargs rm -f
114 find . -name \*.lo -o -name \*.o | xargs rm -f
115 find . -name \*.la -o -name \*.a | xargs rm -f
116 find . -name \*.so | xargs rm -f
117 find . -name .libs -a -type d|xargs rm -rf
137 find . -name \*.lo -o -name \*.o | xargs rm -f
138 find . -name \*.la -o -name \*.a | xargs rm -f
139 find . -name \*.so | xargs rm -f
H A DNEWS638 . Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass).
1767 name). (stodorovic)
2157 name contains a \n). (Laruence)
2325 . Fixed bug #74782 (remove file name from output to avoid XSS). (stas)
2369 (alias original name for BC). (Sara)
2408 . Allow loading PHP/Zend extensions by name in ini files (extension=<name>).
2600 …. PR #2233 Removed register_globals related code and "!" can be used as $_SESSION key name. (Yasuo)
2630 . Add support for extension name as argument to dl().
H A DREADME.GIT-RULES96 immediately know what was modified. Definitely include the function name
103 the function name as shown below.
H A DREADME.MAILINGLIST_RULES51 7. Please configure your email client to use a real name and keep message
H A DREADME.NEW-OUTPUT-API19 …// php_ob_set_internal_handler(my_php_output_handler_func_t, buffer_size, "output handler name", e…
30 // php_ob_handler_used("output handler name");
78 …// php_ob_init_conflict("to be started handler name", "to be tested if already started handler nam…
H A DREADME.REDIST.BINS91 * Neither the name of the University of Cambridge nor the names of any
135 3. Neither the name of the author nor the names of other contributors
346 4. Neither the name of the University nor the names of its contributors
505 3. The name of the author may not be used to endorse or promote products
H A DREADME.SELF-CONTAINED-EXTENSIONS74 name an arbitrary number of source files here.
94 The first argument of PHP_NEW_EXTENSION describes the name of the
H A DREADME.STREAMS83 Generate a temporary file name and open it.
H A DREADME.SUBMITTING_PATCH190 Your name will likely be included in the Git commit log. If your
191 patch affects end users, a brief description and your name might be
H A DREADME.TESTING65 section is extracted into a ".php" file (with the same name besides
94 test name or the file name. You can check the status of such a bug, by
H A DREADME.UNIX-BUILD-SYSTEM18 target does only what its name says
103 PHP_SELECT_SAPI(name, type, sources.c)
H A DREADME.input_filter95 * different name, or if you just don't want the variable registered at all. */
H A DUPGRADING237 their name, similar to PCRE:
305 the same name.
384 set(raw)cookie(string $name, [string $value, [array $options]])
H A DUPGRADING.INTERNALS134 - FETCH_CLASS op1<fetch-flags>, op2<name>, result<var>
135 - FETCH_CONSTANT op1<fetch-flags>, op2<name>, result<tmp>
136 - CATCH ext<last-flag>, op1<name>, op2<jump_addr>, result<cv>
162 class name in second operand directly (as IS_CONST operand). Previously,
180 int php_setcookie(zend_string *name, zend_string *value, time_t expires,
/PHP-7.3/TSRM/
H A DLICENSE11 - Neither name of the copyright holders nor the names of their contributors
H A Dtsrm_config_common.h57 # define TSRM_ALLOCA_FLAG(name) \ argument
58 int name;
66 # define TSRM_ALLOCA_FLAG(name) argument
H A Dtsrm_win32.c537 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()
/PHP-7.3/TSRM/m4/
H A Dax_func_which_gethostbyname_r.m488 char *name = "www.gnu.org";
89 (void)gethostbyname_r(name) /* ; */
102 char *name = "www.gnu.org";
107 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
122 char *name = "www.gnu.org";
127 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
142 char *name = "www.gnu.org";
145 (void)gethostbyname_r(name, &ret, &data) /* ; */
/PHP-7.3/Zend/
H A DREADME.ZEND_VM22 <OPCODE> is an opcode name (ZEN_NOP, ZEND_ADD, :)
H A DZend.m473 dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
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";

Completed in 46 milliseconds

12345678910>>...75