Home
last modified time | relevance | path

Searched refs:strstr (Results 101 – 125 of 129) sorted by relevance

123456

/php-src/ext/phar/
H A Dphar_object.c620 !strstr(Z_STRVAL_P(z_script_name), basename)) { in PHP_METHOD()
644 if (!(pt = strstr(testit, basename))) { in PHP_METHOD()
669 if (!(pt = strstr(path_info, basename))) { in PHP_METHOD()
774 tmp = strstr(path_info, basename) + fname_len; in PHP_METHOD()
3835 if (!strstr(fname, "://") && php_check_open_basedir(fname)) { in PHP_METHOD()
H A Dtar.c119 if (!ret && (bname = strstr(fname, ".tar")) && (bname[4] == '\0' || bname[4] == '.')) { in phar_is_tar()
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c189 while (*value && (token = strstr(*value, "$pool"))) { in fpm_conf_expand_pool_name()
804 tmp = strstr(*path, "$prefix"); in fpm_evaluate_full_path()
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation7.phpt42 if ( strstr($file_modes[$mode_counter], "r") ) {
H A Dfputcsv_variation8.phpt42 if ( strstr($file_modes[$mode_counter], "r") ) {
H A Dfgetcsv_variation6.phpt39 if ( strstr($file_modes[$mode_counter], "r") ) {
60 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A Dreadfile_basic-win32.phpt30 if ( strstr($mode, "x") ) {
H A Dreadfile_basic.phpt30 if ( strstr($mode, "x") ) {
H A Dfputcsv_variation13.phpt40 if ( strstr($file_modes[$mode_counter], "r") ) {
H A Dfputcsv_variation9.phpt39 if ( strstr($file_modes[$mode_counter], "r") ) {
/php-src/ext/gd/libgd/
H A Dgdft.c402 if (*name == '/' || (name[0] != 0 && strstr(name, ":/"))) {
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h2251 ZEND_FRAMELESS_FUNCTION(strstr, 2);
2252 ZEND_FRAMELESS_FUNCTION(strstr, 3);
2254 { ZEND_FRAMELESS_FUNCTION_NAME(strstr, 2), 2 },
2255 { ZEND_FRAMELESS_FUNCTION_NAME(strstr, 3), 3 },
2564 ZEND_FUNCTION(strstr);
H A Dstring.c1806 PHP_FUNCTION(strstr) argument
1822 ZEND_FRAMELESS_FUNCTION(strstr, 2)
1837 ZEND_FRAMELESS_FUNCTION(strstr, 3)
5088 if (strstr(set, norm)) {
H A Dbasic_functions.stub.php2412 function strstr(string $haystack, string $needle, bool $before_needle = false): string|false {}
/php-src/main/
H A DSAPI.c374 if (*charset && strncmp(*mimetype, "text/", 5) == 0 && strstr(*mimetype, "charset=") == NULL) { in sapi_apply_default_charset()
/php-src/Zend/
H A Dzend_exceptions.c684 …e_type_error || Z_OBJCE_P(exception) == zend_ce_argument_count_error) && strstr(ZSTR_VAL(message),… in ZEND_METHOD()
/php-src/ext/soap/
H A Dphp_sdl.c244 s = strstr(ctx->sdl->source, "://"); in sdl_set_uri_credentials()
248 s = strstr((char*)uri, "://"); in sdl_set_uri_credentials()
296 s = strstr(Z_STRVAL_P(header), "Authorization: Basic"); in sdl_set_uri_credentials()
298 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials()
/php-src/ext/dom/
H A Dhtml_document.c949 if (strstr(filename, "%00")) { in PHP_METHOD()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1376 char *p = strstr(me[i].mp->desc, text); in set_text_binary()
3449 if (strstr(fn, ".mime") != NULL)
H A Dsoftmagic.c542 for (sptr = str; (ptr = strstr(sptr, "${")) != NULL;) { in varexpand()
/php-src/ext/opcache/
H A DZendAccelerator.c1488 !strstr(ZSTR_VAL(filename), "://"); in is_phar_file()
1964 if ((ptr = strstr(phar_path, ".phar/")) != NULL) in check_persistent_script_access()
3035 && strstr(name, __progname)) { in accel_move_code_to_huge_pages()
/php-src/sapi/cgi/
H A Dcgi_main.c1347 strstr(pt, env_script_name)
/php-src/ext/iconv/
H A Diconv.c324 char *p = strstr(get_output_encoding(), "//"); in php_iconv_output_handler()
/php-src/ext/fileinfo/
H A Dlibmagic.patch853 if (strstr(fn, ".mime") != NULL)
2888 + found = (strstr(vbuf_lower, pattern_lower) != NULL);
/php-src/ext/session/
H A Dsession.c1595 strstr(Z_STRVAL_P(data), PS(extern_referer_chk)) == NULL in php_session_start()

Completed in 149 milliseconds

123456