Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 922) sorted by path

12345678910>>...37

/PHP-5.5/
H A DCODING_STANDARDS63 git user foo. This allows easier tracking of why code was commented out,
88 1. Function names for user-level functions should be enclosed with in
110 be included in the user function name, and should be clearly related
125 3. Function names used by user functions should be prefixed
239 the code, each user-level function should have its user-level function
290 the parent function. For ease of reference, user-functions with
H A DINSTALL35 + .user.ini files
768 line as root user and start it manually - you will see there are no
824 different PHP-enabled pages under different user-ids.
1124 default it's private and owned by the root user.
1579 * .user.ini files
1652 .user.ini files
1667 be recognized in .user.ini-style INI files.
1670 control the use of user INI files.
1674 default is .user.ini.
1699 .user.ini (since PHP 5.3)
[all …]
H A DNEWS1637 . Fixed bug #65391 (Unable to send vary header user-agent when
2828 . Fixed bug #61295 (php-fpm should not fail with commented 'user'
3214 by different information for internal and user classes.
3249 . Added ability to reset user opcode handlers (Yoram).
3420 . Added the user defined area for CP936 and CP950 (Rui).
3970 . Enhanced security by limiting access to user defined extensions.
5672 impersonated user). (Pierre)
5782 not be overridden by user-defined ini-files or during runtime.
6043 - Added ability to send user defined HTTP headers with SOAP request.
6107 - Fixed bug #48624 (.user.ini never gets parsed). (Pierre)
[all …]
H A DREADME.NEW-OUTPUT-API17 Starting an user handler by zval:
H A DREADME.PARAMETER_PARSING_API7 and store the results in the user specified variables. This avoids most
H A DREADME.SELF-CONTAINED-EXTENSIONS52 The user instructions boil down to
72 libraries (that is important, because the user does not
H A DREADME.STREAMS15 special case sockets and files every time you need to work with a "user-level"
168 What if your extension needs to access the FILE* of a user level file pointer?
H A DREADME.TESTING110 prompt the tester for any user input.
H A DREADME.UNIX-BUILD-SYSTEM35 You, as a user of PHP, will notice no changes. Of course, the build
53 modules, two in C and one in C++. And, depending on the user's wishes,
H A DREADME.input_filter5 and can be quite difficult to prevent. Whenever you accept user data
19 original raw user data and adds a my_get_raw() function while the normal
H A DUPGRADING210 Using O: for user classes not extending internal classes (including
535 - If the APC or WinCache user cache APIs were used before, consider
/PHP-5.5/Zend/
H A DZEND_CHANGES133 Old code that has no user-defined classes or functions named
163 Old code that has no user-defined classes or functions named
185 Old code that has no user-defined classes or functions named
307 Old code that has no user-defined classes or functions named
312 The Zend Engine 1.0 offered no way a user could decide what copy
477 Old code that has no user-defined classes or functions
486 Old code that has no user-defined classes or functions 'catch',
560 protected $code = 0; // user defined exception code
H A Dzend.h533 } user; member
H A Dzend_builtin_functions.c1735 zval *user; in ZEND_FUNCTION() local
1742 MAKE_STD_ZVAL(user); in ZEND_FUNCTION()
1745 array_init(user); in ZEND_FUNCTION()
1748 …arguments(EG(function_table) TSRMLS_CC, (apply_func_args_t) copy_function_name, 2, internal, user); in ZEND_FUNCTION()
1752 zval_ptr_dtor(&user); in ZEND_FUNCTION()
1758 …if (zend_hash_add(Z_ARRVAL_P(return_value), "user", sizeof("user"), (void **)&user, sizeof(zval *)… in ZEND_FUNCTION()
1759 zval_ptr_dtor(&user); in ZEND_FUNCTION()
H A Dzend_compile.c5038 new_class_entry->info.user.filename = zend_get_compiled_filename(TSRMLS_C); in zend_do_begin_class_declaration()
5039 new_class_entry->info.user.line_start = class_token->u.op.opline_num; in zend_do_begin_class_declaration()
5090 CG(active_class_entry)->info.user.doc_comment = CG(doc_comment); in zend_do_begin_class_declaration()
5091 CG(active_class_entry)->info.user.doc_comment_len = CG(doc_comment_len); in zend_do_begin_class_declaration()
5131 ce->info.user.line_end = zend_get_compiled_lineno(TSRMLS_C); in zend_do_end_class_declaration()
6846 ce->info.user.doc_comment = NULL; in zend_initialize_class_data()
6847 ce->info.user.doc_comment_len = 0; in zend_initialize_class_data()
7079 (*pce)->info.user.filename == CG(compiled_filename)) { in zend_do_use()
/PHP-5.5/Zend/tests/
H A Dbug30998.phpt2 Bug #30998 (Crash when user error handler returns false)
H A Dbug43200.phpt26 Class [ <user> class x extends c implements a, b ] {
42 Method [ <user, prototype b> public method foo ] {
46 Method [ <user, inherits c, prototype a> public method bar ] {
H A Dbug54305.phpt15 Method [ <user> public method methodWithArgs ] {
H A Dbug63762.phpt2 Bug #63762 - Sigsegv when Exception::$trace is changed by user
H A Dclass_alias_006.phpt10 Warning: First argument of class_alias() must be a name of user defined class in %s on line %d
H A Dconstants_005.phpt2 Persistent case insensitive and user defined constants
H A Dget_defined_functions_basic.phpt42 if (!is_array($func["user"])) {
43 echo "TEST FAILED: no element in result array with key 'user'\n";
46 $user = $func["user"];
47 if (count($user) == 2 && in_array("foo", $user) && in_array("helloworld", $user)) {
50 echo "TEST FAILED: missing elements from 'user' array\n";
51 var_dump($user);
H A Dns_031.phpt2 031: Namespace support for user functions (ns name)
H A Dns_032.phpt2 032: Namespace support for user functions (php name)
/PHP-5.5/Zend/tests/bug67436/
H A Dbug67436.phpt2 bug67436: Autoloader isn't called if user defined error handler is present

Completed in 102 milliseconds

12345678910>>...37