Home
last modified time | relevance | path

Searched refs:strpos (Results 26 – 50 of 104) sorted by relevance

12345

/php-src/ext/libxml/tests/
H A Dlibxml_disable_entity_loader.phpt31 var_dump(strpos(parseXML($xml), 'SECRET_DATA') !== false);
33 var_dump(strpos(parseXML($xml), 'SECRET_DATA') === false);
/php-src/scripts/dev/
H A Dtidy.php55 if (strpos($path, $exclude) !== false) {
123 if (strpos($code, '--WHITESPACE_SENSITIVE--') !== false) {
/php-src/ext/opcache/tests/
H A Dct_eval_frameless_003.phpt9 return strpos('foo', 'o', 0);
H A Dbug78341.phpt10 if (strpos("foo", "foo") !== 0) {
/php-src/ext/standard/tests/general_functions/
H A Dbug80771.phpt13 var_dump(strpos($info, $credits) !== false);
/php-src/ext/sockets/tests/
H A Dbug49341.phpt8 if (PHP_OS !== 'Darwin' && false === strpos(PHP_OS, 'BSD')) {
/php-src/Zend/tests/
H A Dframeless_undefined_var.phpt9 strpos($foo, 'o');
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt9 if (strpos($constantName, 'PHP_URL')===0) {
/php-src/ext/session/tests/
H A Dskipif.inc9 if (($p = strpos($save_path, ';')) !== false) {
/php-src/ext/mbstring/
H A Dgen_rare_cp_bitvec.php13 if (false !== $hashPos = strpos($line, '#')) {
/php-src/Zend/
H A Dzend_vm_gen.php787 if (0 && strpos($code, '{') === 0) {
2289 $n = strpos($rule, "=");
2420 if (strpos($line,"ZEND_VM_HANDLER(") === 0 ||
2421 strpos($line,"ZEND_VM_INLINE_HANDLER(") === 0 ||
2422 strpos($line,"ZEND_VM_HOT_HANDLER(") === 0 ||
2425 strpos($line,"ZEND_VM_HOT_SEND_HANDLER(") === 0 ||
2426 strpos($line,"ZEND_VM_HOT_OBJ_HANDLER(") === 0 ||
2427 strpos($line,"ZEND_VM_COLD_HANDLER(") === 0 ||
2544 } else if (strpos($line,"ZEND_VM_HELPER(") === 0 ||
2595 } else if (strpos($line,"ZEND_VM_DEFINE_OP(") === 0) {
[all …]
/php-src/Zend/tests/match/
H A D046.phpt11 strpos('ab', $b) => 100,
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt97 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
191 if (strpos ($sessionpath, ";") !== false)
192 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
233 if (strpos(PHP_OS, 'WIN') !== false) {
391 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
485 if (strpos ($sessionpath, ";") !== false)
486 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
527 if (strpos(PHP_OS, 'WIN') !== false) {
693 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
787 if (strpos ($sessionpath, ";") !== false)
[all …]
H A Dphar_setdefaultstub.phpt117 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
211 if (strpos ($sessionpath, ";") !== false)
212 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
253 if (strpos(PHP_OS, 'WIN') !== false) {
412 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
506 if (strpos ($sessionpath, ";") !== false)
507 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
548 if (strpos(PHP_OS, 'WIN') !== false) {
707 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
801 if (strpos ($sessionpath, ";") !== false)
[all …]
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt15 var_dump($proc->registerPHPFunctions('strpos'));
/php-src/ext/soap/tests/
H A Dcustom_content_type.phpt47 if (strpos($headers, 'Multipart/Related; action="misc-uri#foo"') === FALSE)
73 if (strpos($headers, 'Content-Type: application/soap+xml; charset=utf-8; action="misc-uri#foo"') ==…
/php-src/ext/phar/tests/files/
H A Dopenssl.phar62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
156 if (strpos ($sessionpath, ";") !== false)
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
198 if (strpos(PHP_OS, 'WIN') !== false) {
H A Dopenssl256.phar62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
156 if (strpos ($sessionpath, ";") !== false)
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
198 if (strpos(PHP_OS, 'WIN') !== false) {
H A Dopenssl512.phar62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
156 if (strpos ($sessionpath, ";") !== false)
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
198 if (strpos(PHP_OS, 'WIN') !== false) {
H A Dinclude_path2.phar62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
156 if (strpos ($sessionpath, ";") !== false)
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
198 if (strpos(PHP_OS, 'WIN') !== false) {
H A Dnophar.phar62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
156 if (strpos ($sessionpath, ";") !== false)
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
198 if (strpos(PHP_OS, 'WIN') !== false) {
/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
156 if (strpos ($sessionpath, ";") !== false)
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
198 if (strpos(PHP_OS, 'WIN') !== false) {
H A Dopenssl.phar62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
156 if (strpos ($sessionpath, ";") !== false)
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
198 if (strpos(PHP_OS, 'WIN') !== false) {
/php-src/ext/standard/tests/strings/
H A Dbug40754.phpt44 strpos("abcde", "abc", $v);
88 strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/php-src/ext/standard/tests/file/windows_links/
H A Dcommon.inc27 if (strpos($ret, 'privilege') !== false) {

Completed in 32 milliseconds

12345