diff options
author | Andi Gutmans <andi@php.net> | 2002-01-14 16:55:23 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-01-14 16:55:23 +0000 |
commit | 65f01545a86b7e8eff264e30ffb22372e8ca7784 (patch) | |
tree | 927d0e3986ee861d332724d419953ed0d0955314 /ext/pcre/php_pcre.c | |
parent | 3acaa30c1c56108f48d33c5f01510a34d4dfcbf2 (diff) | |
download | php-git-65f01545a86b7e8eff264e30ffb22372e8ca7784.tar.gz |
- Fix crash bug in call_user_function_ex(). Thanks to Sebastian for the
- very nice and short reproducing script.
<?php
$array = array('foo', 'bar');
uasort($array, 'cmp');
function cmp($a, $b)
{
return (strcmp($a[1], $b[1]));
}
?>
Diffstat (limited to 'ext/pcre/php_pcre.c')
0 files changed, 0 insertions, 0 deletions