Home
last modified time | relevance | path

Searched refs:strstr (Results 76 – 100 of 135) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation1.phpt41 if ( strstr($file_modes[$mode_counter], "r") ) {
63 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dfgetcsv_variation17.phpt39 if ( strstr($file_modes[$mode_counter], "r") ) {
59 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dfgetcsv_variation19.phpt40 if ( strstr($file_modes[$mode_counter], "r") ) {
60 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dfgetcsv_variation2.phpt41 if ( strstr($file_modes[$mode_counter], "r") ) {
63 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dfgetcsv_variation24.phpt42 if ( strstr($file_modes[$mode_counter], "r") ) {
63 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dfgetcsv_variation7.phpt41 if ( strstr($file_modes[$mode_counter], "r") ) {
62 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dfgetcsv_variation11.phpt42 if ( strstr($file_modes[$mode_counter], "r") ) {
63 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dfgetcsv_variation10.phpt41 if ( strstr($file_modes[$mode_counter], "r") ) {
62 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dfputcsv_variation1.phpt44 if ( strstr($file_modes[$mode_counter], "r") ) {
H A Dfputcsv_variation5.phpt44 if ( strstr($file_modes[$mode_counter], "r") ) {
H A Dfputcsv_variation6.phpt47 if ( strstr($file_modes[$mode_counter], "r") ) {
H A Dfputcsv_variation7.phpt47 if ( strstr($file_modes[$mode_counter], "r") ) {
H A Dfputcsv_variation8.phpt47 if ( strstr($file_modes[$mode_counter], "r") ) {
H A Dfputcsv_variation11.phpt44 if ( strstr($file_modes[$mode_counter], "r") ) {
/PHP-7.4/ext/zlib/
H A Dzlib.c110 if (strstr(Z_STRVAL_P(enc), "gzip")) { in php_zlib_output_encoding()
112 } else if (strstr(Z_STRVAL_P(enc), "deflate")) { in php_zlib_output_encoding()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c187 while (*value && (token = strstr(*value, "$pool"))) { in fpm_conf_expand_pool_name()
714 tmp = strstr(*path, "$prefix"); in fpm_evaluate_full_path()
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt40 if ( strstr($file_modes[$mode_counter], "r") ) {
H A DSplFileObject_fputcsv_variation11.phpt40 if ( strstr($file_modes[$mode_counter], "r") ) {
H A DSplFileObject_fputcsv_variation12.phpt41 if ( strstr($file_modes[$mode_counter], "r") ) {
H A DSplFileObject_fputcsv_variation5.phpt40 if ( strstr($file_modes[$mode_counter], "r") ) {
H A DSplFileObject_fputcsv_variation6.phpt43 if ( strstr($file_modes[$mode_counter], "r") ) {
H A DSplFileObject_fputcsv_variation7.phpt43 if ( strstr($file_modes[$mode_counter], "r") ) {
H A DSplFileObject_fputcsv_variation8.phpt43 if ( strstr($file_modes[$mode_counter], "r") ) {
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1057 if (strstr(reflection_what, "::")) { in do_cli()
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c402 if (*name == '/' || (name[0] != 0 && strstr(name, ":/"))) {

Completed in 66 milliseconds

123456