Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 144) sorted by path

123456

/PHP-5.5/
H A DCODING_STANDARDS52 5. NEVER USE strncat(). If you're absolutely sure you know what you're doing,
58 ``ZEND_*`` macros it gives a better understanding on what kind of macro
240 prototype before it along with a brief one-line description of what the
H A DINSTALL52 Before starting the installation, first you need to know what do you
1553 system, what PHP version, what web server, if you are running PHP as
1949 what needs to be done next. If you get a screen full of HTML
1979 will give you a clue as to what needs to be done next. If you
H A DNEWS2013 . Added intl.use_exceptions INI directive, which controls what happens when
H A DREADME.EXT_SKEL39 But if you already have planned the overall scheme of your module, what
137 know what to expect.
H A DREADME.GIT-RULES88 immediately know what was modified. Definitely include the function name
H A DREADME.MAILINGLIST_RULES37 4. Make sure you know what you are talking about. PHP is a very large project
47 6. If you are posting to an existing thread, make sure that you know what
H A DREADME.STREAMS303 First, you need to figure out what data you need to associate with the
H A DREADME.SUBMITTING_PATCH46 extension maintainer. Explain what has been changed by your patch.
80 email about the change to phpdoc@lists.php.net. Explain what has been
111 the extension maintainer. Explain what has been changed by your
142 scripts helps us to understand what functionality has changed. It is
184 - Is my patch too hard to review? Because of what factors?
H A DREADME.TESTING232 When running tests over http, tests that require ini settings different that what
97 $scriptname this is what will become SCRIPT_NAME unless you override it
129 This section can be used to define what headers are required to be
H A DREADME.UNIX-BUILD-SYSTEM11 - adds PHP_DEFINE(what[, value]) which creates a single include-file
12 per what. This will allow more fine-grained dependencies.
18 target does only what its name says
H A DUPGRADING467 - Added intl.use_exceptions INI directive, which controls what
H A Dacinclude.m437 dnl PHP_DEF_HAVE(what)
79 dnl Creates builddir/include/what.h and in there #define WHAT value
1060 dnl _PHP_DEF_HAVE_FILE(what, filename)
2122 dnl this is what causes that annoying "PHP_PROG_LEX is expanded from" warning with autoconf 2.50+
2195 dnl Common setup macros: PHP_SETUP_<what>
2220 dnl Trust icu-config to know better what the install prefix is..
/PHP-5.5/TSRM/
H A DTSRM.c95 # define tsrm_tls_set(what) pthread_setspecific(tls_key, (void*)(what)) argument
100 # define tsrm_tls_set(what) st_thread_setspecific(tls_key, (void*)(what)) argument
105 # define tsrm_tls_set(what) TlsSetValue(tls_key, (void*)(what)) argument
110 # define tsrm_tls_set(what) tls_set(tls_key, (void*)(what)) argument
114 # define tsrm_tls_set(what) argument
/PHP-5.5/Zend/RFCs/
H A D001.txt108 efficient. The importance of this change goes far beyond what is
/PHP-5.5/Zend/
H A DZEND_CHANGES312 The Zend Engine 1.0 offered no way a user could decide what copy
H A Dzend_API.c1182 char *what = (class_type->ce_flags & ZEND_ACC_INTERFACE) ? "interface" in _object_and_properties_init() local
1185 zend_error(E_ERROR, "Cannot instantiate %s %s", what, class_type->name); in _object_and_properties_init()
/PHP-5.5/Zend/tests/
H A Dbug30394.phpt7 public function __get( $what )
9 return $this->_p[ $what ];
12 public function __set( $what, $value )
14 $this->_p[ $what ] = $value;
H A Dbug54547.phpt13 /* not exactly what the bug is about, but closely related problem: */
H A Dbug60536_005.phpt15 // Protected and public are handle more strict with a warning then what is
/PHP-5.5/Zend/tests/traits/
H A Dproperty007.phpt15 // Protected and public are handle more strict with a warning then what is
/PHP-5.5/build/
H A Dlibtool.m42758 ## what you are doing...
2937 # what "hidden" libraries, object files and flags are used when
3258 # what "hidden" libraries, object files and flags are used when
3340 # what "hidden" libraries, object files and flags are used when
3400 # what "hidden" libraries, object files and flags are used when
3516 # what "hidden" libraries, object files and flags are used when
3534 # what "hidden" libraries, object files and flags are used when
3579 # what "hidden" libraries, object files and flags are used when
3597 # what "hidden" libraries, object files and flags are used when
3678 # what "hidden" libraries, object files and flags are used when
[all …]
/PHP-5.5/ext/curl/
H A Dinterface.c2381 void *what = NULL; in _php_curl_setopt() local
2384what = zend_fetch_resource(zvalue TSRMLS_CC, -1, "File-Handle", &type, 1, php_file_le_stream(), ph… in _php_curl_setopt()
2385 if (!what) { in _php_curl_setopt()
2389 …if (FAILURE == php_stream_cast((php_stream *) what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRO… in _php_curl_setopt()
2401 if (!what) { in _php_curl_setopt()
2408 } else if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') { in _php_curl_setopt()
2422 if (!what) { in _php_curl_setopt()
2429 } else if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') { in _php_curl_setopt()
2443 if (!what) { in _php_curl_setopt()
2461 if (!what) { in _php_curl_setopt()
[all …]
/PHP-5.5/ext/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
H A Dcurl_setopt_array_basic.phpt17 // Figure out what handler to use
/PHP-5.5/ext/date/lib/
H A Dtimelib.m45 dnl TL_DEF_HAVE(what [, why])

Completed in 136 milliseconds

123456