Home
last modified time | relevance | path

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

1234567

/PHP-5.5/Zend/
H A Dzend_object_handlers.c378 } else if (strcmp(prop_info_name+1, property_info->name+1)) { in zend_check_property_access()
H A Dzend_alloc.c1176 if (strcmp(mem_handlers[i].name, mem_type) == 0) { in zend_mm_startup()
H A Dzend_language_scanner.c4239 if (strcmp(dirname, ".") == 0) { in lex_scan()
7687 …if (yyleng < MAX_LENGTH_OF_LONG - 1 || (yyleng == MAX_LENGTH_OF_LONG - 1 && strcmp(yytext, long_mi… in lex_scan()
H A Dzend_compile.c4998 if (!(strcmp(lcname, "self") && strcmp(lcname, "parent"))) { in zend_do_begin_class_declaration()
7093 if (!strcmp(Z_STRVAL_P(name), "strict")) { in zend_do_use()
H A Dzend_vm_def.h3572 …} else if (Z_STRLEN_P(opline->op2.zv) == sizeof("class")-1 && strcmp(Z_STRVAL_P(opline->op2.zv), "…
H A Dzend_vm_execute.h3757 …} else if (Z_STRLEN_P(opline->op2.zv) == sizeof("class")-1 && strcmp(Z_STRVAL_P(opline->op2.zv), "… in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
15625 …} else if (Z_STRLEN_P(opline->op2.zv) == sizeof("class")-1 && strcmp(Z_STRVAL_P(opline->op2.zv), "… in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER()
25277 …} else if (Z_STRLEN_P(opline->op2.zv) == sizeof("class")-1 && strcmp(Z_STRVAL_P(opline->op2.zv), "… in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-5.5/ext/standard/
H A Darray.c1361 if (var_exists && var_name_len == sizeof("GLOBALS")-1 && !strcmp(var_name, "GLOBALS")) { in PHP_FUNCTION()
1364 …if (var_exists && var_name_len == sizeof("this")-1 && !strcmp(var_name, "this") && EG(scope) && E… in PHP_FUNCTION()
H A Dfile.c1708 !strcmp(sp, dp); in php_copy_file_ctx()
H A Dstring.c4444 if (!strcmp ("0", Z_STRVAL_PP(plocale))) {
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1523 + if ( logfile != (char*) 0 && strcmp(logfile, "-") != 0)
1549 + else if (strcmp(logfile, "-") == 0) {
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c351 (strcmp(sapi_module.name, "cli") != 0) &&
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c2102 if ( strcmp("RETVAL", param_name)!=0 ) {
/PHP-5.5/ext/openssl/
H A Dopenssl.c855 if (str && strcmp(str, "no") == 0) { in php_openssl_parse_config()
2273 if (strcmp("_default", type + len) != 0) { in php_openssl_make_REQ()
/PHP-5.5/ext/phar/
H A Dphar_object.c592 …est_method && SG(request_info).request_uri && (!strcmp(SG(request_info).request_method, "GET") || … in PHP_METHOD()
H A Dphar.c2349 if (!strcmp(fname, "[no active file]")) {
/PHP-5.5/ext/date/
H A Dphp_date.c4033 if (strcmp(Z_STRVAL_P(member), m) == 0) { \ in date_interval_read_property()
4098 if (strcmp(Z_STRVAL_P(member), m) == 0) { \ in date_interval_write_property()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15895 if( strcmp(z, "localtime")==0 ){ in parseModifier()
15916 else if( strcmp(z, "utc")==0 ){ in parseModifier()
15968 if( strcmp(z,"month")==0 ){ in parseModifier()
15971 }else if( strcmp(z,"year")==0 ){ in parseModifier()
15976 }else if( strcmp(z,"day")==0 ){ in parseModifier()
16030 if( n==3 && strcmp(z,"day")==0 ){ in parseModifier()
16792 if( strcmp(zVfs, pVfs->zName)==0 ) break; in sqlite3_vfs_find()
29361 if( !strcmp(fsInfo.f_basetype, "tmp") ) {
30733 if( strcmp(pVfs->zName,"unix-excl")==0 ){
32726 if( !strcmp(pArg, ":auto:")
[all …]
/PHP-5.5/ext/ldap/
H A Dldap.c1927 …if (ldap_sort_entries(ld->link, (LDAPMessage **) &le->ptr, sflen ? sortfilter : NULL, strcmp) != L… in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_schema.c2253 } else if (strcmp(type->ref, SCHEMA_NAMESPACE ":schema") == 0) { in schema_type_fixup()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re780 if (!found || strcmp("UTC", tz_abbr) == 0) {
H A Dparse_date.c782 if (!found || strcmp("UTC", tz_abbr) == 0) { in timelib_parse_zone()
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt763 if ( strcmp($result, $expected) != 0 ) {
/PHP-5.5/ext/gd/
H A Dgd.c3850 if (strcmp("linespacing", key) == 0) { in php_imagettftext_common()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c2270 if (arg_info[i].name && strcmp(arg_info[i].name, Z_STRVAL_PP(parameter)) == 0) { in ZEND_METHOD()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1556 pcrecpp_unittest.cc. They are needed for strcmp(), memset(), and strchr()

Completed in 1072 milliseconds

1234567