Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 154) sorted by path

1234567

/php-src/TSRM/
H A Dtsrm_win32.c533 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()
/php-src/Zend/
H A Dzend_API.c1096 if (strcmp(error, "must not contain any null bytes") == 0) { in zend_parse_arg()
3030 if (!strcmp(arg_info->name, reg_function->arg_info[j].name)) { in zend_register_functions()
H A Dzend_builtin_functions.c314 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() argument
H A Dzend_builtin_functions.stub.php23 function strcmp(string $string1, string $string2): int {} function
H A Dzend_builtin_functions_arginfo.h240 ZEND_FUNCTION(strcmp);
H A Dzend_extensions.c116 } else if (strcmp(ZEND_EXTENSION_BUILD_ID, extension_version_info->build_id) && in zend_load_extension_handle()
345 if (!strcmp(extension->name, extension_name)) { in zend_get_extension()
H A Dzend_language_parser.y1635 strcmp(toktype, "\"end of file\"") == 0) {
1643 if (strcmp(toktype, "\"'\\\\'\"") == 0) {
1651 if (strcmp(toktype, "\"amp\"") == 0) {
1660 if (strcmp(toktype, "'\"'") == 0) {
1690 if (tokcontent_len == 1 && strcmp(yystr, "\"invalid character\"") == 0) {
1705 if (tokcontent_len > 0 && strcmp(yystr, "\"quoted string\"") == 0) {
1744 if (strcmp(toktype, "\"'\\\\'\"") == 0) {
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_list.c290 if (lde->type_name && (strcmp(type_name, lde->type_name) == 0)) { in zend_fetch_list_dtor_id()
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_operators.c3614 int cmp = strcmp(&ptr[-digits], long_min_digits);
/php-src/ext/com_dotnet/
H A Dcom_extension.c115 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in ZEND_GET_MODULE()
/php-src/ext/date/lib/
H A Dinterval.c46 (strcmp((*one)->tz_info->name, (*two)->tz_info->name) == 0) in sort_old_to_new()
150 …if (one->zone_type == TIMELIB_ZONETYPE_ID && two->zone_type == TIMELIB_ZONETYPE_ID && strcmp(one->… in timelib_diff()
H A Dparse_date.c979 if (!found || strcmp("UTC", tz_abbr) == 0) { in timelib_parse_zone()
H A Dparse_date.re977 if (!found || strcmp("UTC", tz_abbr) == 0) {
H A Dparse_tz.c385 (strcmp(abbr, &tz->timezone_abbr[tz->type[i].abbr_idx]) == 0) in find_ttinfo_index()
561 if (strcmp("", tz->posix_string) == 0) { in timelib_dump_tzinfo()
707 if (strcmp("", tmp->posix_string) == 0) { in timelib_parse_tzfile()
968 …if (one->zone_type == TIMELIB_ZONETYPE_ID && strcmp(one->tz_info->name, two->tz_info->name) == 0) { in timelib_same_timezone()
/php-src/ext/date/
H A Dphp_date.c772 …if (!localtime || strcmp(offset->abbr, "UTC") == 0 || strcmp(offset->abbr, "Z") == 0 || strcmp(off… in date_format()
2053 return strcmp(o1->tzi.z.abbr, o2->tzi.z.abbr) ? 1 : 0; in date_object_compare_timezone()
2055 return strcmp(o1->tzi.tz->name, o2->tzi.tz->name) ? 1 : 0; in date_object_compare_timezone()
H A Dphp_date_arginfo.h822 ZEND_ASSERT(strcmp(DATE_FORMAT_RFC3339, "Y-m-d\\TH:i:sP") == 0); in register_php_date_symbols()
824 ZEND_ASSERT(strcmp(DATE_FORMAT_COOKIE, "l, d-M-Y H:i:s T") == 0); in register_php_date_symbols()
826 ZEND_ASSERT(strcmp(DATE_FORMAT_ISO8601, "Y-m-d\\TH:i:sO") == 0); in register_php_date_symbols()
828 ZEND_ASSERT(strcmp(DATE_FORMAT_ISO8601_EXPANDED, "X-m-d\\TH:i:sP") == 0); in register_php_date_symbols()
830 ZEND_ASSERT(strcmp(DATE_FORMAT_RFC822, "D, d M y H:i:s O") == 0); in register_php_date_symbols()
832 ZEND_ASSERT(strcmp(DATE_FORMAT_RFC850, "l, d-M-y H:i:s T") == 0); in register_php_date_symbols()
834 ZEND_ASSERT(strcmp(DATE_FORMAT_RFC1036, "D, d M y H:i:s O") == 0); in register_php_date_symbols()
836 ZEND_ASSERT(strcmp(DATE_FORMAT_RFC1123, "D, d M Y H:i:s O") == 0); in register_php_date_symbols()
838 ZEND_ASSERT(strcmp(DATE_FORMAT_RFC7231, "D, d M Y H:i:s \\G\\M\\T") == 0); in register_php_date_symbols()
840 ZEND_ASSERT(strcmp(DATE_FORMAT_RFC2822, "D, d M Y H:i:s O") == 0); in register_php_date_symbols()
[all …]
/php-src/ext/dba/
H A Ddba.c771 if (!strcmp(file_mode, "r")) { in php_dba_open()
995 if (!strcmp(info->hnd->name, "cdb")) { in PHP_FUNCTION()
1001 } else if (!strcmp(info->hnd->name, "inifile")) { in PHP_FUNCTION()
H A Ddba_cdb.c323 if (!strcmp(hnd->name, "cdb")) { in DBA_INFO_FUNC()
H A Ddba_db4.c47 if (function && (!strcmp(function,"dba_popen") || !strcmp(function,"dba_open")) in php_dba_db4_errcall_fcn()
H A Ddba_dbm.c192 if (!strcmp(DBM_VERSION, "GDBM")) in DBA_INFO_FUNC()
/php-src/ext/dom/
H A Dhtml5_parser.c203 if (strcmp((const char *) local_name, "xmlns") != 0) { in lexbor_libxml2_bridge_convert()
H A Dhtml5_serializer.c182 if (strcmp((const char *) attr->name, "xmlns") == 0) { in dom_html5_serialize_element_start()
H A Dhtml_document.c344 if (node->type == XML_ELEMENT_NODE && strcmp((const char *) node->name, searching_for) == 0) { in dom_search_child()

Completed in 155 milliseconds

1234567