Home
last modified time | relevance | path

Searched refs:strrchr (Results 26 – 50 of 53) sorted by relevance

123

/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c340 char *port_str = strrchr(dup_address, ':'); in fpm_socket_af_inet_listening_socket()
/php-src/Zend/
H A Dzend_constants.c560 const char *slash = strrchr(ZSTR_VAL(c->name), '\\'); in zend_register_constant()
/php-src/main/
H A Drfc1867.c532 char *s = strrchr(path, '\\'); in php_ap_basename()
533 char *s2 = strrchr(path, '/'); in php_ap_basename()
H A Dmain.c1074 p = strrchr(ref, '#'); in php_verror()
/php-src/sapi/cgi/
H A Dcgi_main.c1017 prog = strrchr(argv0, '/');
1265 while ((ptr = strrchr(pt, '/')) || (ptr = strrchr(pt, '\\'))) {
/php-src/ext/phar/
H A Dtar.c116 if ((bname = strrchr(fname, PHP_DIR_SEPARATOR))) { in phar_is_tar()
627 p = strrchr(myphar->fname, '/'); in phar_parse_tarfile()
H A Dphar.c1237 endbuffer = strrchr(mydata->fname, '/'); in phar_parse_pharfile()
1450 p = strrchr(mydata->fname, '/'); in phar_create_or_parse_filename()
1852 slash = (char *) strrchr(filename, '/'); in phar_analyze_path()
1872 slash = strrchr(realpath, '/'); in phar_analyze_path()
H A Dphar_object.c33 ext = strrchr(file, '.'); in phar_file_type()
365 u1 = strrchr(e, '/'); in phar_postprocess_ru_web()
374 u = strrchr(e, '/'); in phar_postprocess_ru_web()
2092 ext_pos = strrchr(basename, '.'); in phar_rename_archive()
H A Dstream.c336 } else if ((cwd = strrchr(entry, '/'))) { in phar_wrapper_open_url()
H A Dzip.c320 ext = strrchr(mydata->fname, '/'); in phar_parse_zipfile()
H A Dutil.c50 p = strrchr(entry->filename, '/'); in phar_get_link_location()
/php-src/main/streams/
H A Dplain_wrapper.c1405 …while ( (p = strrchr(buf + offset, DEFAULT_SLASH)) || (offset != 1 && (p = strrchr(buf, DEFAULT_SL… in php_plain_files_mkdir()
/php-src/ext/soap/
H A Dphp_http.c1025 char *c = strrchr(t, '/'); in make_http_soap_request()
1133 char *p = strrchr(t, '/'); in make_http_soap_request()
H A Dphp_encoding.c2283 end = strrchr(value,'['); in to_xml_array()
2475 end = strrchr(type,'['); in to_zval_array()
2525 end = strrchr(type,'['); in to_zval_array()
2591 char* tmp = strrchr((char*)attr->children->content,'['); in to_zval_array()
2610 char* tmp = strrchr((char*)position->children->content, '['); in to_zval_array()
H A Dphp_sdl.c468 ctype = strrchr((char*)tmp->children->content,':'); in wsdl_soap_binding_header()
674 ctype = strrchr((char*)message_name,':'); in wsdl_message()
841 ctype = strrchr((char*)bindingAttr->children->content,':'); in load_wsdl()
H A Dphp_schema.c2083 ref = strrchr(ref, ':'); in schema_find_by_ref()
2129 char *name = strrchr(attr->ref, ':'); in schema_attribute_fixup()
/php-src/sapi/cli/
H A Dphp_cli.c474 prog = strrchr(argv0, '/'); in php_cli_usage()
H A Dphp_cli_server.c692 if ((tmp = strrchr(ZSTR_VAL(client->addr_str), ':'))) { in sapi_cli_server_register_variables()
/php-src/ext/ftp/
H A Dftp.c482 if ((end = strrchr(++pwd, '"')) == NULL) { in ftp_pwd()
595 if ((end = strrchr(++mkd, '"')) == NULL) { in ftp_mkdir()
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c1055 while ((p = strrchr(buf, '/'))) { in php_stream_ftp_mkdir()
H A Dhttp_fopen_wrapper.c858 char *s = strrchr(ZSTR_VAL(resource->path), '/'); in php_stream_url_wrap_http_ex()
H A Dimage.c1004 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
H A Dbasic_functions.stub.php2437 function strrchr(string $haystack, string $needle, bool $before_needle = false): string|false {}
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c975 if ((p = strrchr(CAST(char *, buf), ':')) != NULL) { in filter_error()
H A Dapprentice.c200 if ((progname = strrchr(argv[0], '/')) != NULL) in main()
3416 if ((p = strrchr(fn, '/')) != NULL)

Completed in 221 milliseconds

123