Home
last modified time | relevance | path

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

1234567

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c2101 …if (PHPDBG_G(exec) && strcmp("Standard input code", PHPDBG_G(exec)) == SUCCESS) { /* i.e. executio… in main()
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c371 (strcmp(sapi_module.name, "cli") != 0) && in PHP_METHOD()
/PHP-7.2/Zend/
H A Dzend_operators.c2981 int cmp = strcmp(&ptr[-digits], long_min_digits);
H A Dzend_language_scanner.c7422 …if (yyleng < MAX_LENGTH_OF_LONG - 1 || (yyleng == MAX_LENGTH_OF_LONG - 1 && strcmp(yytext, long_mi… in lex_scan()
H A Dzend_compile.c6813 if (strcmp(ZSTR_VAL(dirname), ".") == 0) { in zend_try_ct_eval_magic_const()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c2435 if (strcmp(((zend_internal_arg_info*)arg_info)[i].name, Z_STRVAL_P(parameter)) == 0) { in ZEND_METHOD()
2445 if (strcmp(ZSTR_VAL(arg_info[i].name), Z_STRVAL_P(parameter)) == 0) { in ZEND_METHOD()
/PHP-7.2/ext/openssl/
H A Dopenssl.c1162 if (str != NULL && strcmp(str, "no") == 0) { in php_openssl_parse_config()
3130 if (strcmp("_default", type + len) != 0) { in php_openssl_make_REQ()
/PHP-7.2/ext/soap/
H A Dphp_schema.c2249 } else if (strcmp(type->ref, SCHEMA_NAMESPACE ":schema") == 0) { in schema_type_fixup()
/PHP-7.2/ext/phar/
H A Dphar.c2289 if (!strcmp(fname, "[no active file]")) {
/PHP-7.2/ext/ldap/
H A Dldap.c2191 …if (ldap_sort_entries(ld->link, (LDAPMessage **) &le->ptr, sflen ? sortfilter : NULL, strcmp) != L… in PHP_FUNCTION()
/PHP-7.2/ext/date/lib/
H A Dparse_date.re818 if (!found || strcmp("UTC", tz_abbr) == 0) {
H A Dparse_date.c820 if (!found || strcmp("UTC", tz_abbr) == 0) { in timelib_parse_zone()
/PHP-7.2/ext/gd/
H A Dgd.c4030 if (strcmp("linespacing", ZSTR_VAL(key)) == 0) { in php_imagettftext_common()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c22522 if( strcmp(zVfs, pVfs->zName)==0 ) break; in sqlite3_vfs_find()
33088 if( strcmp(zName, aSyscall[i].zName)==0 ){
36588 if( !strcmp(fsInfo.f_basetype, "tmp") ) {
38017 if( strcmp(pVfs->zName,"unix-excl")==0 ){
40097 if( !strcmp(pArg, ":auto:")
76415 if( strcmp(zId, pStr->z)==0 ) return 1;
81505 && strcmp(p->u.zPType, zPType)==0
155543 || strcmp(p->zName,"BINARY")==0 );
158743 int x = strcmp(zFilename, zParam);
190608 if( zOrig && strcmp(zOrig, "pk")==0 ){
[all …]
/PHP-7.2/ext/intl/tests/
H A Dgrapheme.phpt776 if ( strcmp($result, $expected) != 0 ) {
H A Dgrapheme2.phpt776 if ( strcmp($result, $expected) != 0 ) {
/PHP-7.2/ext/standard/
H A Dbasic_functions.c5683 if (serv == NULL && strcmp(name, "imap") == 0) {
H A Dstring.c4506 if (!strcmp("0", ZSTR_VAL(loc))) {
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog1742 pcrecpp_unittest.cc. They are needed for strcmp(), memset(), and strchr()

Completed in 985 milliseconds

1234567