Home
last modified time | relevance | path

Searched refs:strrchr (Results 1 – 25 of 55) sorted by path

123

/PHP-7.4/Zend/
H A Dzend_constants.c504 char *slash = strrchr(ZSTR_VAL(c->name), '\\'); in zend_register_constant()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch90 - if ((progname = strrchr(argv[0], '/')) != NULL)
2178 - if ((tmp = strrchr(fn, '/')) == NULL) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c3248 if ((p = strrchr(fn, '/')) != NULL)
H A Dcompress.c662 if ((p = strrchr(CAST(char *, buf), ':')) != NULL) { in filter_error()
/PHP-7.4/ext/ftp/
H A Dftp.c474 if ((end = strrchr(++pwd, '"')) == NULL) { in ftp_pwd()
592 if ((end = strrchr(++mkd, '"')) == NULL) { in ftp_mkdir()
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c58 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
85 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
186 if ((f = strrchr(name, '/')) != NULL) name = f+1; in gdImageXbmCtx()
187 if ((f = strrchr(name, '\\')) != NULL) name = f+1; in gdImageXbmCtx()
189 if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0'; in gdImageXbmCtx()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_get_info.phpt53 ["strrchr"]=>
117 ["strrchr"]=>
143 ["strrchr"]=>
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c88 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_emalloc()
124 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pemalloc()
163 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_ecalloc()
200 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pecalloc()
240 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_erealloc()
278 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_perealloc()
317 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_efree()
348 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pefree()
381 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_malloc()
416 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_calloc()
[all …]
/PHP-7.4/ext/phar/
H A Dphar.c1192 endbuffer = strrchr(mydata->fname, '/'); in phar_parse_pharfile()
1405 p = strrchr(mydata->fname, '/'); in phar_create_or_parse_filename()
1807 slash = (char *) strrchr(filename, '/'); in phar_analyze_path()
1827 slash = strrchr(realpath, '/'); in phar_analyze_path()
H A Dphar_object.c32 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()
2130 ext_pos = strrchr(basename, '.'); in phar_rename_archive()
H A Dstream.c328 } else if ((cwd = strrchr(entry, '/'))) { in phar_wrapper_open_url()
H A Dtar.c116 if ((bname = strrchr(fname, PHP_DIR_SEPARATOR))) { in phar_is_tar()
636 p = strrchr(myphar->fname, '/'); in phar_parse_tarfile()
H A Dutil.c50 p = strrchr(entry->filename, '/'); in phar_get_link_location()
H A Dzip.c296 ext = strrchr(mydata->fname, '/'); in phar_parse_zipfile()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2272 end = strrchr(value,'['); in to_xml_array()
2457 end = strrchr(type,'['); in to_zval_array()
2507 end = strrchr(type,'['); in to_zval_array()
2573 char* tmp = strrchr((char*)attr->children->content,'['); in to_zval_array()
2592 char* tmp = strrchr((char*)position->children->content, '['); in to_zval_array()
H A Dphp_http.c1023 char *c = strrchr(t, '/'); in make_http_soap_request()
1131 char *p = strrchr(t, '/'); in make_http_soap_request()
H A Dphp_schema.c2073 ref = strrchr(ref, ':'); in schema_find_by_ref()
2119 char *name = strrchr(attr->ref, ':'); in schema_attribute_fixup()
H A Dphp_sdl.c460 ctype = strrchr((char*)tmp->children->content,':'); in wsdl_soap_binding_header()
666 ctype = strrchr((char*)message_name,':'); in wsdl_message()
833 ctype = strrchr((char*)bindingAttr->children->content,':'); in load_wsdl()
888 ctype = strrchr((char*)type->children->content,':'); in load_wsdl()
H A Dphp_xml.c314 char *found = strrchr((char*)inval, ':'); in parse_namespace()
/PHP-7.4/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()
2298 p1 = strrchr(tmp_path, '/'); in SPL_METHOD()
2300 p2 = strrchr(tmp_path, '\\'); in SPL_METHOD()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2796 PHP_FE(strrchr, arginfo_strrchr)
H A Dftp_fopen_wrapper.c1071 while ((p = strrchr(buf, '/'))) { in php_stream_ftp_mkdir()
H A Dhttp_fopen_wrapper.c852 char *s = strrchr(ZSTR_VAL(resource->path), '/'); in php_stream_url_wrap_http_ex()
H A Dimage.c1036 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
H A Dphp_string.h48 PHP_FUNCTION(strrchr);

Completed in 147 milliseconds

123