Home
last modified time | relevance | path

Searched refs:strstr (Results 126 – 129 of 129) sorted by relevance

123456

/php-src/ext/reflection/
H A Dphp_reflection.c3291 if ((tmp = strstr(name, "::")) == NULL) { in instantiate_reflection_method()
4677 if ((tmp = strstr(ZSTR_VAL(name), "::")) != NULL) { in ZEND_METHOD()
/php-src/ext/odbc/
H A Dphp_odbc.c2180 if (strstr((char*)db, "=")) { in odbc_sqlconnect()
/php-src/ext/exif/
H A Dexif.c4529 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c401 if (strstr(name, "@veneer") == NULL) { in zend_jit_set_veneer()

Completed in 90 milliseconds

123456