Home
last modified time | relevance | path

Searched refs:strcmp (Results 126 – 150 of 154) sorted by relevance

1234567

/php-src/ext/standard/
H A Dproc_open.c1277 if(strcmp(sapi_module.name, "cli") != 0) { in PHP_FUNCTION()
H A Dvar_unserializer.re555 if (!strcmp(unmangled_class, "*")
H A Dfile.c1584 !strcmp(sp, dp); in php_copy_file_ctx()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1352 return strcmp(*RCAST(char *const *, p1), *RCAST(char *const *, p2)); in cmpstrp()
3663 if (strcmp(ma[i].value.s, name) == 0) {
/php-src/ext/spl/
H A Dspl_directory.c275 return !strcmp(d_name, ".") || !strcmp(d_name, ".."); in spl_filesystem_is_dot()
/php-src/sapi/phpdbg/
H A Dphpdbg.c1673 …if (PHPDBG_G(exec) && strcmp("Standard input code", PHPDBG_G(exec)) == SUCCESS) { /* i.e. executio… in main()
/php-src/Zend/
H A Dzend_builtin_functions.c314 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() argument
H A Dzend_object_handlers.c516 } else if (strcmp(ZSTR_VAL(prop_info_name)+1, ZSTR_VAL(property_info->name)+1)) { in zend_check_property_access()
H A Dzend_language_scanner.l2141 …if (yyleng < MAX_LENGTH_OF_LONG - 1 || (yyleng == MAX_LENGTH_OF_LONG - 1 && strcmp(yytext, long_mi…
H A Dzend_API.c1096 if (strcmp(error, "must not contain any null bytes") == 0) { in zend_parse_arg()
3098 if (!strcmp(arg_info->name, reg_function->arg_info[j].name)) { in zend_register_functions()
H A Dzend_operators.c3628 int cmp = strcmp(&ptr[-digits], long_min_digits);
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1231 …dress && wp2->config->listen_address && *wp2->config->listen_address && !strcmp(wp->config->listen… in fpm_conf_process_all_pools()
/php-src/ext/sqlite3/
H A Dsqlite3.c411 (strcmp(sapi_module.name, "cli") != 0) && in PHP_METHOD()
/php-src/ext/openssl/
H A Dopenssl.c988 if (str != NULL && strcmp(str, "no") == 0) { in php_openssl_parse_config()
1017 if (strcmp(req->digest_name, "null") == 0) { in php_openssl_parse_config()
2961 if (strcmp("_default", type + len) != 0) { in php_openssl_csr_make()
/php-src/ext/pcre/
H A Dphp_pcre.c308 pcre_globals->per_request_cache = strcmp(sapi_module.name, "cli") == 0; in PHP_GINIT_FUNCTION()
/php-src/ext/zip/
H A Dphp_zip.c3195 if (strcmp(LIBZIP_VERSION, zip_libzip_version())) {
/php-src/ext/soap/
H A Dphp_schema.c2258 } else if (strcmp(type->ref, SCHEMA_NAMESPACE ":schema") == 0) { in schema_type_fixup()
/php-src/ext/exif/
H A Dexif.c3164 if (maker_note->make && (!ImageInfo->make || strcmp(maker_note->make, ImageInfo->make))) in exif_process_IFD_in_MAKERNOTE()
/php-src/ext/opcache/jit/
H A Dzend_jit.c3451 if (strcmp(sapi_module.name, "phpdbg") != 0) { in zend_jit_check_support()
/php-src/ext/date/lib/
H A Dparse_date.re977 if (!found || strcmp("UTC", tz_abbr) == 0) {
/php-src/ext/intl/tests/
H A Dgrapheme.phpt793 if ( strcmp($result, $expected) != 0 ) {
H A Dgrapheme2.phpt781 if ( strcmp($result, $expected) != 0 ) {
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c6352 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
/php-src/ext/fileinfo/
H A Dlibmagic.patch865 if (strcmp(ma[i].value.s, name) == 0) {
/php-src/ext/reflection/
H A Dphp_reflection.c2534 if (strcmp(((zend_internal_arg_info*)arg_info)[i].name, ZSTR_VAL(arg_name)) == 0) { in ZEND_METHOD()

Completed in 279 milliseconds

1234567