Home
last modified time | relevance | path

Searched refs:strlen (Results 401 – 425 of 778) sorted by relevance

1...<<11121314151617181920>>...32

/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_edge_case_02.phpt14 $element->append(str_repeat("A", 4096 - 2 - strlen("<container>")) . "\xf0\x90\x8d\x88AA");
/php-src/sapi/fpm/tests/
H A Dlogtool.inc179 $lineLen = strlen($line);
188 if ($lineLen === $this->limit - strlen('NOTICE: ') - 1) {
248 while (strlen($this->message) !== $this->position) {
308 $rem = strlen($this->message) - $this->position;
309 $lineLen = strlen($line);
316 $outLen = strlen($out);
344 $this->suffixPosition = strlen($finalSuffix);
360 $lineLen = $lineLen ?: strlen($line);
388 … $expectedMessage = substr($this->message, $expectedMessageStart, strlen($matchedMessage));
395 strlen($matchedMessage),
[all …]
H A Dsocket-uds-too-long-filename-test.phpt35 strlen($socketFile)
/php-src/TSRM/
H A Dtsrm_win32.c123 ptc_sid_len = strlen(ptcSid); in tsrm_win32_get_path_sid_key()
207 if(!IS_ABSOLUTE_PATH(pathname, strlen(pathname)+1)) { in tsrm_win32_access()
274 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
280 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
467 type_len = (int)strlen(type); in popen_ex()
480 cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof(" /s /c ")+2); in popen_ex()
/php-src/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt90 if (strlen($testString) != 16)
112 if (strlen($testString) != 4)
123 if (strlen($doubleChar) != 4)
164 $testString = substr($testString, 0, strlen($testString) - 1);
171 if (strlen($testString) != 4)
174 if (strlen($encoded) != 6)
178 identifyInvalidString("&" . substr($encoded, 0, strlen($encoded) - 1) . ",-", 'UTF7-IMAP');
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c254 blacklist_path_length = zend_dirname(buf, strlen(buf)); in zend_accel_blacklist_loadone()
263 path_length = strlen(buf); in zend_accel_blacklist_loadone()
299 path_length = strlen(real_path); in zend_accel_blacklist_loadone()
/php-src/ext/standard/tests/strings/
H A Dstrncmp_variation8.phpt19 var_dump( strncmp( $strings[$index1], $strings[$index2], (strlen($strings[$index1]) + 1) ) );
H A Dstrncasecmp_variation8.phpt19 … var_dump( strncasecmp( $strings[$index1], $strings[$index2], (strlen($strings[$index1]) + 1) ) );
H A Dstrpos.phpt78 -strlen($string),
139 var_dump( strpos($string, "9", (strlen($string)-1)) );
163 strpos($string, "test", strlen($string)+1); // offset > strlen()
169 strpos($string, "test", -strlen($string)-1); // offset before start
/php-src/main/
H A Dphp_scandir.c91 dsize = sizeof (struct dirent) + ((strlen(dp->d_name) + 1) * sizeof(char)); in php_scandir()
/php-src/Zend/tests/
H A Dstr_offset_004.phpt26 $str[-strlen($str)] = strtoupper($str[0]); /* An exotic ucfirst() ;) */
H A Dbug78406.phpt22 $consumed = strlen($this->data);
/php-src/ext/sodium/tests/
H A Dcrypto_stream.phpt12 var_dump(strlen($stream));
/php-src/ext/standard/tests/file/
H A Dbug26938.phpt25 strlen($out[$i]) . ")\n";
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_failing_stream.phpt22 return strlen($data);
/php-src/ext/phar/tests/
H A Dphar_convert_repeated_b.phpt50 var_dump(strlen($phar->getStub()));
72 var_dump(strlen($phar->getStub()));
/php-src/Zend/tests/nullsafe_operator/
H A D013.phpt17 dump_error(fn() => strlen($foo?->foo()));
41 Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in %s on …
/php-src/ext/openssl/tests/
H A Decc.phpt32 var_dump(strlen($d1["key"]));
78 var_dump(isset($diff["d"]) && is_string($diff["d"]) && strlen($diff["d"]) > 0);
H A Dbug50713.phpt21 var_dump(strlen(file_get_contents($signersFile)) > 0);
/php-src/ext/libxml/
H A Dmime_sniff.c293 if (parameter_name_length == strlen("charset") in php_libxml_sniff_charset_from_string()
294 …&& strncasecmp(parameter_name, "charset", strlen("charset")) == 0 /* Because of lowercasing in ste… in php_libxml_sniff_charset_from_string()
/php-src/ext/zlib/tests/
H A Dbug75273.phpt40 $out_data_len = strlen($out_data);
/php-src/sapi/cli/tests/
H A Dphp_cli_server_005.phpt27 $post_len = strlen($post_data);
/php-src/ext/sockets/tests/
H A Dsocket_send.phpt17 $stringSocketLength = strlen($stringSocket);
/php-src/ext/standard/tests/dir/
H A Dbug80960.phpt11 opendir(str_pad("longname", PHP_MAXPATHLEN - strlen(getcwd()), "_"));
/php-src/ext/pdo_mysql/tests/
H A Dbug_61755.phpt22 echo "Length of item 0: ".strlen($r[0]).", Value of item 1: ".$r[1]."\n";

Completed in 34 milliseconds

1...<<11121314151617181920>>...32