Home
last modified time | relevance | path

Searched refs:strlen (Results 501 – 525 of 606) sorted by relevance

1...<<2122232425

/PHP-5.3/ext/standard/tests/strings/
H A Dbug54055.phpt7 echo "$i: len=", strlen(strval(-1 * pow(2, -1074))), "\n";
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dinsert.c806 n1 = strlen(zErrMsg); in sqliteGenerateConstraintChecks()
809 n2 = strlen(zCol); in sqliteGenerateConstraintChecks()
H A Dtokenize.c166 aKeywordTable[i].len = strlen(aKeywordTable[i].zName); in sqliteKeywordCode()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c228 *len = strlen(id); in pdo_sqlite_last_insert_id()
237 *quotedlen = strlen(*quoted); in sqlite_handle_quoter()
/PHP-5.3/ext/exif/
H A Dtest.txt51 if (array_key_exists('php_errormsg',$GLOBALS) && strlen($GLOBALS['php_errormsg'])) {
127 if ( ($p=strrpos($path,'/')) /*< strlen($path)-1*/) $path = substr($path,0,$p);
/PHP-5.3/sapi/milter/
H A Dphp_milter.c983 …zend_alter_ini_entry(name, strlen(name)+1, value, strlen(value), PHP_INI_SYSTEM, PHP_INI_STAGE_ACT… in define_command_line_ini_entry()
/PHP-5.3/ext/tidy/
H A Dtidy.c571 if (strlen(arg1) != arg1_len) { in php_tidy_quick_repair()
1235 if (strlen(inputfile) != input_len) { in PHP_FUNCTION()
1555 if (strlen(inputfile) != input_len) { in TIDY_DOC_METHOD()
1589 if (strlen(inputfile) != input_len) { in TIDY_DOC_METHOD()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c765 passwd_len = passwd? strlen(passwd):0;
2455 Z_STRLEN_P(return_value) = strlen(mysql_field->name);
2460 Z_STRLEN_P(return_value) = strlen(mysql_field->table);
2470 Z_STRLEN_P(return_value) = strlen(Z_STRVAL_P(return_value));
2536 len = strlen(buf);
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch201 - file_oomem(ms, strlen(fn));
366 - strlen(fn) + strlen(d->d_name) + 2);
369 + file_oomem(ms, strlen(fn) + strlen(d.d_name) + 2);
1845 len = strlen(ms->o.buf);
1875 return ms->o.buf == NULL ? 0 : strlen(ms->o.buf);
1894 + ZVAL_STRINGL(patt, pat, strlen(pat), 0);
1908 + ZVAL_STRINGL(repl, rep, strlen(rep), 0);
1915 + res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,
2839 + return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);
H A Dfileinfo.c318 if (strlen(file) != file_len) {
/PHP-5.3/sapi/pi3web/
H A Dpi3web_sapi.c382 ctr.line_len = strlen(ctr.line); in PHP5_wrapper()
/PHP-5.3/ext/com_dotnet/
H A Dcom_extension.c304 ptr = typelib_name + strlen(typelib_name) - 1; in PHP_INI_MH()
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c135 passwd_len = strlen(SAFE_STR(passwd));
151 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
/PHP-5.3/main/
H A Dnetwork.c636 int len = strlen(ua->sun_path + 1) + 1;
642 *textaddrlen = strlen(ua->sun_path);
/PHP-5.3/ext/phar/
H A Dtar.c258 …if (((!old && hdr->prefix[0] == 0) || old) && strlen(hdr->name) == sizeof(".phar/signature.bin")-1… in phar_parse_tarfile()
470 if (!zend_hash_exists(&myphar->manifest, hdr->linkname, strlen(hdr->linkname))) { in phar_parse_tarfile()
746 strncpy(header.linkname, entry->link, strlen(entry->link)); in phar_tar_writeheaders()
/PHP-5.3/ext/ftp/
H A Dftp.c1108 if (strlen(cmd) + strlen(args) + 4 > FTP_BUFSIZE) { in ftp_putcmd()
1117 if (strlen(cmd) + 3 > FTP_BUFSIZE) { in ftp_putcmd()
/PHP-5.3/ext/spl/
H A Dspl_directory.c247 intern->_path_len = strlen(path); in spl_filesystem_dir_open()
306 …intern->orig_path = estrndup(intern->u.file.stream->orig_path, strlen(intern->u.file.stream->orig_… in spl_filesystem_file_open()
965 …php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), NULL, 0, &fname, &fle… in SPL_METHOD()
1024 …php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), suffix, slen, &fname,… in SPL_METHOD()
1534 subdir->u.dir.sub_path_len = strlen(intern->u.dir.entry.d_name); in SPL_METHOD()
1787 *str_key_len = strlen(object->u.dir.entry.d_name) + 1; in spl_filesystem_tree_it_current_key()
2313 tmp_path_len = strlen(intern->u.file.stream->orig_path); in SPL_METHOD()
/PHP-5.3/
H A DCODING_STANDARDS45 shouldn't be calculated with strlen(). Write your functions in a such
50 recalculated with strlen() (e.g. php_addslashes())
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c587 uint len = strlen(mptr->common.function_name); in _class_string()
812 string_write(str, indent, strlen(indent)); in _function_string()
826 lc_name_len = strlen(fptr->common.function_name); in _function_string()
1088 int fname_len = strlen(func->fname); in _extension_string()
1163 int name_len = strlen(name_str); in reflection_extension_factory()
1281 …while (tmp_ce && zend_hash_find(&tmp_ce->properties_info, prop_name, strlen(prop_name) + 1, (void … in reflection_property_factory()
3472 uint len = strlen(mptr->common.function_name); in _addmethod()
4590 member_p = zend_read_property(ref->ce, object, prop_name, strlen(prop_name), 1 TSRMLS_CC); in ZEND_METHOD()
4666 zend_update_property(ref->ce, object, prop_name, strlen(prop_name), value TSRMLS_CC); in ZEND_METHOD()
4691 prop_name_len = strlen(prop_name); in ZEND_METHOD()
[all …]
/PHP-5.3/ext/soap/
H A Dphp_schema.c364 …zend_hash_update(cur_type->elements, newType->name, strlen(newType->name)+1, &newType, sizeof(sdlT… in schema_simpleType()
702 …if (zend_hash_add(cur_type->restrictions->enumeration, enumval->value, strlen(enumval->value)+1, &… in schema_restriction_simpleContent()
2045 if (zend_hash_find(ctx->attributes, attr->ref, strlen(attr->ref)+1, (void**)&tmp) == SUCCESS) { in schema_attribute_fixup()
2095 …if (zend_hash_find(ctx->attributeGroups, attr->ref, strlen(attr->ref)+1, (void**)&tmp) == SUCCESS)… in schema_attributegroup_fixup()
2146 …if (ctx->sdl->groups && zend_hash_find(ctx->sdl->groups, model->u.group_ref, strlen(model->u.group… in schema_content_model_fixup()
2196 … if (zend_hash_find(ctx->sdl->elements, type->ref, strlen(type->ref)+1, (void**)&tmp) == SUCCESS) { in schema_type_fixup()
H A Dphp_packet_soap.c357 …if (zend_hash_find(Z_ARRVAL_P(return_value), (char*)val->name, strlen((char*)val->name)+1, (void**… in parse_packet_soap()
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_driver.c456 rc = SQLDriverConnect(H->dbc, NULL, (char*)dbh->data_source, strlen(dbh->data_source), in pdo_odbc_handle_factory()
/PHP-5.3/ext/standard/tests/file/
H A Dfread_variation3-win32.phpt40 if ( strlen($data_from_file) == $expect_size)
43 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation3.phpt40 if ( strlen($data_from_file) == $expect_size)
43 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation4-win32.phpt40 if ( strlen($data_from_file) == $expect_size)
43 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";

Completed in 134 milliseconds

1...<<2122232425