Home
last modified time | relevance | path

Searched refs:strlen (Results 251 – 275 of 779) sorted by relevance

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

/php-src/ext/phar/
H A Dfunc_interceptors.c143 ZEND_ASSERT(strlen("phar://") + arch_len + entry_len < 4096); in phar_get_name_for_relative_paths()
145 "phar://", strlen("phar://"), in phar_get_name_for_relative_paths()
461 …zend_hash_str_update(Z_ARRVAL_P(return_value), stat_sb_names[0], strlen(stat_sb_names[0]), &stat_d… in phar_fancy_stat()
462 …zend_hash_str_update(Z_ARRVAL_P(return_value), stat_sb_names[1], strlen(stat_sb_names[1]), &stat_i… in phar_fancy_stat()
463 …zend_hash_str_update(Z_ARRVAL_P(return_value), stat_sb_names[2], strlen(stat_sb_names[2]), &stat_m… in phar_fancy_stat()
464 …zend_hash_str_update(Z_ARRVAL_P(return_value), stat_sb_names[3], strlen(stat_sb_names[3]), &stat_n… in phar_fancy_stat()
465 …zend_hash_str_update(Z_ARRVAL_P(return_value), stat_sb_names[4], strlen(stat_sb_names[4]), &stat_u… in phar_fancy_stat()
466 …zend_hash_str_update(Z_ARRVAL_P(return_value), stat_sb_names[5], strlen(stat_sb_names[5]), &stat_g… in phar_fancy_stat()
467 …zend_hash_str_update(Z_ARRVAL_P(return_value), stat_sb_names[6], strlen(stat_sb_names[6]), &stat_r… in phar_fancy_stat()
468 …zend_hash_str_update(Z_ARRVAL_P(return_value), stat_sb_names[7], strlen(stat_sb_names[7]), &stat_s… in phar_fancy_stat()
[all …]
/php-src/ext/standard/tests/strings/
H A Dhtmlentities-utf-3.phpt25 if (count($l) != strlen($seq)) {
28 for ($n = 1; $n < strlen($seq); $n++) {
40 $vhe = strlen(htmlspecialchars($s, ENT_QUOTES, "UTF-8")) > 0;
H A Dstrrpos_variation14.phpt7 var_dump(strlen($haystack));
H A Dstrripos_variation6.phpt7 var_dump(strlen($haystack));
/php-src/tests/lang/
H A Dbug24783.phpt8 echo strlen($key), ': ';
H A Dbug26696.phpt7 $len = strlen($str);
/php-src/ext/standard/tests/streams/
H A Dstream_socket_pair.phpt9 var_dump(fread($sockets[1], strlen("foo")));
H A Dbug63240.phpt11 var_dump(strlen($line));
H A Dbug76859.phpt20 echo strlen($out) . "\n";
H A Dbug81659.phpt14 var_dump(strlen(stream_get_contents($stream)));
H A Dproc_open_bug64438.phpt23 $stdinLen = strlen($stdin);
60 $pipeEvents[(int)$pipe][] = "Read " . strlen($data) . " bytes";
/php-src/ext/pdo_dblib/tests/
H A Ddbtds.phpt17 var_dump((is_string($version) && strlen($version)) || $version === false);
/php-src/ext/intl/collator/
H A Dcollator_locale.c59 RETVAL_STRINGL( locale_name, strlen(locale_name) ); in PHP_FUNCTION()
/php-src/main/
H A Dstrlcat.c78 return(dlen + strlen(src)); in php_strlcat()
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite11.phar.inc12 echo strlen($p2->getStub()),"\n";
/php-src/ext/standard/tests/array/
H A Darray_reduce.phpt10 function reduce_int($w, $v) { return $w + strlen($v); }
15 function reduce_float($w, $v) { return $w + strlen($v) / 10; }
/php-src/ext/curl/tests/
H A Dbug77535.phpt38 return \strlen($data);
41 return \strlen($data);
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c76 size_t len = strlen(dir); in create_tempfile()
87 tmp_name_len = strlen(P_tmpdir); in create_tempfile()
/php-src/ext/standard/tests/time/
H A Didate.phpt7 for($a = 0;$a < strlen($tmp); $a++){
/php-src/sapi/fuzzer/
H A Dgenerate_corpus_util.php16 if (strlen($code) > $maxLen) continue;
/php-src/ext/bz2/tests/
H A Dbug81092.phpt13 var_dump(strlen(bzdecompress(file_get_contents(__DIR__ . "/81092.bz2"))));
/php-src/Zend/tests/
H A Dconcat_002.phpt18 var_dump(strlen($result));
/php-src/ext/standard/tests/serialize/
H A Dbug72785.phpt10 $s = 'C:11:"ArrayObject":' . strlen($p) . ':{' . $p . '}';
/php-src/ext/standard/tests/filters/
H A Dbug81302.phpt13 $count = strlen(fread($f, 1024));
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c41 size_t i = strlen(message)-1; in _pdo_pgsql_trim_message()
61 return php_addcslashes_str(str, strlen(str), "\\'", sizeof("\\'")); in _pdo_pgsql_escape_credentials()
83 if (sqlstate == NULL || strlen(sqlstate) >= sizeof(pdo_error_type)) { in _pdo_pgsql_error()
450 …ZVAL_STRINGL(return_value, "Waiting for connection to be made.", strlen("Waiting for connection to… in pdo_pgsql_get_attribute()
455 …ZVAL_STRINGL(return_value, "Connection OK; waiting to send.", strlen("Connection OK; waiting to se… in pdo_pgsql_get_attribute()
459 …ZVAL_STRINGL(return_value, "Waiting for a response from the server.", strlen("Waiting for a respon… in pdo_pgsql_get_attribute()
467 … ZVAL_STRINGL(return_value, "Negotiating SSL encryption.", strlen("Negotiating SSL encryption.")); in pdo_pgsql_get_attribute()
476 …ZVAL_STRINGL(return_value, "Flushing send queue/consuming extra data.", strlen("Flushing send queu… in pdo_pgsql_get_attribute()
481 ZVAL_STRINGL(return_value, "Negotiating GSSAPI.", strlen("Negotiating GSSAPI.")); in pdo_pgsql_get_attribute()
496 ZVAL_STRINGL(return_value, "Bad connection.", strlen("Bad connection.")); in pdo_pgsql_get_attribute()
[all …]

Completed in 63 milliseconds

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