Home
last modified time | relevance | path

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

1234567

/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c1118 ( strcmp( pEnv->pKey+1, "SUEXEC_AUTH" ) == 0 )) in lsapi_changeUGid()
1123 ( strcmp( pEnv->pKey+1, "SUEXEC_UGID" ) == 0 )) in lsapi_changeUGid()
2163 if ( strcmp( name, CGI_HEADERS[i] ) == 0 ) in GetHeaderVar()
2227 if ( strcmp( name, pBegin->pKey ) == 0 ) in LSAPI_GetEnv_r()
/PHP-7.2/TSRM/
H A Dtsrm_win32.c562 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()
/PHP-7.2/ext/filter/
H A Dfilter.c897 if (strcmp(filter_list[i].name, filter) == 0) { in PHP_FUNCTION()
/PHP-7.2/ext/gd/libgd/
H A Dgd_gd2.c78 if (strcmp(id, GD2_ID) != 0) { in _gd2GetHeader()
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c2204 if (strcmp(Z_STRVAL_P(member), "queryString") == 0) { in dbstmt_prop_write()
2217 if (strcmp(Z_STRVAL_P(member), "queryString") == 0) { in dbstmt_prop_delete()
2519 if (strcmp(Z_STRVAL_P(member), "queryString") == 0) { in row_prop_read()
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c37 static ZEND_FUNCTION(strcmp);
243 ZEND_FE(strcmp, arginfo_strcmp)
536 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() argument
H A Dzend_language_parser.y1318 strcmp(yystr, "\"end of file\"") == 0) {
H A Dzend_language_scanner.l1720 …if (yyleng < MAX_LENGTH_OF_LONG - 1 || (yyleng == MAX_LENGTH_OF_LONG - 1 && strcmp(yytext, long_mi…
H A Dzend_object_handlers.c500 } else if (strcmp(ZSTR_VAL(prop_info_name)+1, ZSTR_VAL(property_info->name)+1)) { in zend_check_property_access()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c621 if (strcmp(key, "CONTENT_TYPE") == 0 || strcmp(key, "CONTENT_LENGTH") == 0) { in sapi_cli_server_register_entry_cb()
2364 …if (strcmp(errstr, php_cli_server_request_error_unexpected_eof) == 0 && client->parser.state == s_… in php_cli_server_recv_event_read_request()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1348 …} else if (strcmp(ZEND_EXTENSION_BUILD_ID, extension_version_info->build_id) && (!new_extension->b… in phpdbg_load_module_or_extension()
1387 if (strcmp(ZEND_EXTENSION_BUILD_ID, module_entry->build_id)) { in phpdbg_load_module_or_extension()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h2688 strcmp((char *)(str1), (char *)(str2))
2690 strcmp((char *)(str1), (str2))
/PHP-7.2/main/streams/
H A Dstreams.c1902 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
1907 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
/PHP-7.2/ext/libxml/
H A Dlibxml.c857 if (strcmp(sapi_module.name, *sapi_name) == 0) { in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/standard/
H A Dvar.c945 if (incomplete_class && strcmp(ZSTR_VAL(key), MAGIC_MEMBER) == 0) { in php_var_serialize_intern()
H A Dfile.c1759 !strcmp(sp, dp); in php_copy_file_ctx()
/PHP-7.2/main/
H A Drfc1867.c401 if (!strcmp(line, boundary)) { in find_boundary()
/PHP-7.2/ext/iconv/
H A Diconv.c538 if (clen >= 9 && strcmp("//IGNORE", charset+clen-8) == 0) { in _php_check_ignore()
541 if (clen >= 19 && strcmp("//IGNORE//TRANSLIT", charset+clen-18) == 0) { in _php_check_ignore()
/PHP-7.2/ext/phar/
H A Dstream.c780 if (strcmp(resource_from->host, resource_to->host)) { in phar_wrapper_rename()
/PHP-7.2/ext/imap/
H A Dphp_imap.c3878 if (!strcmp (param->attribute, "BOUNDARY")) { in PHP_FUNCTION()
3983 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
4012 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
4038 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
/PHP-7.2/ext/date/
H A Dphp_date.c4183 if (strcmp(Z_STRVAL_P(member), m) == 0) { \ in date_interval_read_property()
4194 if (strcmp(Z_STRVAL_P(member), "f") == 0) { in date_interval_read_property()
4253 if (strcmp(Z_STRVAL_P(member), m) == 0) { \ in date_interval_write_property()
4265 if (strcmp(Z_STRVAL_P(member), "f") == 0) { in date_interval_write_property()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c1131 return strcmp(*(char *const *)p1, *(char *const *)p2); in cmpstrp()
3349 if (strcmp(ma[i].value.s, name) == 0) {
/PHP-7.2/ext/spl/
H A Dspl_directory.c248 return !strcmp(d_name, ".") || !strcmp(d_name, ".."); in spl_filesystem_is_dot()
/PHP-7.2/ext/xml/
H A Dxml.c902 if (!strcmp(Z_STRVAL_P(mytype), "cdata")) { in _xml_characterDataHandler()
/PHP-7.2/ext/exif/
H A Dexif.c3164 if (maker_note->make && (!ImageInfo->make || strcmp(maker_note->make, ImageInfo->make))) in exif_process_IFD_in_MAKERNOTE()
3166 if (maker_note->model && (!ImageInfo->model || strcmp(maker_note->model, ImageInfo->model))) in exif_process_IFD_in_MAKERNOTE()

Completed in 247 milliseconds

1234567