Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c500 for (sptr = str; (ptr = strstr(sptr, "${")) != NULL;) { in varexpand()
/PHP-7.4/ext/iconv/
H A Diconv.c403 char *p = strstr(get_output_encoding(), "//"); in php_iconv_output_handler()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2794 PHP_FE(strstr, arginfo_strstr)
2847 PHP_FALIAS(strchr, strstr, arginfo_strstr)
H A Dstring.c1889 PHP_FUNCTION(strstr) argument
5133 if (strstr(set, norm)) {
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation9.phpt45 if ( strstr($file_modes[$mode_counter], "r") ) {
/PHP-7.4/ext/zip/
H A Dphp_zip.c1728 } else if (remove_path && strstr(Z_STRVAL_P(zval_file), remove_path) != NULL) {
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch965 if (strstr(fn, ".mime") != NULL)
3188 + found = (strstr(vbuf_lower, pattern_lower) != NULL);
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2945 if ((tmp = strstr(name_str, "::")) == NULL) { in ZEND_METHOD()
4291 if ((tmp = strstr(ZSTR_VAL(name), "::")) != NULL) { in ZEND_METHOD()
/PHP-7.4/ext/spl/
H A Dspl_directory.c740 if (SPL_HAS_FLAG(ctor_flags, DIT_CTOR_GLOB) && strstr(path, "glob://") != path) { in spl_filesystem_object_construct()
/PHP-7.4/ext/exif/
H A Dexif.c4562 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()

Completed in 106 milliseconds

123456