Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 474) sorted by path

12345678910>>...19

/PHP-5.5/
H A DNEWS7140 - Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline
9373 - Fixed bug #34557 (php -m exits with "error" 1). (Johannes)
9508 broken; FCI cache). (Andrei, patch from m.bretz@metropolis-ag.de)
9752 - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs). (Jani)
H A DREADME.TESTING124 TODAY=`date +"%Y%m%d"`
H A DREADME.TESTING248 php server-tests.php -w -u http://localhost/test -m /path/to/htdocs/test
H A Dacinclude.m41518 res = res || (buf[0] != 'm');
H A Dconfig.guess1110 mc68k:UNIX:SYSTEM5:3.51m)
1541 # time-stamp-format: "%:y-%02m-%02d"
H A Dconfigure.in460 AC_CHECK_LIB(m, sin)
1275 PHP_BUILD_DATE=`date '+%Y-%m-%d'`
/PHP-5.5/Zend/
H A DZEND_CHANGES787 function __call($m, $a) {
788 print "Method $m called:\n";
H A Dacinclude.m4207 __asm__ __volatile__ ("fnstcw %0" : "=m" (*&oldcw));
209 __asm__ __volatile__ ("fldcw %0" : : "m" (*&cw));
213 __asm__ __volatile__ ("fldcw %0" : : "m" (*&oldcw));
H A Dbench.php99 function Ack($m, $n){ argument
100 if($m == 0) return $n+1;
101 if($n == 0) return Ack($m-1, 1);
102 return Ack($m - 1, Ack($m, ($n - 1)));
H A Dzend_API.c1776 zend_module_entry *m, *r; in zend_sort_modules() local
1780 m = (zend_module_entry*)(*b1)->pData; in zend_sort_modules()
1781 if (!m->module_started && m->deps) { in zend_sort_modules()
1782 const zend_module_dep *dep = m->deps; in zend_sort_modules()
H A Dzend_alloc.c747 size_t m; in zend_mm_add_to_free_list() local
749 for (m = size << (ZEND_MM_NUM_BUCKETS - index); ; m <<= 1) { in zend_mm_add_to_free_list()
753 p = &prev->child[(m >> (ZEND_MM_NUM_BUCKETS-1)) & 1]; in zend_mm_add_to_free_list()
1821 size_t m; in zend_mm_search_large_block() local
1826 for (m = true_size << (ZEND_MM_NUM_BUCKETS - index); ; m <<= 1) { in zend_mm_search_large_block()
1834 if ((m & (ZEND_MM_LONG_CONST(1) << (ZEND_MM_NUM_BUCKETS-1))) == 0) { in zend_mm_search_large_block()
H A Dzend_strtod.c548 static Bigint * multadd(Bigint *b, int m, int a) /* multiply by m and add a */ in multadd() argument
563 y = (xi & 0xffff) * m + a; in multadd()
564 z = (xi >> 16) * m + (y >> 16); in multadd()
568 y = *x * m + a; in multadd()
H A Dzend_vm_gen.php907 out($f, $m[1].$executor_name.$m[3]."\n");
919 skip_blanks($f, $m[1], $m[3]."\n");
935 skip_blanks($f, $m[1], $m[3]);
941 out($f,$m[1]."\tint ret;".$m[3]."\n");
946 skip_blanks($f, $m[1], $m[3]);
978 $m[1]."}".$m[3]."\n");
995 out($f, $m[1].$initializer_name.$m[3]."\n");
1066 $m) == 0) {
1141 $export[] = array("handler",$m[1],$m[2]);
1152 $export[] = array("helper",$m[1],$m[2]);
[all …]
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_008.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Daccess_modifiers_009.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Dbug34678.phpt6 public function __call($m, $a) {
H A Dbug40784.phpt7 function A () { echo "I'm A\n"; }
22 I'm A
23 I'm A
H A Dbug43175.phpt10 public function __call($m, $a) {
H A Dbug45805.phpt28 $m = new ReflectionMethod('B', 'foo');
29 $m->invoke($this);
H A Dbug47054.phpt12 public function m() {
18 $d->m();
27 D::m();
37 Strict Standards: Non-static method D::m() should not be called statically in %s on line %d
H A Dfr47160.phpt64 $m = 'world';
65 $f = $x($c, $m);
/PHP-5.5/build/
H A Dlibtool.m4627 LD="${LD-ld} -m elf_i386_fbsd"
630 LD="${LD-ld} -m elf_i386"
636 LD="${LD-ld} -m elf32ppclinux"
639 LD="${LD-ld} -m elf_s390"
642 LD="${LD-ld} -m elf32_sparc"
652 LD="${LD-ld} -m elf_x86_64"
655 LD="${LD-ld} -m elf64lppc"
658 LD="${LD-ld} -m elf64ppc"
661 LD="${LD-ld} -m elf64_s390"
664 LD="${LD-ld} -m elf64_sparc"
[all …]
/PHP-5.5/ext/calendar/tests/
H A Deaster_date.phpt10 echo date("Y-m-d", easter_date(2000))."\n";
11 echo date("Y-m-d", easter_date(2001))."\n";
12 echo date("Y-m-d", easter_date(2002))."\n";
13 echo date("Y-m-d", easter_date(1492))."\n";
H A Djdtounix.phpt9 echo date("Y-m-d",jdtounix(2440588)). "\n";
10 echo date("Y-m-d",jdtounix(2452162)). "\n";
11 echo date("Y-m-d",jdtounix(2453926)). "\n";
/PHP-5.5/ext/curl/
H A Dinterface.c115 static int php_curl_ssl_mutex_create(void **m) in php_curl_ssl_mutex_create() argument
117 if (*((MUTEX_T *) m) = tsrm_mutex_alloc()) { in php_curl_ssl_mutex_create()
124 static int php_curl_ssl_mutex_destroy(void **m) in php_curl_ssl_mutex_destroy() argument
126 tsrm_mutex_free(*((MUTEX_T *) m)); in php_curl_ssl_mutex_destroy()
130 static int php_curl_ssl_mutex_lock(void **m) in php_curl_ssl_mutex_lock() argument
132 return tsrm_mutex_lock(*((MUTEX_T *) m)); in php_curl_ssl_mutex_lock()
135 static int php_curl_ssl_mutex_unlock(void **m) in php_curl_ssl_mutex_unlock() argument
137 return tsrm_mutex_unlock(*((MUTEX_T *) m)); in php_curl_ssl_mutex_unlock()

Completed in 100 milliseconds

12345678910>>...19