Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 474) sorted by last modified time

12345678910>>...19

/PHP-5.5/win32/build/
H A Dconfutils.js1537 var i,j,k,m;
H A Dlibs_version.txt16 openssl-1.0.1m
/PHP-5.5/win32/
H A Dglob.c75 #define S_ISDIR(m) (((m) & _S_IFDIR) == _S_IFDIR) argument
78 #define S_ISLNK(m) (0) argument
/PHP-5.5/tests/output/
H A Dob_start_basic_004.phpt11 … 1 should not have any special behaviour (http://marc.info/?l=php-internals&m=123476465621346&w=2).
/PHP-5.5/tests/lang/
H A Dbug22510.phpt91 print "I'm alive!\n";
126 I'm alive!
H A Dengine_assignExecutionOrder_002.phpt49 list(list($l,$m),$n) = $k;
50 echo "L=$l M=$m N=$n\n";
H A D020.phpt41 echo "Hi, I'm default\n";
H A D028.phpt59 I'm still alive
64 I'm still alive
69 I'm still alive
74 I'm still alive
79 I'm still alive
84 I'm still alive
89 I'm still alive
94 I'm still alive
99 I'm still alive
104 I'm still alive
[all …]
/PHP-5.5/tests/classes/
H A Dobject_reference_001.phpt12 $this->name = "I'm Foo!\n";
19 $bar->name = "I'm Bar!\n";
21 // In ZE1, we would expect "I'm Foo!"
26 I'm Foo!
27 I'm Bar!
H A D__call_001.phpt11 function __call($m, $a) {
12 echo "Method $m called:\n";
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt2 php generate-phpt.php -f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:c…
7 -m method name ....................Name of method, eg createAttribute
/PHP-5.5/scripts/dev/generate-phpt/tests/
H A DgtFunctionTest.php13 $m = $f->getMandatoryArgumentNames();
14 $this->assertEquals($m[0], 'number');
21 $m = $f->getMandatoryArgumentNames();
23 $this->assertEquals($m[0], 'ver1');
24 $this->assertEquals($m[1], 'ver2');
H A DgtMethodTest.php10 $m->setArgumentNames();
25 $m->setArgumentNames();
26 $m->setExtraArgumentList();
32 $m->setArgumentNames();
33 $m->setShortArgumentList();
39 $m->setArgumentNames();
40 $m->setValidArgumentLists();
47 $m->setArgumentNames();
48 $m->setValidArgumentLists();
56 $m->setArgumentNames();
[all …]
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 m��������'���setup/preconditions/gtIsValidMethod.php2����J2������������&���setup/preconditio…
55 $name = $options->getOption('c')."_".$options->getOption('m');
56 $method = new gtMethod($options->getOption('c'), $options->getOption('m'));
257 php generate-phpt.php -f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:c…
262 -m method name ....................Name of method, eg createAttribute
431 'm',
565 if(!$clo->hasOption('m')) {
587 if($clo->hasOption('f') || $clo->hasOption('m')) {
607 if($clo->hasOption('m') ) {
612 if($clo->getOption('m') == $method->getName()) {
H A Dcheck_parameters.php116 …[^,;]+)?((?:\s*,\s*\**\s*\w+(?:\[\s*\w*\s*\])?\s*(?:=[^,;]+)?)*)\s*;/S', $txt, $m, PREG_SET_ORDER);
118 foreach ($m as $x) {
169 …preg_match_all('/(?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', $str, $m, PREG_…
171 foreach ($m as $x) {
207 foreach ($matches as $m) {
209 update_lineno($offset + $m[2][1]);
211 $vars = get_vars(substr($txt, 0, $m[0][1])); // limit var search to current location
212 $params = get_params($vars, $m[2][0]);
216 $len = strlen($m[1][0]);
219 switch($char = $m[1][0][$i]) {
/PHP-5.5/sapi/phttpd/
H A Dconfig.m416 INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHP_PHTTPD/modules/"
/PHP-5.5/sapi/pi3web/
H A Dconfig.m422 INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PI3PATH/bin/"
/PHP-5.5/sapi/roxen/
H A Dconfig.m439 INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED $PIKE_MODULE_DIR/PHP5.so"
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c527 #define HANDLE_STR(m) nhc->m = nhc->m ? strdup(nhc->m) : NULL argument
536 #define HANDLE_STR(m) if (hc->m) free(hc->m) argument
544 qreq_t *m; local
552 free(m);
563 qreq_t *m; local
577 m = malloc(sizeof *m);
578 m->hc = nhc;
635 while (m) {
645 free(m);
648 prev = m;
[all …]
H A Dthttpd_patch1321 Map* m;
1329 ++m->refcount;
1331 - return m->addr;
1352 maps = m;
1356 + m->last_modified_len = strlen(m->last_modified);
1376 - if ( m != (Map*) 0 && m->addr != addr )
1377 + if ( m != (Map*) 0 && ( m->addr != addr || m->nocache == 1 ) )
1382 - for ( m = maps; m != (Map*) 0; m = m->next )
1383 + for ( m = maps; m != (Map*) 0; m = m->next ) {
1394 - --m->refcount;
[all …]
/PHP-5.5/sapi/tux/
H A DREADME65 # tux -d -t 8 -r /www -m /tux-modules php5.tux
H A Dconfig.m410 INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED $PHP_TUX/php5.tux.so"
H A Dphp_tux.c55 int m; in sapi_tux_ub_write() local
67 if ((m = writev(TG(req)->sock, vec, n)) == -1 && errno == EPIPE) in sapi_tux_ub_write()
70 if (m > 0) in sapi_tux_ub_write()
/PHP-5.5/sapi/isapi/
H A Dconfig.m419 …INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$ZEUSPATH/web/bin…
/PHP-5.5/sapi/nsapi/
H A Dconfig.m433 INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHP_NSAPI/bin/"

Completed in 71 milliseconds

12345678910>>...19