Home
last modified time | relevance | path

Searched refs:strlen (Results 376 – 400 of 781) sorted by relevance

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

/php-src/ext/pcre/tests/
H A Dbug37911.phpt9 return $match[1].'/'.strlen($match['name']);
/php-src/ext/pdo/tests/
H A Dbug_34687.phpt23 if ($code !== '00000' && strlen($code)) {
/php-src/ext/zip/tests/
H A Dbug7214.phpt12 if (strlen($contents) == zip_entry_filesize($entry)) {
/php-src/ext/phar/tests/zip/
H A Dlargezip.phpt21 var_dump(strlen($p2['big']->getContent()));
/php-src/ext/spl/tests/
H A Dunserialize.phpt12 $str = sprintf('C:%d:"%s":0:{}', strlen($type), $type);
/php-src/ext/curl/tests/
H A Dcurl_basic_006.phpt23 return strlen ($data);
H A Dcurl_write_callback.phpt16 return strlen($received_data);
/php-src/ext/standard/tests/serialize/
H A Dbug70219.phpt21 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
/php-src/sapi/cli/tests/
H A D021.phpt14 if (strlen("#!".getenv('TEST_PHP_EXECUTABLE')) > 127) {
H A Dupload_2G.phpt67 $total = $length + strlen($prev) + strlen($post);
/php-src/ext/gd/tests/
H A Dimagegd_truecolor.phpt28 printf("size: %d\n", strlen($buffer));
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt32 var_dump(10 * strlen($thisfile));
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dstream_test.inc21 $this->position += strlen($ret);
/php-src/ext/phar/tests/
H A DGHSA-jqcx-ccgc-xwhv.phpt16 var_dump(strlen(readdir($handle)));
H A Dphar_create_in_cwd.phpt14 var_dump(strlen($p->getStub()));
H A D010.phpt16 $file .= pack('VVnVV', strlen($manifest), 1, 0x1000, 0x00000000, 3) . 'hio' . pack('V', 0) . $manif…
/php-src/ext/openssl/tests/
H A Dbug74159.phpt35 while (strlen($data) < 0xfffff) {
51 return strlen(fread($stream, 8192));
/php-src/ext/gd/libgd/
H A Dgd_xbm.c52 if (strlen(fline) == MAX_XBM_LINE_SIZE-1) { in gdImageCreateFromXbm()
188 if ((l = strlen(name)) == 0) { in gdImageXbmCtx()
/php-src/Zend/
H A Dzend_ini_parser.y184 ZVAL_NEW_STR(result, zend_string_init(envvar, strlen(envvar), ZEND_SYSTEM_INI)); in zend_ini_get_var()
187 …ZVAL_NEW_STR(result, zend_string_init(Z_STRVAL_P(fallback), strlen(Z_STRVAL_P(fallback)), ZEND_SYS… in zend_ini_get_var()
203 …error_buf_len = 128 + (int)strlen(msg) + (int)strlen(currently_parsed_filename); /* should be more… in ini_error()
/php-src/ext/dba/libinifile/
H A Dinifile.c155 l = strlen(val); in etrim()
331 if (key->group && strlen(key->group)) { in inifile_find_group()
505 if (!value || (key->name && strlen(key->name))) { in inifile_delete_replace_append()
511 if (key->name && strlen(key->name)) { in inifile_delete_replace_append()
522 if (pos_grp_start == pos_grp_next && key->group && strlen(key->group)) { in inifile_delete_replace_append()
/php-src/ext/gmp/tests/
H A Dbug70284.phpt9 $exploit = 'a:2:{i:0;s:1:"1";i:1;C:3:"GMP":'.strlen($inner).':{'.$inner.'}}';
/php-src/ext/reflection/tests/
H A D005.phpt10 if (!strlen($c) || $c === false) return $c;
H A Dbug64936.phpt12 if (!strlen($c) || $c === false) return $c;
/php-src/Zend/tests/
H A Dbug21478.phpt10 $consumed += strlen($bucket->data);
/php-src/ext/simplexml/tests/
H A Dbug42259.phpt33 $path = substr($path, 0, strlen($path) - 1);

Completed in 44 milliseconds

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