Home
last modified time | relevance | path

Searched refs:ae (Results 1 – 14 of 14) sorted by relevance

/PHP-5.3/ext/standard/tests/strings/
H A Dbug48709.phpt11 'ae', // ditto
27 ae => E
H A Dstrtolower-win32.phpt237 ae => ae
H A Dstrtoupper1-win32.phpt237 ae => ae
H A Dconvert_cyr_string_basic.phpt70 161: ae
H A Dstrtolower.phpt249 ae => ae
H A Dstrtoupper1.phpt249 ae => ae
H A Dbug49785.phpt194 string(2) "ae"
/PHP-5.3/ext/standard/
H A Dcrypt_blowfish.c862 BF_key ae, ai, ye, yi; in php_crypt_blowfish_rn() local
863 BF_set_key(k, ae, ai, 2); /* $2a$ */ in php_crypt_blowfish_rn()
867 !memcmp(ae, ye, sizeof(ae)) && in php_crypt_blowfish_rn()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput83954 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
H A Dtestinput13824 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
H A Dtestoutput16245 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
H A Dtestoutput86409 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3514 # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
3523 0 string/w #!\ /usr/local/bin/ae Neil Brown's ae script text executable
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c62944 } ae;
63939 u.ae.nByte = pIn1->n + pIn2->n;
63940 if( u.ae.nByte>db->aLimit[SQLITE_LIMIT_LENGTH] ){
63944 if( sqlite3VdbeMemGrow(pOut, (int)u.ae.nByte+2, pOut==pIn2) ){
63951 pOut->z[u.ae.nByte] = 0;
63952 pOut->z[u.ae.nByte+1] = 0;
63954 pOut->n = (int)u.ae.nByte;

Completed in 382 milliseconds