Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 9009) sorted by path

12345678910>>...361

/PHP-5.4/
H A D.gdbinit155 printf "\n"
201 printf "{\n"
268 printf "\n"
318 printf "}\n"
358 printf "}\n"
369 printf "}\n"
380 printf "}\n"
416 printf "}\n"
509 printf ")\n"
512 printf "\n}\n"
[all …]
H A DNEWS1725 . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
2382 . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
4389 - Fixed bug #48929 (Double \r\n after HTTP headers when "header" context
4836 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
4903 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
6021 - Fixed money_format() not to accept multiple %i or %n tokens.
6107 - Fixed bug #41983 (Error Fetching http headers terminated by '\n'). (Dmitry)
6708 - Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc). (Ilia)
6830 - Fixed bug #39350 (crash with implode("\n", array(false))). (Ilia)
7581 - Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).
H A DREADME.GIT-RULES100 <max 79 characters short description>\n
101 \n
103 \n
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES149 echo "I was executed\n";
H A DUPGRADING631 echo "Hello world!\n";
/PHP-5.4/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
59 if test -n "$PTHREAD_FLAGS"; then
166 if test -n "$ac_cv_pthreads_lib"; then
170 if test -n "$ac_cv_pthreads_cflags"; then
H A Dtsrm_virtual_cwd.c104 static int php_check_dots(const char *element, int n) in php_check_dots() argument
106 while (n-- > 0) if (element[n] != '.') break; in php_check_dots()
108 return (n != -1); in php_check_dots()
616 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del() local
617 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_del()
654 unsigned long n; in realpath_cache_add() local
683 n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_add()
684 bucket->next = CWDG(realpath_cache)[n]; in realpath_cache_add()
685 CWDG(realpath_cache)[n] = bucket; in realpath_cache_add()
699 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find() local
[all …]
/PHP-5.4/Zend/
H A DZEND_CHANGES369 print $obj->id . "\n";
370 print $obj->name . "\n";
371 print $obj->address . "\n";
373 print $obj_clone->id . "\n";
374 print $obj_clone->name . "\n";
633 print "Circle\n";
639 print "Square\n";
704 print "Yay!\n";
746 public $n;
774 $foo->n = 1;
[all …]
H A DZend.m4210 test -n "$GCC" && DEBUG_CFLAGS="$DEBUG_CFLAGS -Wall"
211 test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "yes" && \
217 test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
226 if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then
276 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
H A Dacinclude.m417 if test -n "$bison_version_vars"; then
H A Dbench.php106 $r = Ack(3,$n);
112 function ary($n) { argument
119 $last = $n-1;
125 function ary2($n) { argument
152 $last = $n-1;
158 function ary3($n) { argument
168 $last = $n-1;
175 return(($n < 2) ? 1 : fibo_r($n - 2) + fibo_r($n - 1));
179 $r = fibo_r($n);
220 $ir = $n;
[all …]
H A Dmicro_bench.php6 function simpleucall($n) { argument
7 for ($i = 0; $i < $n; $i++)
11 function simpleudcall($n) { argument
12 for ($i = 0; $i < $n; $i++)
19 function simpleicall($n) { argument
62 function read_prop($n) { argument
119 function call($n) { argument
205 function issetor($n) { argument
212 function issetor2($n) { argument
219 function ternary($n) { argument
[all …]
/PHP-5.4/Zend/tests/
H A D001.phpt36 echo "Done\n";
H A D002.phpt43 echo "Done\n";
H A D003.phpt37 echo "Done\n";
H A D004.phpt13 echo "Done\n";
H A D005.phpt15 echo "Done\n";
H A D006.phpt16 echo "Done\n";
H A D007.phpt22 echo "Done\n";
H A D008.phpt23 echo "Done\n";
H A D009.phpt30 echo "Done\n";
H A D010.phpt42 echo "Done\n";
H A D011.phpt53 echo "Done\n";
H A D012.phpt19 echo "Done\n";
H A D013.phpt19 echo "Done\n";

Completed in 92 milliseconds

12345678910>>...361