Home
last modified time | relevance | path

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

1234567

/PHP-7.4/main/
H A Drfc1867.c391 if (!strcmp(line, boundary)) { in find_boundary()
/PHP-7.4/ext/iconv/
H A Diconv.c521 if (clen >= 9 && strcmp("//IGNORE", charset+clen-8) == 0) { in _php_check_ignore()
524 if (clen >= 19 && strcmp("//IGNORE//TRANSLIT", charset+clen-18) == 0) { in _php_check_ignore()
/PHP-7.4/ext/libxml/
H A Dlibxml.c909 if (strcmp(sapi_module.name, *sapi_name) == 0) { in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c1222 return strcmp(conn->vio->data->stream->ops->label, "unix_socket") == 0; in is_secure_transport()
/PHP-7.4/ext/standard/
H A Dvar.c901 if (incomplete_class && strcmp(ZSTR_VAL(key), MAGIC_MEMBER) == 0) { in php_var_serialize_nested_data()
H A Dfile.c1747 !strcmp(sp, dp); in php_copy_file_ctx()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1185 return strcmp(*RCAST(char *const *, p1), *RCAST(char *const *, p2)); in cmpstrp()
3454 if (strcmp(ma[i].value.s, name) == 0) {
/PHP-7.4/Zend/
H A Dzend_language_parser.y1344 strcmp(yystr, "\"end of file\"") == 0) {
H A Dzend_object_handlers.c582 } 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.l1925 …if (yyleng < MAX_LENGTH_OF_LONG - 1 || (yyleng == MAX_LENGTH_OF_LONG - 1 && strcmp(yytext, long_mi…
H A Dzend_operators.c3124 int cmp = strcmp(&ptr[-digits], long_min_digits);
/PHP-7.4/ext/spl/
H A Dspl_directory.c249 return !strcmp(d_name, ".") || !strcmp(d_name, ".."); in spl_filesystem_is_dot()
/PHP-7.4/ext/xml/
H A Dxml.c930 if (!strcmp(Z_STRVAL_P(mytype), "cdata")) { in _xml_characterDataHandler()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c2104 …if (PHPDBG_G(exec) && strcmp("Standard input code", PHPDBG_G(exec)) == SUCCESS) { /* i.e. executio… in main()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c417 (strcmp(sapi_module.name, "cli") != 0) && in PHP_METHOD()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c274 pcre_globals->per_request_cache = strcmp(sapi_module.name, "cli") == 0; in PHP_GINIT_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2373 if (strcmp(((zend_internal_arg_info*)arg_info)[i].name, Z_STRVAL_P(parameter)) == 0) { in ZEND_METHOD()
2383 if (strcmp(ZSTR_VAL(arg_info[i].name), Z_STRVAL_P(parameter)) == 0) { in ZEND_METHOD()
/PHP-7.4/ext/openssl/
H A Dopenssl.c1201 if (str != NULL && strcmp(str, "no") == 0) { in php_openssl_parse_config()
3204 if (strcmp("_default", type + len) != 0) { in php_openssl_make_REQ()
/PHP-7.4/ext/soap/
H A Dphp_schema.c2247 } else if (strcmp(type->ref, SCHEMA_NAMESPACE ":schema") == 0) { in schema_type_fixup()
/PHP-7.4/ext/phar/
H A Dphar.c2296 if (!strcmp(fname, "[no active file]")) { in phar_open_executed_filename()
/PHP-7.4/ext/exif/
H A Dexif.c3179 if (maker_note->make && (!ImageInfo->make || strcmp(maker_note->make, ImageInfo->make))) in exif_process_IFD_in_MAKERNOTE()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re851 if (!found || strcmp("UTC", tz_abbr) == 0) {
/PHP-7.4/ext/gd/
H A Dgd.c4105 if (strcmp("linespacing", ZSTR_VAL(key)) == 0) { in php_imagettftext_common()
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt776 if ( strcmp($result, $expected) != 0 ) {
H A Dgrapheme2.phpt776 if ( strcmp($result, $expected) != 0 ) {

Completed in 211 milliseconds

1234567