Home
last modified time | relevance | path

Searched refs:te (Results 26 – 37 of 37) sorted by relevance

12

/PHP-7.3/ext/standard/tests/strings/
H A Dstristr.phpt14 var_dump(md5(stristr("te".chr(0)."st", chr(0))));
H A Dstripos.phpt10 var_dump(stripos("te".chr(0)."st", chr(0)));
H A Dstr_split_variation4.phpt83 string(2) "te"
H A Dstrspn_variation6.phpt74 "l \te",
H A Dstrspn_variation7.phpt73 "f\te\h ",
H A Dstrstr.phpt16 var_dump( md5(strstr("te".chr(0)."st", chr(0))) );
H A Dstrpos.phpt17 var_dump( strpos("te".chr(0)."st", chr(0)) );
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcompress.c355 int te; in file_pipe2file() local
357 te = errno; in file_pipe2file()
359 errno = te; in file_pipe2file()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h137 } te; member
H A Dregexec.c2415 static struct timeval ts, te; variable
2417 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \ argument
2418 (((te).tv_sec - (ts).tv_sec)*1000000))
2423 static struct tms ts, te; variable
2425 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime) argument
2443 GETTIME(te);\
2444 OpTime[OpCurr] += TIMEDIFF(te, ts);\
H A Dregparse.c2096 onig_node_free(en->te.Then); in onig_node_free()
2097 onig_node_free(en->te.Else); in onig_node_free()
2441 BAG_(node)->te.Then = 0; in node_new_bag()
2442 BAG_(node)->te.Else = 0; in node_new_bag()
2464 BAG_(n)->te.Then = Then; in node_new_bag_if_else()
2465 BAG_(n)->te.Else = Else; in node_new_bag_if_else()
/PHP-7.3/ext/hash/tests/
H A Dfnv1a64.phpt178 array( '|?;U_[D4x81%te}#8I}Q6@ahE_q.[r[Y3v', 'cb8807aabe087372' ),

Completed in 93 milliseconds

12