Home
last modified time | relevance | path

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

123

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_sockets.c322 char *port_str = strrchr(dup_address, ':'); in fpm_socket_af_inet_listening_socket()
/PHP-8.0/main/
H A Drfc1867.c555 char *s = strrchr(path, '\\'); in php_ap_basename()
556 char *s2 = strrchr(path, '/'); in php_ap_basename()
/PHP-8.0/Zend/
H A Dzend_constants.c491 char *slash = strrchr(ZSTR_VAL(c->name), '\\'); in zend_register_constant()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1019 prog = strrchr(argv0, '/');
1267 while ((ptr = strrchr(pt, '/')) || (ptr = strrchr(pt, '\\'))) {
/PHP-8.0/ext/spl/
H A Dspl_directory.c417 p1 = strrchr(intern->file_name, '/'); in spl_filesystem_info_set_filename()
419 p2 = strrchr(intern->file_name, '\\'); in spl_filesystem_info_set_filename()
2083 p1 = strrchr(tmp_path, '/'); in PHP_METHOD()
2085 p2 = strrchr(tmp_path, '\\'); in PHP_METHOD()
/PHP-8.0/ext/phar/
H A Dtar.c116 if ((bname = strrchr(fname, PHP_DIR_SEPARATOR))) { in phar_is_tar()
633 p = strrchr(myphar->fname, '/'); in phar_parse_tarfile()
H A Dphar.c1243 endbuffer = strrchr(mydata->fname, '/'); in phar_parse_pharfile()
1456 p = strrchr(mydata->fname, '/'); in phar_create_or_parse_filename()
1858 slash = (char *) strrchr(filename, '/'); in phar_analyze_path()
1878 slash = strrchr(realpath, '/'); in phar_analyze_path()
H A Dphar_object.c33 ext = strrchr(file, '.'); in phar_file_type()
366 u1 = strrchr(e, '/'); in phar_postprocess_ru_web()
375 u = strrchr(e, '/'); in phar_postprocess_ru_web()
2098 ext_pos = strrchr(basename, '.'); in phar_rename_archive()
H A Dstream.c325 } else if ((cwd = strrchr(entry, '/'))) { in phar_wrapper_open_url()
H A Dzip.c289 ext = strrchr(mydata->fname, '/'); in phar_parse_zipfile()
H A Dutil.c50 p = strrchr(entry->filename, '/'); in phar_get_link_location()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1346 …while ( (p = strrchr(buf + offset, DEFAULT_SLASH)) || (offset != 1 && (p = strrchr(buf, DEFAULT_SL… in php_plain_files_mkdir()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcompress.c777 if ((p = strrchr(CAST(char *, buf), ':')) != NULL) { in filter_error()
/PHP-8.0/ext/soap/
H A Dphp_http.c1027 char *c = strrchr(t, '/'); in make_http_soap_request()
1135 char *p = strrchr(t, '/'); in make_http_soap_request()
H A Dphp_encoding.c2270 end = strrchr(value,'['); in to_xml_array()
2455 end = strrchr(type,'['); in to_zval_array()
2505 end = strrchr(type,'['); in to_zval_array()
2571 char* tmp = strrchr((char*)attr->children->content,'['); in to_zval_array()
2590 char* tmp = strrchr((char*)position->children->content, '['); in to_zval_array()
H A Dphp_sdl.c458 ctype = strrchr((char*)tmp->children->content,':'); in wsdl_soap_binding_header()
664 ctype = strrchr((char*)message_name,':'); in wsdl_message()
831 ctype = strrchr((char*)bindingAttr->children->content,':'); in load_wsdl()
H A Dphp_schema.c2071 ref = strrchr(ref, ':'); in schema_find_by_ref()
2117 char *name = strrchr(attr->ref, ':'); in schema_attribute_fixup()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c473 prog = strrchr(argv0, '/'); in php_cli_usage()
/PHP-8.0/ext/standard/
H A Dhttp_fopen_wrapper.c859 char *s = strrchr(ZSTR_VAL(resource->path), '/'); in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c1056 while ((p = strrchr(buf, '/'))) { in php_stream_ftp_mkdir()
H A Dimage.c1020 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
H A Dbasic_functions.stub.php596 function strrchr(string $haystack, string $needle): string|false {} function
H A Dbasic_functions_arginfo.h2472 ZEND_FUNCTION(strrchr);
3109 ZEND_FE(strrchr, arginfo_strrchr)
/PHP-8.0/ext/ftp/
H A Dftp.c462 if ((end = strrchr(++pwd, '"')) == NULL) { in ftp_pwd()
575 if ((end = strrchr(++mkd, '"')) == NULL) { in ftp_mkdir()
/PHP-8.0/
H A DUPGRADING547 strchr(), strrchr(), and stristr() will now always be interpreted as a
552 strstr(), stristr() and strrchr() can now be empty.

Completed in 137 milliseconds

123