Re: [PHP] Looking for the string functions

2012-02-01 Thread Mike Mackintosh




On Feb 1, 2012, at 18:49, Matijn Woudt  wrote:

> On Thu, Feb 2, 2012 at 12:17 AM, Tim Streater  wrote:
>> I'm keen to look at the C source of such as substr_replace() and stripos(). 
>> I've downloaded the 5.3.9 PHP source, but am having difficulty locating the 
>> string functions. Could someone point me at the right directory or .c file?
>> 
>> Thanks,
>> 
>> --
>> Cheers  --  Tim
> 
> On linux you can use a combination of find and grep to find it, on
> windows there's a search function? I believe you can specify in the
> search that you want to search inside files to get it, and else you
> can use software like Notepad++ for example that has a 'search in
> files' option.
> 
> - Matijn
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

See http://www.highonphp.com/how-to-find-file-by-content
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Looking for the string functions

2012-02-01 Thread Matijn Woudt
On Thu, Feb 2, 2012 at 12:17 AM, Tim Streater  wrote:
> I'm keen to look at the C source of such as substr_replace() and stripos(). 
> I've downloaded the 5.3.9 PHP source, but am having difficulty locating the 
> string functions. Could someone point me at the right directory or .c file?
>
> Thanks,
>
> --
> Cheers  --  Tim

On linux you can use a combination of find and grep to find it, on
windows there's a search function? I believe you can specify in the
search that you want to search inside files to get it, and else you
can use software like Notepad++ for example that has a 'search in
files' option.

- Matijn

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Looking for the string functions

2012-02-01 Thread Mike Mackintosh
btw, php dev = internals

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Looking for the string functions

2012-02-01 Thread Mike Mackintosh
If you don't get any replies, try the Dev Mailing list.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Looking for the string functions

2012-02-01 Thread Tim Streater
I'm keen to look at the C source of such as substr_replace() and stripos(). 
I've downloaded the 5.3.9 PHP source, but am having difficulty locating the 
string functions. Could someone point me at the right directory or .c file?

Thanks,

--
Cheers  --  Tim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php